Upgrade GitHub Actions .NET version
This commit is contained in:
parent
d711482239
commit
ba28d8ebda
2
.github/workflows/dotnetcore.yml
vendored
2
.github/workflows/dotnetcore.yml
vendored
@ -12,6 +12,6 @@ jobs:
|
||||
- name: Setup .NET Core
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 2.2.108
|
||||
dotnet-version: 3.1.108
|
||||
- name: Build with dotnet
|
||||
run: dotnet build --configuration Release
|
||||
|
Loading…
Reference in New Issue
Block a user