Skip to content

Commit 2e7350c

Browse files
committed
Depend on latest Microsoft.*
1 parent 17d0634 commit 2e7350c

15 files changed

+163
-144
lines changed

examples/Identity/UnravelExamples.Identity.csproj

+10-10
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
<Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6262
<HintPath>..\..\packages\Microsoft.AspNet.Identity.Core.2.2.4\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
6363
</Reference>
64+
<Reference Include="Microsoft.AspNet.Identity.EntityFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
65+
<HintPath>..\..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.4\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
66+
</Reference>
6467
<Reference Include="Microsoft.AspNet.Identity.Owin, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6568
<HintPath>..\..\packages\Microsoft.AspNet.Identity.Owin.2.2.4\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
6669
</Reference>
@@ -85,9 +88,6 @@
8588
<Reference Include="Microsoft.AspNetCore.Http.Features, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
8689
<HintPath>..\..\packages\Microsoft.AspNetCore.Http.Features.2.1.1\lib\netstandard2.0\Microsoft.AspNetCore.Http.Features.dll</HintPath>
8790
</Reference>
88-
<Reference Include="Microsoft.AspNet.Identity.EntityFramework">
89-
<HintPath>..\..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.3\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
90-
</Reference>
9191
<Reference Include="Microsoft.AspNetCore.Owin, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
9292
<HintPath>..\..\packages\Microsoft.AspNetCore.Owin.2.1.1\lib\netstandard2.0\Microsoft.AspNetCore.Owin.dll</HintPath>
9393
</Reference>
@@ -240,27 +240,27 @@
240240
<Reference Include="System.Web.Entity" />
241241
<Reference Include="System.Web.Extensions" />
242242
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
243-
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.Helpers.dll</HintPath>
243+
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.3.0\lib\net45\System.Web.Helpers.dll</HintPath>
244244
</Reference>
245-
<Reference Include="System.Web.Mvc, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
246-
<HintPath>..\..\packages\Microsoft.AspNet.Mvc.5.2.9\lib\net45\System.Web.Mvc.dll</HintPath>
245+
<Reference Include="System.Web.Mvc, Version=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
246+
<HintPath>..\..\packages\Microsoft.AspNet.Mvc.5.3.0\lib\net45\System.Web.Mvc.dll</HintPath>
247247
</Reference>
248248
<Reference Include="System.Web.Optimization">
249249
<HintPath>..\..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
250250
</Reference>
251251
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
252-
<HintPath>..\..\packages\Microsoft.AspNet.Razor.3.2.9\lib\net45\System.Web.Razor.dll</HintPath>
252+
<HintPath>..\..\packages\Microsoft.AspNet.Razor.3.3.0\lib\net45\System.Web.Razor.dll</HintPath>
253253
</Reference>
254254
<Reference Include="System.Web.Routing" />
255255
<Reference Include="System.Web.Services" />
256256
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
257-
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.dll</HintPath>
257+
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.3.0\lib\net45\System.Web.WebPages.dll</HintPath>
258258
</Reference>
259259
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
260-
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
260+
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.3.0\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
261261
</Reference>
262262
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
263-
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
263+
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.3.0\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
264264
</Reference>
265265
<Reference Include="System.Xml" />
266266
<Reference Include="WebGrease">

examples/Identity/Web.config

+12-12
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,6 @@
6565
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
6666
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
6767
</dependentAssembly>
68-
<dependentAssembly>
69-
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
70-
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
71-
</dependentAssembly>
72-
<dependentAssembly>
73-
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
74-
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
75-
</dependentAssembly>
76-
<dependentAssembly>
77-
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
78-
<bindingRedirect oldVersion="1.0.0.0-5.2.9.0" newVersion="5.2.9.0" />
79-
</dependentAssembly>
8068
<dependentAssembly>
8169
<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
8270
<bindingRedirect oldVersion="0.0.0.0-4.0.3.1" newVersion="4.0.3.1" />
@@ -121,6 +109,18 @@
121109
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
122110
<bindingRedirect oldVersion="0.0.0.0-4.0.4.1" newVersion="4.0.4.1" />
123111
</dependentAssembly>
112+
<dependentAssembly>
113+
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
114+
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
115+
</dependentAssembly>
116+
<dependentAssembly>
117+
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
118+
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
119+
</dependentAssembly>
120+
<dependentAssembly>
121+
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
122+
<bindingRedirect oldVersion="1.0.0.0-5.3.0.0" newVersion="5.3.0.0" />
123+
</dependentAssembly>
124124
</assemblyBinding>
125125
</runtime>
126126
<entityFramework>

examples/Identity/packages.config

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<package id="Antlr" version="3.5.0.2" targetFramework="net472" />
44
<package id="EntityFramework" version="6.4.4" targetFramework="net472" />
55
<package id="Microsoft.AspNet.Identity.Core" version="2.2.4" targetFramework="net472" />
6-
<package id="Microsoft.AspNet.Identity.EntityFramework" version="2.2.3" targetFramework="net472" />
6+
<package id="Microsoft.AspNet.Identity.EntityFramework" version="2.2.4" targetFramework="net472" />
77
<package id="Microsoft.AspNet.Identity.Owin" version="2.2.4" targetFramework="net472" />
8-
<package id="Microsoft.AspNet.Mvc" version="5.2.9" targetFramework="net472" />
9-
<package id="Microsoft.AspNet.Razor" version="3.2.9" targetFramework="net472" />
8+
<package id="Microsoft.AspNet.Mvc" version="5.3.0" targetFramework="net472" />
9+
<package id="Microsoft.AspNet.Razor" version="3.3.0" targetFramework="net472" />
1010
<package id="Microsoft.AspNet.Web.Optimization" version="1.1.3" targetFramework="net472" />
11-
<package id="Microsoft.AspNet.WebPages" version="3.2.9" targetFramework="net472" />
11+
<package id="Microsoft.AspNet.WebPages" version="3.3.0" targetFramework="net472" />
1212
<package id="Microsoft.AspNetCore.Hosting" version="2.1.1" allowedVersions="[2.1.1,2.2.0)" targetFramework="net472" />
1313
<package id="Microsoft.AspNetCore.Hosting.Abstractions" version="2.1.1" allowedVersions="[2.1.1,2.2.0)" targetFramework="net472" />
1414
<package id="Microsoft.AspNetCore.Hosting.Server.Abstractions" version="2.1.1" allowedVersions="[2.1.1,2.2.0)" targetFramework="net472" />

examples/Identity/packages.lock.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
},
2323
"Microsoft.AspNet.Identity.EntityFramework": {
2424
"type": "Direct",
25-
"requested": "[2.2.3, 2.2.3]",
26-
"resolved": "2.2.3",
27-
"contentHash": "dt4XZChjw3a6jE66Yd6LkF9omspxi0A9lJpwBZz8Wl1sabOS6dlLP1OOTVuUjtPaoAshjoIzvS6DFRQdPyq55g=="
25+
"requested": "[2.2.4, 2.2.4]",
26+
"resolved": "2.2.4",
27+
"contentHash": "ay5FMSwNF0tb9KiC4l4aqm7D1E6Da9nU3euI/X0UD1SuumJX7OkZ9LtZjU9xT3xmou3XLXO8DDcgrW6udSQk6Q=="
2828
},
2929
"Microsoft.AspNet.Identity.Owin": {
3030
"type": "Direct",
@@ -34,15 +34,15 @@
3434
},
3535
"Microsoft.AspNet.Mvc": {
3636
"type": "Direct",
37-
"requested": "[5.2.9, 5.2.9]",
38-
"resolved": "5.2.9",
39-
"contentHash": "bcekKshCAh7kTWSMZPavQStSZQF/QmjEjO2gVWGITEd0/t5eRlb+ZLDE+az2qY1bZ8L6Hz0OCNeS0uzXtJcK5w=="
37+
"requested": "[5.3.0, 5.3.0]",
38+
"resolved": "5.3.0",
39+
"contentHash": "Q1LcXRqTPmbXJAdf45PsxI6JYnCQP4vBfPCgDFd4dYf8ojxFTo4PH333PC4TzbOqRHxrUWGwgBdcR5T2jNwpHQ=="
4040
},
4141
"Microsoft.AspNet.Razor": {
4242
"type": "Direct",
43-
"requested": "[3.2.9, 3.2.9]",
44-
"resolved": "3.2.9",
45-
"contentHash": "QOJEnEw3xp+t5lMvYR5nGCF4CfZpHqr2p8uZOBEgDZoB6r2txtSj6581YNr+/dOHjI3YRlo1QAKGQoSohbQ/KA=="
43+
"requested": "[3.3.0, 3.3.0]",
44+
"resolved": "3.3.0",
45+
"contentHash": "5vJ0UKE/n381qcaKwFHxCwzb/YVuHzrm155iTgQhiv7+xdg2PE+54u+NPqu6C9AeRVOiwbh8/EOZwD16bLvWkg=="
4646
},
4747
"Microsoft.AspNet.Web.Optimization": {
4848
"type": "Direct",
@@ -52,9 +52,9 @@
5252
},
5353
"Microsoft.AspNet.WebPages": {
5454
"type": "Direct",
55-
"requested": "[3.2.9, 3.2.9]",
56-
"resolved": "3.2.9",
57-
"contentHash": "yByb721lwv8YFsx1oKA5CLKXa89XVbVMkPafS4bg/bPelBEgChq/coFBQEkA4kwcabG7AR56w3vapnoZUfr2Cw=="
55+
"requested": "[3.3.0, 3.3.0]",
56+
"resolved": "3.3.0",
57+
"contentHash": "2ATJrA8KNx2EpBWNjwy4P+NjQ06cZWjYsTZ5NqGNIHaU/i3NKmtpoaE90NGmVRaKF5rryGfADnvPQ56f61OuWg=="
5858
},
5959
"Microsoft.AspNetCore.Hosting": {
6060
"type": "Direct",

examples/Web/UnravelExamples.Web.csproj

+13-13
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@
366366
<HintPath>..\..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
367367
</Reference>
368368
<Reference Include="System.Net" />
369-
<Reference Include="System.Net.Http.Formatting, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
370-
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.9\lib\net45\System.Net.Http.Formatting.dll</HintPath>
369+
<Reference Include="System.Net.Http.Formatting, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
370+
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.6.0.0\lib\net45\System.Net.Http.Formatting.dll</HintPath>
371371
</Reference>
372372
<Reference Include="System.Numerics" />
373373
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
@@ -462,28 +462,28 @@
462462
<Reference Include="System.ComponentModel.DataAnnotations" />
463463
<Reference Include="System.Core" />
464464
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
465-
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.Helpers.dll</HintPath>
465+
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.3.0\lib\net45\System.Web.Helpers.dll</HintPath>
466466
</Reference>
467-
<Reference Include="System.Web.Http, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
468-
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.9\lib\net45\System.Web.Http.dll</HintPath>
467+
<Reference Include="System.Web.Http, Version=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
468+
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.3.0\lib\net45\System.Web.Http.dll</HintPath>
469469
</Reference>
470-
<Reference Include="System.Web.Http.WebHost, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
471-
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.9\lib\net45\System.Web.Http.WebHost.dll</HintPath>
470+
<Reference Include="System.Web.Http.WebHost, Version=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
471+
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.3.0\lib\net45\System.Web.Http.WebHost.dll</HintPath>
472472
</Reference>
473-
<Reference Include="System.Web.Mvc, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
474-
<HintPath>..\..\packages\Microsoft.AspNet.Mvc.5.2.9\lib\net45\System.Web.Mvc.dll</HintPath>
473+
<Reference Include="System.Web.Mvc, Version=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
474+
<HintPath>..\..\packages\Microsoft.AspNet.Mvc.5.3.0\lib\net45\System.Web.Mvc.dll</HintPath>
475475
</Reference>
476476
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
477-
<HintPath>..\..\packages\Microsoft.AspNet.Razor.3.2.9\lib\net45\System.Web.Razor.dll</HintPath>
477+
<HintPath>..\..\packages\Microsoft.AspNet.Razor.3.3.0\lib\net45\System.Web.Razor.dll</HintPath>
478478
</Reference>
479479
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
480-
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.dll</HintPath>
480+
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.3.0\lib\net45\System.Web.WebPages.dll</HintPath>
481481
</Reference>
482482
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
483-
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
483+
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.3.0\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
484484
</Reference>
485485
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
486-
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
486+
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.3.0\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
487487
</Reference>
488488
<Reference Include="System.Xml.Linq" />
489489
<Reference Include="System.Web" />

examples/Web/Web.config

+12-12
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,6 @@
6464
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
6565
<bindingRedirect oldVersion="0.0.0.0-1.2.3.0" newVersion="1.2.3.0" />
6666
</dependentAssembly>
67-
<dependentAssembly>
68-
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
69-
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
70-
</dependentAssembly>
71-
<dependentAssembly>
72-
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
73-
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
74-
</dependentAssembly>
75-
<dependentAssembly>
76-
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
77-
<bindingRedirect oldVersion="1.0.0.0-5.2.9.0" newVersion="5.2.9.0" />
78-
</dependentAssembly>
7967
<dependentAssembly>
8068
<assemblyIdentity name="Microsoft.AspNetCore.Http" publicKeyToken="adb9793829ddae60" culture="neutral" />
8169
<bindingRedirect oldVersion="0.0.0.0-2.1.34.0" newVersion="2.1.34.0" />
@@ -184,6 +172,18 @@
184172
<assemblyIdentity name="Microsoft.Web.Infrastructure" publicKeyToken="31bf3856ad364e35" culture="neutral" />
185173
<bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
186174
</dependentAssembly>
175+
<dependentAssembly>
176+
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
177+
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
178+
</dependentAssembly>
179+
<dependentAssembly>
180+
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
181+
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
182+
</dependentAssembly>
183+
<dependentAssembly>
184+
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
185+
<bindingRedirect oldVersion="1.0.0.0-5.3.0.0" newVersion="5.3.0.0" />
186+
</dependentAssembly>
187187
</assemblyBinding>
188188
</runtime>
189189
<system.codedom>

examples/Web/packages.config

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Antlr" version="3.5.0.2" targetFramework="net472" />
4-
<package id="Microsoft.AspNet.Mvc" version="5.2.9" targetFramework="net472" />
5-
<package id="Microsoft.AspNet.Razor" version="3.2.9" targetFramework="net472" />
4+
<package id="Microsoft.AspNet.Mvc" version="5.3.0" targetFramework="net472" />
5+
<package id="Microsoft.AspNet.Razor" version="3.3.0" targetFramework="net472" />
66
<package id="Microsoft.AspNet.Web.Optimization" version="1.1.3" targetFramework="net472" />
7-
<package id="Microsoft.AspNet.WebApi" version="5.2.9" targetFramework="net472" />
8-
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.9" targetFramework="net472" />
9-
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.9" targetFramework="net472" />
10-
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.9" targetFramework="net472" />
11-
<package id="Microsoft.AspNet.WebPages" version="3.2.9" targetFramework="net472" />
7+
<package id="Microsoft.AspNet.WebApi" version="5.3.0" targetFramework="net472" />
8+
<package id="Microsoft.AspNet.WebApi.Client" version="6.0.0" targetFramework="net472" />
9+
<package id="Microsoft.AspNet.WebApi.Core" version="5.3.0" targetFramework="net472" />
10+
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.3.0" targetFramework="net472" />
11+
<package id="Microsoft.AspNet.WebPages" version="3.3.0" targetFramework="net472" />
1212
<package id="Microsoft.AspNetCore.Antiforgery" version="2.1.1" allowedVersions="[2.1.1,2.2.0)" targetFramework="net472" />
1313
<package id="Microsoft.AspNetCore.Authentication.Abstractions" version="2.1.1" allowedVersions="[2.1.1,2.2.0)" targetFramework="net472" />
1414
<package id="Microsoft.AspNetCore.Authentication.Core" version="2.1.1" allowedVersions="[2.1.1,2.2.0)" targetFramework="net472" />

0 commit comments

Comments
 (0)