File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
test/Soenneker.Quark.Enums.TextOverflows.Tests Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818 - name : Setup .NET
1919 uses : actions/setup-dotnet@v5
2020 with :
21- dotnet-version : 9 .0.x
21+ dotnet-version : 10 .0.x
2222
2323 - name : Install dependencies with retry
2424 run : |
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 - name : Setting up build version
2020 run : |
2121 version=$(($GITHUB_RUN_NUMBER))
22- echo "BUILD_VERSION=3 .0.$version" >> ${GITHUB_ENV}
22+ echo "BUILD_VERSION=4 .0.$version" >> ${GITHUB_ENV}
2323
2424 - name : Setup .NET
2525 uses : actions/setup-dotnet@v5
2626 with :
27- dotnet-version : 9 .0.x
27+ dotnet-version : 10 .0.x
2828
2929 - name : Install dependencies with retry
3030 run : |
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?><Project Sdk =" Microsoft.NET.Sdk" >
1+ <?xml version =" 1.0" encoding =" utf-8" ?><Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net9 .0</TargetFrameworks >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <Platforms >AnyCPU</Platforms >
77 <RootNamespace >Soenneker.Quark.Enums</RootNamespace >
1111
1212 <PropertyGroup >
1313 <Description >An HTML CSS keyword set in .NET enumeration form</Description >
14- <Version Condition =" '$(BUILD_VERSION)' == ''" >3 .0.0</Version >
14+ <Version Condition =" '$(BUILD_VERSION)' == ''" >4 .0.0</Version >
1515 <Version Condition =" '$(BUILD_VERSION)' != ''" >$(BUILD_VERSION)</Version >
1616 <AssemblyName >Soenneker.Quark.Enums.TextOverflows</AssemblyName >
1717 <PackageId >Soenneker.Quark.Enums.TextOverflows</PackageId >
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 <Nullable >enable</Nullable >
66 <IsPackable >false</IsPackable >
77 <UseMicrosoftTestingPlatformRunner >true</UseMicrosoftTestingPlatformRunner >
You can’t perform that action at this time.
0 commit comments