File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v4
1212 - uses : actions/setup-dotnet@v4
1313 with :
14- dotnet-version : 9 .0.x
14+ dotnet-version : 8 .0.x
1515 - run : dotnet test
1616 build-pack :
1717 name : Build & Publish
2121 - name : Setup .NET
2222 uses : actions/setup-dotnet@v4
2323 with :
24- dotnet-version : ${{ env.dotnet }}
24+ dotnet-version : 8.0.x
2525 - run : dotnet restore src/ZaString
2626 - run : mkdir -p artifacts
2727 - run : dotnet pack src/ZaString --configuration Release --output artifacts --no-build
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net9 .0</TargetFramework >
5+ <TargetFramework >net8 .0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 </PropertyGroup >
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 >net8 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <PackageId >ZaString</PackageId >
88 <Authors >Corentin Giaufer Saubert</Authors >
99 <License >MIT</License >
1010 <Description >ZaString is a library for zero-allocation string manipulation in C# using Span and ReadonlySpan.</Description >
11- <Version >0.1.0-rc</Version >
11+ <Version >0.1.0-rc.1 </Version >
1212 <RepositoryUrl >https://github.com/CorentinGS/ZaString</RepositoryUrl >
1313 </PropertyGroup >
1414
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net9 .0</TargetFramework >
3+ <TargetFramework >net8 .0</TargetFramework >
44 <OutputType >Exe</OutputType >
55 </PropertyGroup >
66 <PropertyGroup >
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 >net8 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <IsPackable >false</IsPackable >
You can’t perform that action at this time.
0 commit comments