File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
ChromeForTesting.VersionManager Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
2121 - name : Setup .NET
2222 uses : actions/setup-dotnet@v4
2323 with :
24- dotnet-version : ' 8 .x'
24+ dotnet-version : ' 9 .x'
2525
2626 - name : Run Version Manager
2727 id : versions
2828 run : dotnet run -c Release --project ChromeForTesting/ChromeForTesting.VersionManager
2929 env :
30- VERSION_INCREMENT : ' 32 '
30+ VERSION_INCREMENT : ' 33 '
3131
3232 VerifyTagExists :
3333 needs :
@@ -100,7 +100,7 @@ jobs:
100100 - name : Setup .NET
101101 uses : actions/setup-dotnet@v4
102102 with :
103- dotnet-version : 8 .x
103+ dotnet-version : 9 .x
104104
105105 - name : Pack
106106 working-directory : ChromeForTesting
Original file line number Diff line number Diff line change 2424 - name : Setup .NET
2525 uses : actions/setup-dotnet@v4
2626 with :
27- dotnet-version : ' 8 .x'
27+ dotnet-version : ' 9 .x'
2828
2929 - name : Update to latest ChromeForTesting Nuget
3030 working-directory : ChromeForTesting
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net8 .0</TargetFramework >
5+ <TargetFramework >net9 .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 >net8.0</ TargetFramework >
4+ <TargetFrameworks >net8.0;net9.0</ TargetFrameworks >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <LangVersion >latest</LangVersion >
You can’t perform that action at this time.
0 commit comments