File tree Expand file tree Collapse file tree
Sidio.Web.Security.AspNetCore.Tests
Sidio.Web.Security.AspNetCore
Sidio.Web.Security.Examples.AspNetCore.Tests
Sidio.Web.Security.Examples.AspNetCore
Sidio.Web.Security.Testing.Tests
Sidio.Web.Security.Testing Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 uses : actions/setup-dotnet@v5
3737 with :
3838 dotnet-version : 9.x
39+ - name : Setup dotnet 10.x
40+ uses : actions/setup-dotnet@v5
41+ with :
42+ dotnet-version : 10.x
3943 - name : Install dotnet-sonarscanner
4044 run : dotnet tool install --global dotnet-sonarscanner
4145 - name : install dotnet-coverage
Original file line number Diff line number Diff line change 3131 uses : actions/setup-dotnet@v5
3232 with :
3333 dotnet-version : 9.x
34+ - name : Setup dotnet 10.x
35+ uses : actions/setup-dotnet@v5
36+ with :
37+ dotnet-version : 10.x
3438 - name : Set RELEASE_VERSION variable from tag
3539 run : echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
3640 - name : Print release version
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net8.0;net9.0</TargetFrameworks >
4+ <TargetFrameworks >net8.0;net9.0;net10.0 </TargetFrameworks >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77
2020 <PrivateAssets >all</PrivateAssets >
2121 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2222 </PackageReference >
23- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.0 " />
23+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1 " />
2424 <PackageReference Include =" Moq" Version =" 4.20.72" />
2525 <PackageReference Include =" xunit" Version =" 2.9.3" />
2626 <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5" >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net8.0;net9.0</TargetFrameworks >
4+ <TargetFrameworks >net8.0;net9.0;net10.0 </TargetFrameworks >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77
1919 <PrivateAssets >all</PrivateAssets >
2020 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2121 </PackageReference >
22- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.0 " />
22+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1 " />
2323 <PackageReference Include =" xunit" Version =" 2.9.3" />
2424 <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5" >
2525 <PrivateAssets >all</PrivateAssets >
2929 <PrivateAssets >all</PrivateAssets >
3030 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3131 </PackageReference >
32- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 9 .0.10 " />
32+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10 .0.0 " />
3333 </ItemGroup >
3434
3535 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net481;net8.0;net9.0</TargetFrameworks >
4+ <TargetFrameworks >net481;net8.0;net9.0;net10.0 </TargetFrameworks >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <LangVersion >Latest</LangVersion >
1212
1313 <ItemGroup >
1414 <PackageReference Include =" AutoFixture" Version =" 4.18.1" />
15- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.0 " />
15+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1 " />
1616 <PackageReference Include =" xunit" Version =" 2.9.3" />
1717 <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5" >
1818 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;net8.0;net9.0</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;net8.0;net9.0;net10.0 </TargetFrameworks >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <LangVersion >Latest</LangVersion >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net481;net8.0;net9.0</TargetFrameworks >
4+ <TargetFrameworks >net481;net8.0;net9.0;net10.0 </TargetFrameworks >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <LangVersion >Latest</LangVersion >
2020 <PrivateAssets >all</PrivateAssets >
2121 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2222 </PackageReference >
23- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.0 " />
23+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1 " />
2424 <PackageReference Include =" Moq" Version =" 4.20.72" />
2525 <PackageReference Include =" RichardSzalay.MockHttp" Version =" 7.0.0" />
2626 <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 >netstandard2.0;net8.0;net9.0</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;net8.0;net9.0;net10.0 </TargetFrameworks >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <LangVersion >Latest</LangVersion >
3131 </ItemGroup >
3232
3333 <ItemGroup >
34- <PackageReference Include =" Microsoft.Extensions.Caching.Abstractions" Version =" 9 .0.10 " />
35- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 9 .0.10 " />
36- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9 .0.10 " />
37- <PackageReference Include =" Microsoft.Extensions.Options" Version =" 9 .0.10 " />
34+ <PackageReference Include =" Microsoft.Extensions.Caching.Abstractions" Version =" 10 .0.0 " />
35+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 10 .0.0 " />
36+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 10 .0.0 " />
37+ <PackageReference Include =" Microsoft.Extensions.Options" Version =" 10 .0.0 " />
3838 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" >
3939 <PrivateAssets >all</PrivateAssets >
4040 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
4141 </PackageReference >
42- <PackageReference Include =" System.Text.Json" Version =" 9 .0.10 " />
42+ <PackageReference Include =" System.Text.Json" Version =" 10 .0.0 " />
4343 </ItemGroup >
4444
4545 <ItemGroup >
You can’t perform that action at this time.
0 commit comments