GH Build with .NET 5
This commit is contained in:
2
.github/workflows/dotnetcore.yml
vendored
2
.github/workflows/dotnetcore.yml
vendored
@@ -14,6 +14,6 @@ jobs:
|
||||
- name: Setup .NET Core
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 3.1.100
|
||||
dotnet-version: 5.0.x
|
||||
- name: Build and test with dotnet
|
||||
run: dotnet test --configuration Release
|
||||
|
Reference in New Issue
Block a user