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

Commit 21e6e3e

Browse files
committed
Merge branch 'release/2.5.7'
2 parents c48886a + 5d6400c commit 21e6e3e

File tree

6 files changed

+14
-10
lines changed

6 files changed

+14
-10
lines changed

src/GitHub.Api/GitHub.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<ItemGroup>
3131
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.1" />
32-
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
32+
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
3333
<PackageReference Include="Octokit.GraphQL" Version="0.1.1-beta" />
3434
</ItemGroup>
3535
</Project>

src/GitHub.App/GitHub.App.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<PackageReference Include="Microsoft.VisualStudio.Editor" Version="14.3.25407" />
5151
<PackageReference Include="Microsoft.VisualStudio.SDK.EmbedInteropTypes" Version="15.0.17" />
5252
<PackageReference Include="Microsoft.VisualStudio.Shell.14.0" Version="14.3.25407" />
53-
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
53+
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
5454
<PackageReference Include="Octokit.GraphQL" Version="0.1.1-beta" />
5555
<PackageReference Include="Rothko" Version="0.0.3-ghfvs" />
5656
<PackageReference Include="Rx-Main" Version="2.2.5-custom" targetFramework="net45" />

src/GitHub.InlineReviews/GitHub.InlineReviews.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,8 @@
353353
<HintPath>..\..\packages\Microsoft.VisualStudio.Validation.14.1.111\lib\net45\Microsoft.VisualStudio.Validation.dll</HintPath>
354354
<Private>True</Private>
355355
</Reference>
356-
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
357-
<HintPath>..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
358-
<Private>True</Private>
356+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
357+
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
359358
</Reference>
360359
<Reference Include="Octokit.GraphQL, Version=0.1.1.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
361360
<HintPath>..\..\packages\Octokit.GraphQL.0.1.1-beta\lib\netstandard1.1\Octokit.GraphQL.dll</HintPath>

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<VsixType>v3</VsixType>
1313
<IsProductComponent>false</IsProductComponent>
1414
<ExtensionInstallationFolder>GitHub\GitHub</ExtensionInstallationFolder>
15-
<XlfLanguages>zh-CN</XlfLanguages>
15+
<XlfLanguages>zh-CN</XlfLanguages>
1616
<NuGetPackageImportStamp>
1717
</NuGetPackageImportStamp>
1818
</PropertyGroup>
@@ -240,9 +240,8 @@
240240
<HintPath>..\..\packages\Microsoft.VisualStudio.Validation.14.1.111\lib\net45\Microsoft.VisualStudio.Validation.dll</HintPath>
241241
<Private>True</Private>
242242
</Reference>
243-
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
244-
<HintPath>..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
245-
<Private>True</Private>
243+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
244+
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
246245
</Reference>
247246
<Reference Include="Octokit.GraphQL, Version=0.1.1.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
248247
<HintPath>..\..\packages\Octokit.GraphQL.0.1.1-beta\lib\netstandard1.1\Octokit.GraphQL.dll</HintPath>
@@ -384,6 +383,11 @@
384383
</EmbeddedResource>
385384
</ItemGroup>
386385
<ItemGroup>
386+
<Content Include="..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll">
387+
<Link>Newtonsoft.Json.dll</Link>
388+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
389+
<IncludeInVSIX>true</IncludeInVSIX>
390+
</Content>
387391
<Content Include="Resources\preview_200x200.png">
388392
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
389393
<IncludeInVSIX>true</IncludeInVSIX>

src/GitHub.VisualStudio/source.extension.vsixmanifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="GitHub.InlineReviews" Path="|GitHub.InlineReviews|" />
3939
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="GitHub.VisualStudio.UI" Path="|GitHub.VisualStudio.UI|" />
4040
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="File" Path="Rothko.dll" />
41+
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="File" Path="Newtonsoft.Json.dll" AssemblyName="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" />
4142
</Assets>
4243
<Prerequisites>
4344
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.25824.0,)" DisplayName="Visual Studio core editor" />

test/GitHub.App.UnitTests/app.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
44
<dependentAssembly>
55
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30AD4FE6B2A6AEED" culture="neutral"/>
6-
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="10.0.0.0"/>
6+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="9.0.0.0"/>
77
</dependentAssembly>
88
</assemblyBinding>
99
</runtime>

0 commit comments

Comments
 (0)