This repository was archived by the owner on Aug 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +12
-9
lines changed
tests/PowerUtils.Net.Primitives.Tests Expand file tree Collapse file tree 8 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1515
1616
1717env :
18- SDK_VERSION : ' 8 .0.402 '
18+ SDK_VERSION : ' 9 .0.100 '
1919
2020
2121jobs :
Original file line number Diff line number Diff line change 99
1010
1111env :
12- SDK_VERSION : ' 8 .0.402 '
12+ SDK_VERSION : ' 9 .0.100 '
1313 PACKAGE_PATH : ./src/**/*.nupkg
1414 NUGET_SERVER : https://api.nuget.org/v3/index.json
1515
Original file line number Diff line number Diff line change 1818
1919
2020env :
21- SDK_VERSION : ' 8 .0.402 '
22- FRAMEWORK_VERSION : ' net8 .0'
21+ SDK_VERSION : ' 9 .0.100 '
22+ FRAMEWORK_VERSION : ' net9 .0'
2323
2424 PROJECT_FILE : ' PowerUtils.Net.Primitives.csproj'
2525 TEST_PROJECT_PATH : ' tests/PowerUtils.Net.Primitives.Tests/PowerUtils.Net.Primitives.Tests.csproj'
Original file line number Diff line number Diff line change 1111
1212
1313env :
14- SDK_VERSION_8 : ' 8.0.402'
14+ SDK_VERSION_9 : ' 9.0.100'
15+ SDK_VERSION_8 : ' 8.0.404'
1516 SDK_VERSION_7 : ' 7.0.410'
16- SDK_VERSION_6 : ' 6.0.425 '
17+ SDK_VERSION_6 : ' 6.0.428 '
1718 SDK_VERSION_5 : ' 5.0.408'
1819 SDK_VERSION_3 : ' 3.1.426'
1920 TEST_RESULTS_DIRECTORY : ' ./TestResults'
3839 uses : actions/setup-dotnet@v4.1.0
3940 with :
4041 dotnet-version : |
42+ ${{ env.SDK_VERSION_9 }}
4143 ${{ env.SDK_VERSION_8 }}
4244 ${{ env.SDK_VERSION_7 }}
4345 ${{ env.SDK_VERSION_6 }}
Original file line number Diff line number Diff line change 2828
2929
3030## Support to <a name =" support-to " ></a >
31+ - .NET 9.0
3132- .NET 8.0
3233- .NET 7.0
3334- .NET 6.0
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 8 .0.402 "
3+ "version" : " 9 .0.100 "
44 }
55}
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <ProjectGuid >e6177b22-b10a-4481-bf48-5daaf33a1611</ProjectGuid >
55
6- <TargetFrameworks >net8.0;net7.0;net6.0;net5.0;netcoreapp3.1</TargetFrameworks >
6+ <TargetFrameworks >net9.0; net8.0;net7.0;net6.0;net5.0;netcoreapp3.1</TargetFrameworks >
77
88 <RootNamespace >PowerUtils.Net</RootNamespace >
99 <AssemblyName >PowerUtils.Net.Primitives</AssemblyName >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks >
4+ <TargetFrameworks >netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0 </TargetFrameworks >
55
66 <RootNamespace >PowerUtils.Net.Primitives.Tests</RootNamespace >
77 <AssemblyName >PowerUtils.Net.Primitives.Tests</AssemblyName >
You can’t perform that action at this time.
0 commit comments