Skip to content

Commit 1f23ebe

Browse files
authored
Upgrade to .NET 10.0 (#44)
1 parent a159407 commit 1f23ebe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/depcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- name: 🛎️ Checkout
2828
uses: actions/checkout@v6
2929

30-
- name: ⚙️ Setup .NET 9.0
30+
- name: ⚙️ Setup .NET 10.0
3131
uses: actions/setup-dotnet@v5
3232
with:
33-
dotnet-version: "9.0.x"
33+
dotnet-version: "10.0.x"
3434
# include-prerelease: true
3535

3636
- name: ⬇️ Restore dependencies

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
with:
3030
submodules: true
3131

32-
- name: ⚙ Setup .NET 9.0
32+
- name: ⚙ Setup .NET 10.0
3333
uses: actions/setup-dotnet@v5
3434
with:
35-
dotnet-version: "9.0.x"
35+
dotnet-version: "10.0.x"
3636
# include-prerelease: true
3737

3838
- name: ⬇️ Restore dependencies

src/blog.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>

0 commit comments

Comments
 (0)