File tree Expand file tree Collapse file tree 4 files changed +17
-17
lines changed
samples/ScottBrady.IdentityModel.Samples.AspNetCore
ScottBrady.IdentityModel.AspNetCore
test/ScottBrady.IdentityModel.Tests Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 8.0.3 " />
9- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version =" 8.0.3 " />
10- <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 8.0.3 " />
11- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 8.0.3 " />
8+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 8.0.11 " />
9+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version =" 8.0.11 " />
10+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 8.0.11 " />
11+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 8.0.11 " />
1212 </ItemGroup >
1313
1414 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net6.0;net8.0</TargetFrameworks >
4+ <TargetFrameworks >net6.0;net8.0;net9.0 </TargetFrameworks >
55 <Authors >Scott Brady</Authors >
66 <Description >ASP.NET Core Tag helpers for password rules and validation.</Description >
77 <PackageIcon >icon.png</PackageIcon >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8.0</ TargetFramework >
4+ <TargetFrameworks >net8.0;net9.0</ TargetFrameworks >
55 <Authors >Scott Brady</Authors >
66 <Description >Extensions for Microsoft.IdentityModel, including support for EdDSA signed JWTs.</Description >
77 <PackageIcon >icon.png</PackageIcon >
1717 </PropertyGroup >
1818
1919 <ItemGroup >
20- <PackageReference Include =" BouncyCastle.Cryptography" Version =" 2.3 .0" />
21- <PackageReference Include =" Microsoft.IdentityModel.Tokens" Version =" 7.5.0 " />
22- <PackageReference Include =" Microsoft.IdentityModel.JsonWebTokens" Version =" 7.5.0 " />
20+ <PackageReference Include =" BouncyCastle.Cryptography" Version =" 2.4 .0" />
21+ <PackageReference Include =" Microsoft.IdentityModel.Tokens" Version =" 7.7.1 " />
22+ <PackageReference Include =" Microsoft.IdentityModel.JsonWebTokens" Version =" 7.7.1 " />
2323 <PackageReference Include =" SecurityCodeScan.VS2019" Version =" 5.6.7" PrivateAssets =" all" />
2424 </ItemGroup >
2525
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8.0</ TargetFramework >
4+ <TargetFrameworks >net8.0;net9.0</ TargetFrameworks >
55 <LangVersion >latest</LangVersion >
66 </PropertyGroup >
77
88 <ItemGroup >
99 <PackageReference Include =" AutoFixture" Version =" 4.18.1" />
10- <PackageReference Include =" FluentAssertions" Version =" 6.12.0 " />
11- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 8.0.3 " />
12- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9 .0" />
13- <PackageReference Include =" Moq" Version =" 4.20.70 " />
14- <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 7.5.0 " />
15- <PackageReference Include =" xunit" Version =" 2.7.0 " />
16- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.7 " >
10+ <PackageReference Include =" FluentAssertions" Version =" 6.12.2 " />
11+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 8.0.11 " />
12+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" />
13+ <PackageReference Include =" Moq" Version =" 4.20.72 " />
14+ <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 7.7.1 " />
15+ <PackageReference Include =" xunit" Version =" 2.9.2 " />
16+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2 " >
1717 <PrivateAssets >all</PrivateAssets >
1818 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1919 </PackageReference >
You can’t perform that action at this time.
0 commit comments