mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-15 15:19:57 +00:00
Upgrade to .net 10 (#1089)
This commit is contained in:
@@ -58,7 +58,7 @@ jobs:
|
||||
- name: Install .NET Core
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: '9.x'
|
||||
dotnet-version: '10.x'
|
||||
|
||||
- name: Setup MSBuild.exe
|
||||
uses: microsoft/setup-msbuild@v2.0.0
|
||||
|
||||
@@ -39,7 +39,7 @@ jobs:
|
||||
- name: Install .NET Core
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: '9.x'
|
||||
dotnet-version: '10.x'
|
||||
architecture: x86
|
||||
|
||||
- name: Setup MSBuild.exe
|
||||
|
||||
Reference in New Issue
Block a user