We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a46d47 commit 2d8ca62Copy full SHA for 2d8ca62
3 files changed
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- uses: actions/setup-dotnet@v3
25
with:
26
- dotnet-version: '9.x'
+ dotnet-version: '10.x'
27
- uses: actions/checkout@main
28
29
submodules: recursive
NullforceBlog.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net9.0</TargetFramework>
+ <TargetFramework>net10.0</TargetFramework>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
</PropertyGroup>
README.md
@@ -8,7 +8,7 @@ repository at `nullforce/nullforce.github.io`.
9
## Made With
10
11
-- .NET 9.0
+- .NET 10.0
12
- [Statiq](https://www.statiq.dev/)
13
- [CleanBlog Theme](https://github.com/statiqdev/CleanBlog)
14
0 commit comments