This repository was archived by the owner on Aug 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
samples/PowerUtils.AspNetCore.ErrorHandler.Samples
tests/PowerUtils.AspNetCore.ErrorHandler.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414
1515env :
16- SDK_VERSION : ' 6 .0.400 '
16+ SDK_VERSION : ' 7 .0.100 '
1717 PACKAGE_PATH : ./src/**/*.nupkg
1818 NUGET_SERVER : https://api.nuget.org/v3/index.json
1919
Original file line number Diff line number Diff line change 1515
1616
1717env :
18- SDK_VERSION : ' 6 .0.400 '
18+ SDK_VERSION : ' 7 .0.100 '
1919
2020
2121jobs :
Original file line number Diff line number Diff line change 1111
1212
1313env :
14- SDK_VERSION_6 : ' 6.0.400'
14+ SDK_VERSION_7 : ' 7.0.100'
15+ SDK_VERSION_6 : ' 6.0.403'
1516 SDK_VERSION_5 : ' 5.0.408'
1617
1718
2930 uses : actions/setup-dotnet@v3
3031 with :
3132 dotnet-version : |
33+ ${{ env.SDK_VERSION_7 }}
3234 ${{ env.SDK_VERSION_6 }}
3335 ${{ env.SDK_VERSION_5 }}
3436
Original file line number Diff line number Diff line change 3131
3232
3333## Support to <a name =" support-to " ></a >
34+ - .NET 7.0
3435- .NET 6.0
3536- .NET 5.0
3637
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 6 .0.400 "
3+ "version" : " 7 .0.100 "
44 }
55}
Original file line number Diff line number Diff line change 33
44 <PropertyGroup >
55 <OutputType >Exe</OutputType >
6- <TargetFrameworks >net6.0;net5.0</TargetFrameworks >
6+ <TargetFrameworks >net7.0; net6.0;net5.0</TargetFrameworks >
77
88 <RootNamespace >PowerUtils.AspNetCore.ErrorHandler.Samples</RootNamespace >
99 <AssemblyName >PowerUtils.AspNetCore.ErrorHandler.Samples</AssemblyName >
1212
1313 <ItemGroup >
1414 <PackageReference Include =" PowerUtils.AspNetCore.Authentication.BasicAuth" Version =" 1.1.0" />
15- <PackageReference Include =" PowerUtils.AspNetCore.Authentication.JwtBearer" Version =" 1.1 .0" />
15+ <PackageReference Include =" PowerUtils.AspNetCore.Authentication.JwtBearer" Version =" 1.2 .0" />
1616 <PackageReference Include =" PowerUtils.Security" Version =" 1.2.0" />
1717 <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.4.0" />
1818 <!-- LOGS -->
Original file line number Diff line number Diff line change 66
77 <!-- Assembly and projecto details -->
88 <!-- https://docs.microsoft.com/en-us/dotnet/standard/frameworks -->
9- <TargetFrameworks >net6.0;net5.0</TargetFrameworks >
9+ <TargetFrameworks >net7.0; net6.0;net5.0</TargetFrameworks >
1010
1111
1212 <AssemblyName >PowerUtils.AspNetCore.ErrorHandler</AssemblyName >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net6.0;net5.0</TargetFrameworks >
4+ <TargetFrameworks >net7.0; net6.0;net5.0</TargetFrameworks >
55
66 <RootNamespace >PowerUtils.AspNetCore.ErrorHandler.Tests</RootNamespace >
77 <AssemblyName >PowerUtils.AspNetCore.ErrorHandler.Tests</AssemblyName >
4141 </ItemGroup >
4242
4343
44- <ItemGroup Condition =" '$(TargetFramework)' == 'net6 .0' " >
44+ <ItemGroup Condition =" '$(TargetFramework)' == 'net7 .0' " >
4545 <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7.0.0" />
4646 </ItemGroup >
47+ <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
48+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" [6.0.11]" allowedVersions =" [6.0.11]" />
49+ </ItemGroup >
4750 <ItemGroup Condition =" '$(TargetFramework)' == 'net5.0' " >
48- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" [7 .0.0 ]" />
51+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" [5 .0.17] " allowedVersions = " [5.0.17 ]" />
4952 </ItemGroup >
5053
5154
You can’t perform that action at this time.
0 commit comments