File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
AuthPermissions.AspNetCore Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 <copyright >Copyright (c) 2021 Jon P Smith</copyright >
99 <description >Provides extra authorization and multi-tenant features to an ASP.NET Core application.</description >
1010 <releaseNotes >
11- - Updated to .NET 10 version because NET 6 is now not supported
11+ - Updated to .NET 10 version, using the new
1212 </releaseNotes >
1313 <license type =" expression" >MIT</license >
1414 <projectUrl >https://github.com/JonPSmith/AuthPermissions.AspNetCore</projectUrl >
2323 <dependency id =" Microsoft.EntityFrameworkCore.InMemory" version =" 10.0.0" />
2424 <dependency id =" Microsoft.EntityFrameworkCore.Sqlite" version =" 10.0.0" />
2525 <dependency id =" Microsoft.EntityFrameworkCore.SqlServer" version =" 10.0.0" />
26- <dependency id =" Microsoft.IdentityModel.JsonWebTokens" version =" 8.15.0" />
2726 <dependency id =" Npgsql.EntityFrameworkCore.PostgreSQL" version =" 10.0.0" />
28- <dependency id =" Microsoft.EntityFrameworkCore.Tools" version =" 10 .0.0" />
27+ <dependency id =" Microsoft.EntityFrameworkCore.Tools" version =" 9 .0.0" />
2928 <dependency id =" Microsoft.Extensions.Hosting" version =" 10.0.0" />
3029 <dependency id =" Net.RunMethodsSequentially" version =" 2.0.1" />
3130 <dependency id =" Net.LocalizeMessagesAndErrors" version =" 10.0.0" />
3231 <dependency id =" Microsoft.AspNetCore.Authentication.OpenIdConnect" version =" 10.0.0" />
3332 <dependency id =" Microsoft.AspNetCore.Authorization" version =" 10.0.0" />
33+ <dependency id =" Microsoft.IdentityModel.JsonWebTokens" version =" 8.15.0" />
3434 <dependency id =" Net.DistributedFileStoreCache" version =" 2.0.0" />
3535 <dependency id =" System.IdentityModel.Tokens.Jwt" version =" 8.2.1" />
3636 <dependency id =" EntityFrameworkCore.Exceptions.PostgreSQL" version =" 8.1.3" />
Original file line number Diff line number Diff line change 1010 <copyright >Copyright (c) 2021 Jon P Smith</copyright >
1111 <description >Provides extra authorization and multi-tenant features to an ASP.NET Core application.</description >
1212 <releaseNotes >
13- - Updated to .NET 10 version because NET 6 is now not supported
13+ - Updated to .NET 10 version, using the new
1414 </releaseNotes >
1515 <license type =" expression" >MIT</license >
1616 <projectUrl >https://github.com/JonPSmith/AuthPermissions.AspNetCore</projectUrl >
You can’t perform that action at this time.
0 commit comments