File tree Expand file tree Collapse file tree 5 files changed +19
-19
lines changed
src/AspNetCore.Identity.AmazonDynamoDB
AspNetCore.Identity.AmazonDynamoDB.IntegrationTests
AspNetCore.Identity.AmazonDynamoDB.Tests Expand file tree Collapse file tree 5 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 8 .0.0" ,
3+ "version" : " 9 .0.0" ,
44 "rollForward" : " latestFeature"
55 }
66}
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
99 <ItemGroup >
1010 <PackageReference Include =" Amazon.Lambda.AspNetCoreServer.Hosting" Version =" 1.7.3" />
1111 <PackageReference Include =" AspNetCore.Identity.AmazonDynamoDB" Version =" 1.2.4" />
12- <PackageReference Include =" AWSSDK.DynamoDBv2" Version =" 3.7.405.3 " />
12+ <PackageReference Include =" AWSSDK.DynamoDBv2" Version =" 3.7.405.13 " />
1313 <PackageReference Include =" AWSSDK.Extensions.NETCore.Setup" Version =" 3.7.301" />
14- <PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 8 .0.11 " />
15- <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 8 .0.11 " />
16- <PackageReference Include =" Microsoft.Extensions.Identity.Core" Version =" 9.0.0 " />
14+ <PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 9 .0.1 " />
15+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 9 .0.1 " />
16+ <PackageReference Include =" Microsoft.Extensions.Identity.Core" Version =" 9.0.1 " />
1717 <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 7.2.0" />
1818 </ItemGroup >
1919
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 >net8 .0;net9 .0</TargetFrameworks >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
7- <Version >1.2.4 </Version >
7+ <Version >2.0.0 </Version >
88 <Authors >Anton Ganhammar</Authors >
99 <RepositoryUrl >https://github.com/ganhammar/AspNetCore.Identity.AmazonDynamoDB</RepositoryUrl >
1010 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1919 </ItemGroup >
2020
2121 <ItemGroup >
22- <PackageReference Include =" AWSSDK.DynamoDBv2" Version =" 3.7.405.3 " />
23- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.AutoActivation" Version =" 8.10 .0" />
24- <PackageReference Include =" Microsoft.Extensions.Identity.Stores" Version =" 8 .0.11 " />
22+ <PackageReference Include =" AWSSDK.DynamoDBv2" Version =" 3.7.405.13 " />
23+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.AutoActivation" Version =" 9.1 .0" />
24+ <PackageReference Include =" Microsoft.Extensions.Identity.Stores" Version =" 9 .0.1 " />
2525 </ItemGroup >
2626
2727</Project >
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 >net8 .0;net9 .0</TargetFrameworks >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77
88 <IsPackable >false</IsPackable >
99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" coverlet.msbuild" Version =" 6.0.3 " >
12+ <PackageReference Include =" coverlet.msbuild" Version =" 6.0.4 " >
1313 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1414 <PrivateAssets >all</PrivateAssets >
1515 </PackageReference >
16- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.0 " />
16+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.1 " />
1717 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
1818 <PackageReference Include =" Moq" Version =" 4.20.72" />
1919 <PackageReference Include =" xunit" Version =" 2.9.3" />
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 >net8 .0;net9 .0</TargetFrameworks >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <IsPackable >false</IsPackable >
88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" AWSSDK.DynamoDBv2" Version =" 3.7.405.3 " />
12- <PackageReference Include =" coverlet.msbuild" Version =" 6.0.3 " >
11+ <PackageReference Include =" AWSSDK.DynamoDBv2" Version =" 3.7.405.13 " />
12+ <PackageReference Include =" coverlet.msbuild" Version =" 6.0.4 " >
1313 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1414 <PrivateAssets >all</PrivateAssets >
1515 </PackageReference >
16- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.0 " />
17- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 8 .0.1" />
16+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.1 " />
17+ <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 9 .0.1" />
1818 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
1919 <PackageReference Include =" Moq" Version =" 4.20.72" />
2020 <PackageReference Include =" xunit" Version =" 2.9.3" />
You can’t perform that action at this time.
0 commit comments