Skip to content

Commit e060ff4

Browse files
committed
Merge branch 'next' into LetReferenceInspectionsUseBaseClass
2 parents 535a887 + 2b341dd commit e060ff4

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

Rubberduck.CodeAnalysis/Rubberduck.CodeAnalysis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
2+
<Project Sdk="Sunburst.NET.Sdk.WPF.Patched/1.0.49">
33
<PropertyGroup>
44
<Product>Rubberduck.CodeAnalysis</Product>
55
<Description>Assembly Containing the Code Analysis features exposed by Rubberduck</Description>

Rubberduck.Core/Rubberduck.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
2+
<Project Sdk="Sunburst.NET.Sdk.WPF.Patched/1.0.49">
33
<PropertyGroup>
44
<RootNamespace>Rubberduck</RootNamespace>
55
<AssemblyName>Rubberduck.Core</AssemblyName>

Rubberduck.Deployment.Build/Rubberduck.Deployment.Build.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
2+
<Project Sdk="Sunburst.NET.Sdk.WPF.Patched/1.0.49">
33
<PropertyGroup>
44
<Product>Rubberduck.Deployment.Build</Product>
55
<Copyright>Copyright © 2018</Copyright>

Rubberduck.Deployment/Rubberduck.Deployment.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
2+
<Project Sdk="Sunburst.NET.Sdk.WPF.Patched/1.0.49">
33
<PropertyGroup>
44
<Product>Rubberduck.Deployment</Product>
55
<Copyright>Copyright © 2018-2019</Copyright>

Rubberduck.Interaction/Rubberduck.Interaction.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
2+
<Project Sdk="Sunburst.NET.Sdk.WPF.Patched/1.0.49">
33
<PropertyGroup>
44
<Copyright>Copyright © 2018-2019</Copyright>
55
<Product>Rubberduck.Interaction</Product>

Rubberduck.JunkDrawer/Rubberduck.JunkDrawer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
2+
<Project Sdk="Sunburst.NET.Sdk.WPF.Patched/1.0.49">
33
<PropertyGroup>
44
<Title>Rubberduck.JunkDrawer</Title>
55
<Product>Rubberduck.JunkDrawer</Product>

Rubberduck.Main/Rubberduck.Main.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
2+
<Project Sdk="Sunburst.NET.Sdk.WPF.Patched/1.0.49">
33
<PropertyGroup>
44
<RootNamespace>Rubberduck</RootNamespace>
55
<AssemblyName>Rubberduck</AssemblyName>

Rubberduck.Parsing/Rubberduck.Parsing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
2+
<Project Sdk="Sunburst.NET.Sdk.WPF.Patched/1.0.49">
33
<PropertyGroup>
44
<AssemblyName>Rubberduck.Parsing</AssemblyName>
55
<Title>Rubberduck.Parsing</Title>

Rubberduck.Refactorings/Rubberduck.Refactorings.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
2+
<Project Sdk="Sunburst.NET.Sdk.WPF.Patched/1.0.49">
33
<PropertyGroup>
44
<ProjectGuid>{D4B6A510-14E1-420A-A8D5-6A09890FD7D8}</ProjectGuid>
55
<RootNamespace>Rubberduck.Refactorings</RootNamespace>

RubberduckBaseMetaProject.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
1+
<Project Sdk="Sunburst.NET.Sdk.WPF.Patched/1.0.49">
22
<!-- We're specifying the Sdk here to make appveyor happy, but this generates warning MSB4011 -->
33
<PropertyGroup>
44
<OutputType>Library</OutputType>

0 commit comments

Comments
 (0)