Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 8e5cda4

Browse files
authored
Merge branch 'master' into bump-version
2 parents c79d6fa + 1472d65 commit 8e5cda4

File tree

19 files changed

+30
-239
lines changed

19 files changed

+30
-239
lines changed

nuget.config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@
77
<activePackageSource>
88
<add key="All" value="(Aggregate source)" />
99
</activePackageSource>
10-
</configuration>
10+
<bindingRedirects>
11+
<add key="skip" value="True" />
12+
</bindingRedirects>
13+
</configuration>

src/DesignTimeStyleHelper/App.config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@
4545
<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
4646
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
4747
</dependentAssembly>
48+
<dependentAssembly>
49+
<assemblyIdentity name="Microsoft.VisualStudio.ComponentModelHost" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
50+
<bindingRedirect oldVersion="0.0.0.0-14.0.0.0" newVersion="14.0.0.0" />
51+
</dependentAssembly>
52+
<dependentAssembly>
53+
<assemblyIdentity name="Microsoft.VisualStudio.Validation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
54+
<bindingRedirect oldVersion="0.0.0.0-14.0.0.0" newVersion="14.0.0.0" />
55+
</dependentAssembly>
4856
</assemblyBinding>
4957
</runtime>
5058
</configuration>

src/GitHub.App/GitHub.App.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
<CodeAnalysisRuleSet>..\common\GitHubVS.ruleset</CodeAnalysisRuleSet>
1717
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1818
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
19+
<NuGetPackageImportStamp>
20+
</NuGetPackageImportStamp>
1921
</PropertyGroup>
2022
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2123
<DebugSymbols>true</DebugSymbols>
@@ -237,9 +239,6 @@
237239
<Resource Include="Images\default_user_avatar.png" />
238240
</ItemGroup>
239241
<ItemGroup>
240-
<None Include="app.config">
241-
<SubType>Designer</SubType>
242-
</None>
243242
<None Include="packages.config">
244243
<SubType>Designer</SubType>
245244
</None>

src/GitHub.App/app.config

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/GitHub.Exports.Reactive/GitHub.Exports.Reactive.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
<CodeAnalysisRuleSet>..\common\GitHubVS.ruleset</CodeAnalysisRuleSet>
1616
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1717
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
18+
<NuGetPackageImportStamp>
19+
</NuGetPackageImportStamp>
1820
</PropertyGroup>
1921
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2022
<DebugSymbols>true</DebugSymbols>
@@ -171,7 +173,9 @@
171173
<Compile Include="Validation\ReactivePropertyValidator.cs" />
172174
</ItemGroup>
173175
<ItemGroup>
174-
<None Include="packages.config" />
176+
<None Include="packages.config">
177+
<SubType>Designer</SubType>
178+
</None>
175179
</ItemGroup>
176180
<ItemGroup>
177181
<ProjectReference Include="..\..\submodules\akavache\Akavache\Akavache_Net45.csproj">

src/GitHub.Exports/GitHub.Exports.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
<CodeAnalysisRuleSet>..\common\GitHubVS.ruleset</CodeAnalysisRuleSet>
1616
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1717
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
18+
<NuGetPackageImportStamp>
19+
</NuGetPackageImportStamp>
1820
</PropertyGroup>
1921
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2022
<DebugSymbols>true</DebugSymbols>
@@ -212,7 +214,9 @@
212214
<Compile Include="..\common\SolutionInfo.cs">
213215
<Link>Properties\SolutionInfo.cs</Link>
214216
</Compile>
215-
<None Include="packages.config" />
217+
<None Include="packages.config">
218+
<SubType>Designer</SubType>
219+
</None>
216220
</ItemGroup>
217221
<ItemGroup>
218222
<Compile Include="Authentication\AuthenticationResultExtensions.cs" />

src/GitHub.InlineReviews/GitHub.InlineReviews.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,6 @@
164164
<Compile Include="VisualStudioExtensions.cs" />
165165
</ItemGroup>
166166
<ItemGroup>
167-
<None Include="app.config">
168-
<SubType>Designer</SubType>
169-
</None>
170167
<None Include="packages.config">
171168
<SubType>Designer</SubType>
172169
</None>

src/GitHub.InlineReviews/app.config

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/GitHub.StartPage/GitHub.StartPage.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
<Compile Include="StartPagePackage.cs" />
7171
</ItemGroup>
7272
<ItemGroup>
73-
<None Include="app.config" />
7473
<None Include="packages.config">
7574
<SubType>Designer</SubType>
7675
</None>

src/GitHub.StartPage/app.config

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)