File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/setup-dotnet@v3
2525 with :
26- dotnet-version : ' 9 .x'
26+ dotnet-version : ' 10 .x'
2727 - uses : actions/checkout@main
2828 with :
2929 submodules : recursive
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net9 .0</TargetFramework >
5+ <TargetFramework >net10 .0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 </PropertyGroup >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repository at `nullforce/nullforce.github.io`.
88
99## Made With
1010
11- - .NET 9 .0
11+ - .NET 10 .0
1212- [ Statiq] ( https://www.statiq.dev/ )
1313- [ CleanBlog Theme] ( https://github.com/statiqdev/CleanBlog )
1414
You can’t perform that action at this time.
0 commit comments