Skip to content

Commit 2c7aae2

Browse files
author
Tiago Brenck
committed
Updating nuget packages
1 parent 96fb3b6 commit 2c7aae2

File tree

7 files changed

+64
-68
lines changed

7 files changed

+64
-68
lines changed

TodoListClient/TodoListClient-ManualJwt.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="Microsoft.Identity.Client, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
38-
<HintPath>..\packages\Microsoft.Identity.Client.4.0.0\lib\net45\Microsoft.Identity.Client.dll</HintPath>
37+
<Reference Include="Microsoft.Identity.Client, Version=4.8.2.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
38+
<HintPath>..\packages\Microsoft.Identity.Client.4.8.2\lib\net45\Microsoft.Identity.Client.dll</HintPath>
3939
</Reference>
4040
<Reference Include="System" />
4141
<Reference Include="System.Configuration" />

TodoListClient/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Identity.Client" version="4.0.0" targetFramework="net45" />
3+
<package id="Microsoft.Identity.Client" version="4.8.2" targetFramework="net45" />
44
</packages>

TodoListService-ManualJwt/Areas/HelpPage/Views/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</configSections>
1010

1111
<system.web.webPages.razor>
12-
<host factoryType="System.Web.Mvc.MvcWebRazorHostFactory, System.Web.Mvc, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
12+
<host factoryType="System.Web.Mvc.MvcWebRazorHostFactory, System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
1313
<pages pageBaseType="System.Web.Mvc.WebViewPage">
1414
<namespaces>
1515
<add namespace="System.Web.Mvc" />

TodoListService-ManualJwt/Controllers/TodoListController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ namespace TodoListService_ManualJwt.Controllers
3636
{
3737
public class TodoListController : ApiController
3838
{
39-
//
4039
// To Do items list for all users. Since the list is stored in memory, it will go away if the service is cycled.
41-
//
4240
private static ConcurrentBag<TodoItem> todoBag = new ConcurrentBag<TodoItem>();
4341

4442
// GET api/todolist

TodoListService-ManualJwt/TodoListService-ManualJwt.csproj

Lines changed: 28 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -46,34 +46,34 @@
4646
<HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
4747
</Reference>
4848
<Reference Include="Microsoft.CSharp" />
49-
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
50-
<HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.5.4.0\lib\net45\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
49+
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
50+
<HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.5.6.0\lib\net45\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
5151
</Reference>
52-
<Reference Include="Microsoft.IdentityModel.Logging, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
53-
<HintPath>..\packages\Microsoft.IdentityModel.Logging.5.4.0\lib\net45\Microsoft.IdentityModel.Logging.dll</HintPath>
52+
<Reference Include="Microsoft.IdentityModel.Logging, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
53+
<HintPath>..\packages\Microsoft.IdentityModel.Logging.5.6.0\lib\net45\Microsoft.IdentityModel.Logging.dll</HintPath>
5454
</Reference>
55-
<Reference Include="Microsoft.IdentityModel.Protocols, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
56-
<HintPath>..\packages\Microsoft.IdentityModel.Protocols.5.4.0\lib\net45\Microsoft.IdentityModel.Protocols.dll</HintPath>
55+
<Reference Include="Microsoft.IdentityModel.Protocols, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
56+
<HintPath>..\packages\Microsoft.IdentityModel.Protocols.5.6.0\lib\net45\Microsoft.IdentityModel.Protocols.dll</HintPath>
5757
</Reference>
58-
<Reference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
59-
<HintPath>..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.5.4.0\lib\net45\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll</HintPath>
58+
<Reference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
59+
<HintPath>..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.5.6.0\lib\net45\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll</HintPath>
6060
</Reference>
61-
<Reference Include="Microsoft.IdentityModel.Tokens, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
62-
<HintPath>..\packages\Microsoft.IdentityModel.Tokens.5.4.0\lib\net45\Microsoft.IdentityModel.Tokens.dll</HintPath>
61+
<Reference Include="Microsoft.IdentityModel.Tokens, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
62+
<HintPath>..\packages\Microsoft.IdentityModel.Tokens.5.6.0\lib\net45\Microsoft.IdentityModel.Tokens.dll</HintPath>
6363
</Reference>
64-
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
65-
<HintPath>..\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
64+
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
65+
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
6666
</Reference>
6767
<Reference Include="System" />
6868
<Reference Include="System.Data" />
6969
<Reference Include="System.Data.Entity" />
7070
<Reference Include="System.Drawing" />
7171
<Reference Include="System.IdentityModel" />
72-
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
73-
<HintPath>..\packages\System.IdentityModel.Tokens.Jwt.5.4.0\lib\net45\System.IdentityModel.Tokens.Jwt.dll</HintPath>
72+
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
73+
<HintPath>..\packages\System.IdentityModel.Tokens.Jwt.5.6.0\lib\net45\System.IdentityModel.Tokens.Jwt.dll</HintPath>
7474
</Reference>
75-
<Reference Include="System.Net.Http.Formatting, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
76-
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.4\lib\net45\System.Net.Http.Formatting.dll</HintPath>
75+
<Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
76+
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll</HintPath>
7777
</Reference>
7878
<Reference Include="System.Runtime.Serialization" />
7979
<Reference Include="System.Web.Entity" />
@@ -82,32 +82,32 @@
8282
<Reference Include="System.Core" />
8383
<Reference Include="System.Data.DataSetExtensions" />
8484
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
85-
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.Helpers.dll</HintPath>
85+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
8686
</Reference>
87-
<Reference Include="System.Web.Http, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
88-
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.4\lib\net45\System.Web.Http.dll</HintPath>
87+
<Reference Include="System.Web.Http, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
88+
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.7\lib\net45\System.Web.Http.dll</HintPath>
8989
</Reference>
90-
<Reference Include="System.Web.Http.WebHost, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
91-
<HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.4\lib\net45\System.Web.Http.WebHost.dll</HintPath>
90+
<Reference Include="System.Web.Http.WebHost, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
91+
<HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.7\lib\net45\System.Web.Http.WebHost.dll</HintPath>
9292
</Reference>
93-
<Reference Include="System.Web.Mvc, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
94-
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.4\lib\net45\System.Web.Mvc.dll</HintPath>
93+
<Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
94+
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
9595
</Reference>
9696
<Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9797
<SpecificVersion>False</SpecificVersion>
9898
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
9999
</Reference>
100100
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
101-
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.4\lib\net45\System.Web.Razor.dll</HintPath>
101+
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
102102
</Reference>
103103
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
104-
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.dll</HintPath>
104+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
105105
</Reference>
106106
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
107-
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
107+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
108108
</Reference>
109109
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
110-
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
110+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
111111
</Reference>
112112
<Reference Include="System.Xml.Linq" />
113113
<Reference Include="System.Web" />
@@ -191,9 +191,7 @@
191191
<Content Include="Content\bootstrap-theme.css.map" />
192192
<Content Include="Content\bootstrap.css.map" />
193193
<Content Include="Areas\HelpPage\Views\_ViewStart.cshtml" />
194-
<Content Include="Areas\HelpPage\Views\Web.config">
195-
<SubType>Designer</SubType>
196-
</Content>
194+
<Content Include="Areas\HelpPage\Views\Web.config" />
197195
<Content Include="Areas\HelpPage\Views\Shared\_Layout.cshtml" />
198196
<Content Include="Areas\HelpPage\Views\Help\ResourceModel.cshtml" />
199197
<Content Include="Areas\HelpPage\Views\Help\Index.cshtml" />

TodoListService-ManualJwt/Web.config

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<add key="webpages:Enabled" value="false" />
1010
<add key="ClientValidationEnabled" value="true" />
1111
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
12-
<add key="ida:ClientId" value="[Enter the Application Id (also named ClientId) for the application]" />
12+
<add key="ida:ClientId" value="[Enter the Application Id (also named ClientId) for the application]" />
1313
<add key="ida:TenantId" value="[Enter the tenant/Directory Id name, e.g b898afb8-75af-4d05-ba80-6177b3a6a1e1]" />
1414
<add key="ida:Audience" value="[Enter App ID URI of TodoListService-ManualJwt, e.g. api://{client Id of TodoListService-ManualJwt]}" />
1515
<add key="ida:AADInstance" value="https://login.microsoftonline.com/{0}/v2.0" />
@@ -34,7 +34,7 @@
3434
</dependentAssembly>
3535
<dependentAssembly>
3636
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
37-
<bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" />
37+
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
3838
</dependentAssembly>
3939
<dependentAssembly>
4040
<assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
@@ -44,18 +44,6 @@
4444
<assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
4545
<bindingRedirect oldVersion="0.0.0.0-5.2.2.0" newVersion="5.2.2.0" />
4646
</dependentAssembly>
47-
<dependentAssembly>
48-
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
49-
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
50-
</dependentAssembly>
51-
<dependentAssembly>
52-
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
53-
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
54-
</dependentAssembly>
55-
<dependentAssembly>
56-
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
57-
<bindingRedirect oldVersion="1.0.0.0-5.2.4.0" newVersion="5.2.4.0" />
58-
</dependentAssembly>
5947
<dependentAssembly>
6048
<assemblyIdentity name="System.IdentityModel.Tokens.Jwt" publicKeyToken="31bf3856ad364e35" culture="neutral" />
6149
<bindingRedirect oldVersion="0.0.0.0-5.4.0.0" newVersion="5.4.0.0" />
@@ -68,14 +56,26 @@
6856
<assemblyIdentity name="Microsoft.IdentityModel.Tokens" publicKeyToken="31bf3856ad364e35" culture="neutral" />
6957
<bindingRedirect oldVersion="0.0.0.0-5.4.0.0" newVersion="5.4.0.0" />
7058
</dependentAssembly>
59+
<dependentAssembly>
60+
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
61+
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
62+
</dependentAssembly>
63+
<dependentAssembly>
64+
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
65+
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
66+
</dependentAssembly>
67+
<dependentAssembly>
68+
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
69+
<bindingRedirect oldVersion="1.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
70+
</dependentAssembly>
7171
</assemblyBinding>
7272
</runtime>
73-
<system.webServer>
73+
74+
<system.webServer>
7475
<handlers>
7576
<remove name="ExtensionlessUrlHandler-Integrated-4.0" />
7677
<remove name="OPTIONSVerbHandler" />
7778
<remove name="TRACEVerbHandler" />
7879
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
7980
</handlers>
80-
</system.webServer>
81-
</configuration>
81+
</system.webServer></configuration>

TodoListService-ManualJwt/packages.config

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
<package id="Antlr" version="3.5.0.2" targetFramework="net45" />
44
<package id="bootstrap" version="3.2.0" targetFramework="net45" />
55
<package id="jQuery" version="2.1.1" targetFramework="net45" />
6-
<package id="Microsoft.AspNet.Mvc" version="5.2.4" targetFramework="net45" />
7-
<package id="Microsoft.AspNet.Razor" version="3.2.4" targetFramework="net45" />
6+
<package id="Microsoft.AspNet.Mvc" version="5.2.7" targetFramework="net45" />
7+
<package id="Microsoft.AspNet.Razor" version="3.2.7" targetFramework="net45" />
88
<package id="Microsoft.AspNet.Web.Optimization" version="1.1.3" targetFramework="net45" />
9-
<package id="Microsoft.AspNet.WebApi" version="5.2.4" targetFramework="net45" />
10-
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.4" targetFramework="net45" />
11-
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.4" targetFramework="net45" />
12-
<package id="Microsoft.AspNet.WebApi.HelpPage" version="5.2.4" targetFramework="net45" />
13-
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.4" targetFramework="net45" />
14-
<package id="Microsoft.AspNet.WebPages" version="3.2.4" targetFramework="net45" />
15-
<package id="Microsoft.IdentityModel.JsonWebTokens" version="5.4.0" targetFramework="net45" />
16-
<package id="Microsoft.IdentityModel.Logging" version="5.4.0" targetFramework="net45" />
17-
<package id="Microsoft.IdentityModel.Protocols" version="5.4.0" targetFramework="net45" />
18-
<package id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="5.4.0" targetFramework="net45" />
19-
<package id="Microsoft.IdentityModel.Tokens" version="5.4.0" targetFramework="net45" />
9+
<package id="Microsoft.AspNet.WebApi" version="5.2.7" targetFramework="net45" />
10+
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.7" targetFramework="net45" />
11+
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.7" targetFramework="net45" />
12+
<package id="Microsoft.AspNet.WebApi.HelpPage" version="5.2.7" targetFramework="net45" />
13+
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.7" targetFramework="net45" />
14+
<package id="Microsoft.AspNet.WebPages" version="3.2.7" targetFramework="net45" />
15+
<package id="Microsoft.IdentityModel.JsonWebTokens" version="5.6.0" targetFramework="net45" />
16+
<package id="Microsoft.IdentityModel.Logging" version="5.6.0" targetFramework="net45" />
17+
<package id="Microsoft.IdentityModel.Protocols" version="5.6.0" targetFramework="net45" />
18+
<package id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="5.6.0" targetFramework="net45" />
19+
<package id="Microsoft.IdentityModel.Tokens" version="5.6.0" targetFramework="net45" />
2020
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
2121
<package id="Modernizr" version="2.8.3" targetFramework="net45" />
22-
<package id="Newtonsoft.Json" version="10.0.1" targetFramework="net45" />
22+
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net45" />
2323
<package id="Respond" version="1.4.2" targetFramework="net45" />
24-
<package id="System.IdentityModel.Tokens.Jwt" version="5.4.0" targetFramework="net45" />
24+
<package id="System.IdentityModel.Tokens.Jwt" version="5.6.0" targetFramework="net45" />
2525
<package id="WebGrease" version="1.6.0" targetFramework="net45" />
2626
</packages>

0 commit comments

Comments
 (0)