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

Commit 2e0b6d1

Browse files
Upgrading Octokit.GraphQL.net to 0.1.0-alpha; Downgrading Newtonsoft.Json to 9.0.1
1 parent 82f0d6a commit 2e0b6d1

File tree

10 files changed

+41
-53
lines changed

10 files changed

+41
-53
lines changed

src/GitHub.Api/GitHub.Api.csproj

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,14 @@
4747
</PropertyGroup>
4848
<Import Project="$(SolutionDir)\src\common\signing.props" />
4949
<ItemGroup>
50-
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
51-
<HintPath>..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
52-
<Private>True</Private>
50+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
51+
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
5352
</Reference>
54-
<Reference Include="Octokit.GraphQL, Version=0.0.6.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
55-
<HintPath>..\..\packages\Octokit.GraphQL.0.0.6-alpha\lib\netstandard1.1\Octokit.GraphQL.dll</HintPath>
53+
<Reference Include="Octokit.GraphQL, Version=0.1.0.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
54+
<HintPath>..\..\packages\Octokit.GraphQL.0.1.0-alpha\lib\netstandard1.1\Octokit.GraphQL.dll</HintPath>
5655
</Reference>
57-
<Reference Include="Octokit.GraphQL.Core, Version=0.0.6.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
58-
<HintPath>..\..\packages\Octokit.GraphQL.0.0.6-alpha\lib\netstandard1.1\Octokit.GraphQL.Core.dll</HintPath>
56+
<Reference Include="Octokit.GraphQL.Core, Version=0.1.0.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
57+
<HintPath>..\..\packages\Octokit.GraphQL.0.1.0-alpha\lib\netstandard1.1\Octokit.GraphQL.Core.dll</HintPath>
5958
</Reference>
6059
<Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
6160
<HintPath>..\..\packages\Serilog.2.5.0\lib\net46\Serilog.dll</HintPath>

src/GitHub.Api/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net461" />
4-
<package id="Octokit.GraphQL" version="0.0.6-alpha" targetFramework="net461" />
3+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net461" />
4+
<package id="Octokit.GraphQL" version="0.1.0-alpha" targetFramework="net461" />
55
<package id="Serilog" version="2.5.0" targetFramework="net461" />
66
</packages>

src/GitHub.App/GitHub.App.csproj

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,6 @@
133133
<SpecificVersion>False</SpecificVersion>
134134
<HintPath>..\..\packages\Microsoft.VisualStudio.Threading.14.1.131\lib\net45\Microsoft.VisualStudio.Threading.dll</HintPath>
135135
</Reference>
136-
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
137-
<HintPath>..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
138-
<Private>True</Private>
139-
</Reference>
140136
<Reference Include="Microsoft.VisualStudio.Utilities, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
141137
<HintPath>..\..\packages\Microsoft.VisualStudio.Utilities.14.3.25407\lib\net45\Microsoft.VisualStudio.Utilities.dll</HintPath>
142138
<Private>True</Private>
@@ -145,11 +141,14 @@
145141
<HintPath>..\..\packages\Microsoft.VisualStudio.Utilities.14.3.25407\lib\net45\Microsoft.VisualStudio.Utilities.dll</HintPath>
146142
<Private>True</Private>
147143
</Reference>
148-
<Reference Include="Octokit.GraphQL, Version=0.0.6.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
149-
<HintPath>..\..\packages\Octokit.GraphQL.0.0.6-alpha\lib\netstandard1.1\Octokit.GraphQL.dll</HintPath>
144+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
145+
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
146+
</Reference>
147+
<Reference Include="Octokit.GraphQL, Version=0.1.0.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
148+
<HintPath>..\..\packages\Octokit.GraphQL.0.1.0-alpha\lib\netstandard1.1\Octokit.GraphQL.dll</HintPath>
150149
</Reference>
151-
<Reference Include="Octokit.GraphQL.Core, Version=0.0.6.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
152-
<HintPath>..\..\packages\Octokit.GraphQL.0.0.6-alpha\lib\netstandard1.1\Octokit.GraphQL.Core.dll</HintPath>
150+
<Reference Include="Octokit.GraphQL.Core, Version=0.1.0.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
151+
<HintPath>..\..\packages\Octokit.GraphQL.0.1.0-alpha\lib\netstandard1.1\Octokit.GraphQL.Core.dll</HintPath>
153152
</Reference>
154153
<Reference Include="PresentationCore" />
155154
<Reference Include="PresentationFramework" />

src/GitHub.App/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<package id="Microsoft.VisualStudio.TextManager.Interop" version="7.10.6071" targetFramework="net461" />
2121
<package id="Microsoft.VisualStudio.TextManager.Interop.8.0" version="8.0.50728" targetFramework="net461" />
2222
<package id="Microsoft.VisualStudio.Utilities" version="14.3.25407" targetFramework="net461" />
23-
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net461" />
24-
<package id="Octokit.GraphQL" version="0.0.6-alpha" targetFramework="net461" />
23+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net461" />
24+
<package id="Octokit.GraphQL" version="0.1.0-alpha" targetFramework="net461" />
2525
<package id="Rothko" version="0.0.3-ghfvs" targetFramework="net461" />
2626
<package id="Rx-Core" version="2.2.5-custom" targetFramework="net45" />
2727
<package id="Rx-Interfaces" version="2.2.5-custom" targetFramework="net45" />

src/GitHub.InlineReviews/GitHub.InlineReviews.csproj

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -363,15 +363,14 @@
363363
<HintPath>..\..\packages\Microsoft.VisualStudio.Validation.14.1.111\lib\net45\Microsoft.VisualStudio.Validation.dll</HintPath>
364364
<Private>True</Private>
365365
</Reference>
366-
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
367-
<HintPath>..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
368-
<Private>True</Private>
366+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
367+
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
369368
</Reference>
370-
<Reference Include="Octokit.GraphQL, Version=0.0.6.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
371-
<HintPath>..\..\packages\Octokit.GraphQL.0.0.6-alpha\lib\netstandard1.1\Octokit.GraphQL.dll</HintPath>
369+
<Reference Include="Octokit.GraphQL, Version=0.1.0.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
370+
<HintPath>..\..\packages\Octokit.GraphQL.0.1.0-alpha\lib\netstandard1.1\Octokit.GraphQL.dll</HintPath>
372371
</Reference>
373-
<Reference Include="Octokit.GraphQL.Core, Version=0.0.6.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
374-
<HintPath>..\..\packages\Octokit.GraphQL.0.0.6-alpha\lib\netstandard1.1\Octokit.GraphQL.Core.dll</HintPath>
372+
<Reference Include="Octokit.GraphQL.Core, Version=0.1.0.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
373+
<HintPath>..\..\packages\Octokit.GraphQL.0.1.0-alpha\lib\netstandard1.1\Octokit.GraphQL.Core.dll</HintPath>
375374
</Reference>
376375
<Reference Include="PresentationCore" />
377376
<Reference Include="PresentationFramework" />

src/GitHub.InlineReviews/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<package id="Microsoft.VisualStudio.Utilities" version="14.3.25407" targetFramework="net452" />
3434
<package id="Microsoft.VisualStudio.Validation" version="14.1.111" targetFramework="net452" />
3535
<package id="Microsoft.VSSDK.BuildTools" version="14.3.25407" targetFramework="net452" developmentDependency="true" />
36-
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net461" />
37-
<package id="Octokit.GraphQL" version="0.0.6-alpha" targetFramework="net461" />
36+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net461" />
37+
<package id="Octokit.GraphQL" version="0.1.0-alpha" targetFramework="net461" />
3838
<package id="Rx-Core" version="2.2.5-custom" targetFramework="net461" />
3939
<package id="Rx-Interfaces" version="2.2.5-custom" targetFramework="net461" />
4040
<package id="Rx-Linq" version="2.2.5-custom" targetFramework="net461" />

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -247,21 +247,14 @@
247247
<HintPath>..\..\packages\Microsoft.VisualStudio.Validation.14.1.111\lib\net45\Microsoft.VisualStudio.Validation.dll</HintPath>
248248
<Private>True</Private>
249249
</Reference>
250-
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
251-
<HintPath>..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
252-
<Private>True</Private>
253-
</Reference>
254-
<Reference Include="Octokit.GraphQL, Version=0.0.5.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
255-
<HintPath>..\..\packages\Octokit.GraphQL.0.0.5-alpha\lib\netstandard1.1\Octokit.GraphQL.dll</HintPath>
256-
</Reference>
257-
<Reference Include="Octokit.GraphQL.Core, Version=0.0.5.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
258-
<HintPath>..\..\packages\Octokit.GraphQL.0.0.5-alpha\lib\netstandard1.1\Octokit.GraphQL.Core.dll</HintPath>
250+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
251+
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
259252
</Reference>
260-
<Reference Include="Octokit.GraphQL, Version=0.0.6.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
261-
<HintPath>..\..\packages\Octokit.GraphQL.0.0.6-alpha\lib\netstandard1.1\Octokit.GraphQL.dll</HintPath>
253+
<Reference Include="Octokit.GraphQL, Version=0.1.0.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
254+
<HintPath>..\..\packages\Octokit.GraphQL.0.1.0-alpha\lib\netstandard1.1\Octokit.GraphQL.dll</HintPath>
262255
</Reference>
263-
<Reference Include="Octokit.GraphQL.Core, Version=0.0.6.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
264-
<HintPath>..\..\packages\Octokit.GraphQL.0.0.6-alpha\lib\netstandard1.1\Octokit.GraphQL.Core.dll</HintPath>
256+
<Reference Include="Octokit.GraphQL.Core, Version=0.1.0.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
257+
<HintPath>..\..\packages\Octokit.GraphQL.0.1.0-alpha\lib\netstandard1.1\Octokit.GraphQL.Core.dll</HintPath>
265258
</Reference>
266259
<Reference Include="rothko, Version=0.0.3.0, Culture=neutral, PublicKeyToken=9f664c41f503810a, processorArchitecture=MSIL">
267260
<HintPath>..\..\packages\Rothko.0.0.3-ghfvs\lib\net45\rothko.dll</HintPath>

src/GitHub.VisualStudio/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
<package id="Microsoft.VisualStudio.Validation" version="14.1.111" targetFramework="net461" />
3737
<package id="Microsoft.VSSDK.BuildTools" version="15.0.26201" targetFramework="net461" developmentDependency="true" />
3838
<package id="Microsoft.VSSDK.Vsixsigntool" version="14.1.24720" targetFramework="net45" />
39-
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net461" />
40-
<package id="Octokit.GraphQL" version="0.0.6-alpha" targetFramework="net461" />
39+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net461" />
40+
<package id="Octokit.GraphQL" version="0.1.0-alpha" targetFramework="net461" />
4141
<package id="Rothko" version="0.0.3-ghfvs" targetFramework="net461" />
4242
<package id="Rx-Core" version="2.2.5-custom" targetFramework="net45" />
4343
<package id="Rx-Interfaces" version="2.2.5-custom" targetFramework="net45" />

test/GitHub.App.UnitTests/GitHub.App.UnitTests.csproj

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,8 @@
8080
<Reference Include="Microsoft.VisualStudio.Validation, Version=15.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
8181
<HintPath>..\..\packages\Microsoft.VisualStudio.Validation.15.3.15\lib\net45\Microsoft.VisualStudio.Validation.dll</HintPath>
8282
</Reference>
83-
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
84-
<HintPath>..\..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
85-
<SpecificVersion>False</SpecificVersion>
86-
<Private>True</Private>
83+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
84+
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
8785
</Reference>
8886
<Reference Include="nunit.framework, Version=3.9.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
8987
<HintPath>..\..\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll</HintPath>
@@ -93,11 +91,11 @@
9391
<HintPath>..\..\packages\NSubstitute.2.0.3\lib\net45\NSubstitute.dll</HintPath>
9492
<Private>True</Private>
9593
</Reference>
96-
<Reference Include="Octokit.GraphQL, Version=0.0.5.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
97-
<HintPath>..\..\packages\Octokit.GraphQL.0.0.5-alpha\lib\netstandard1.1\Octokit.GraphQL.dll</HintPath>
94+
<Reference Include="Octokit.GraphQL, Version=0.1.0.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
95+
<HintPath>..\..\packages\Octokit.GraphQL.0.1.0-alpha\lib\netstandard1.1\Octokit.GraphQL.dll</HintPath>
9896
</Reference>
99-
<Reference Include="Octokit.GraphQL.Core, Version=0.0.5.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
100-
<HintPath>..\..\packages\Octokit.GraphQL.0.0.5-alpha\lib\netstandard1.1\Octokit.GraphQL.Core.dll</HintPath>
97+
<Reference Include="Octokit.GraphQL.Core, Version=0.1.0.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL">
98+
<HintPath>..\..\packages\Octokit.GraphQL.0.1.0-alpha\lib\netstandard1.1\Octokit.GraphQL.Core.dll</HintPath>
10199
</Reference>
102100
<Reference Include="PresentationCore" />
103101
<Reference Include="PresentationFramework" />

test/GitHub.App.UnitTests/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
<package id="Microsoft.VisualStudio.TextManager.Interop.8.0" version="8.0.50727" targetFramework="net461" />
2828
<package id="Microsoft.VisualStudio.Threading" version="14.1.131" targetFramework="net461" />
2929
<package id="Microsoft.VisualStudio.Validation" version="15.3.15" targetFramework="net461" />
30-
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net461" />
30+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net461" />
3131
<package id="NSubstitute" version="2.0.3" targetFramework="net461" />
3232
<package id="NUnit" version="3.9.0" targetFramework="net461" />
33-
<package id="Octokit.GraphQL" version="0.0.6-alpha" targetFramework="net461" />
33+
<package id="Octokit.GraphQL" version="0.1.0-alpha" targetFramework="net461" />
3434
<package id="Rothko" version="0.0.3-ghfvs" targetFramework="net461" />
3535
<package id="Rx-Core" version="2.2.5-custom" targetFramework="net45" />
3636
<package id="Rx-Interfaces" version="2.2.5-custom" targetFramework="net45" />

0 commit comments

Comments
 (0)