Skip to content

Commit 2d8ca62

Browse files
committed
Update to .NET 10
1 parent 2a46d47 commit 2d8ca62

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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

NullforceBlog.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)