File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 - name : Setup .NET Core
2323 uses : actions/setup-dotnet@v4
2424 with :
25- dotnet-version : 6 .0.x
25+ dotnet-version : 9 .0.x
2626
2727 - name : Build
2828 run : dotnet build -c Release ValveKeyValue/ValveKeyValue.sln
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <ProjectBaseVersion >0.13.0 </ProjectBaseVersion >
3+ <ProjectBaseVersion >0.13.1 </ProjectBaseVersion >
44 <ProjectVersion Condition =" '$(GITHUB_RUN_NUMBER)' != ''" >$(ProjectBaseVersion).$(GITHUB_RUN_NUMBER)</ProjectVersion >
55 <ProjectVersion Condition =" '$(GITHUB_RUN_NUMBER)' == ''" >$(ProjectBaseVersion).0</ProjectVersion >
66
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >Exe</OutputType >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <RollForward >LatestMajor</RollForward >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net6 .0</TargetFramework >
3+ <TargetFramework >net9 .0</TargetFramework >
44 <RollForward >LatestMajor</RollForward >
55 <IsTestProject >true</IsTestProject >
66 <Product >Valve KeyValue Library - Unit Tests</Product >
You can’t perform that action at this time.
0 commit comments