File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1- using IdentityModel . Client ;
1+ using Duende . IdentityModel . Client ;
22using Parameters = TestTokenTool . Configuration . Parameters ;
33using TokenResponse = TestTokenTool . ResponseModel . TokenResponse ;
44
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net9 .0</TargetFramework >
5+ <TargetFramework >net10 .0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 </PropertyGroup >
99
1010 <ItemGroup >
1111 <PackageReference Include =" CommandDotNet" Version =" 7.0.5" />
12- <PackageReference Include =" IdentityModel" Version =" 7.0.0" />
13- <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 9.0.0" />
14- <PackageReference Include =" Microsoft.Extensions.Configuration.FileExtensions" Version =" 9.0.0" />
15- <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 9.0.0" />
16- <PackageReference Include =" Microsoft.IdentityModel.Tokens" Version =" 8.3.0" />
12+ <PackageReference Include =" Duende.IdentityModel" Version =" 7.1.0" />
13+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 10.0.0" />
14+ <PackageReference Include =" Microsoft.Extensions.Configuration.FileExtensions" Version =" 10.0.0" />
15+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 10.0.0" />
16+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 10.0.0" />
17+ <PackageReference Include =" Microsoft.IdentityModel.Tokens" Version =" 8.15.0" />
1718 <PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta4.22272.1" />
18- <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 8.3 .0" />
19+ <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 8.15 .0" />
1920 </ItemGroup >
2021
2122 <Target Name =" CopyCustomContent" AfterTargets =" AfterBuild" >
You can’t perform that action at this time.
0 commit comments