Update .NET Core SDK version

Blazor projects fail to build in 3.1.101 due to a bug in the .NET Core SDK. Updating the SDK to the latest version fixes this bug.
This commit is contained in:
Steve Desmond
2020-07-18 16:17:03 -04:00
committed by GitHub
parent a98cc94869
commit 318a078faf
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
dotnet-version: 3.1.301
- name: Install dependencies
run: dotnet restore
- name: Build