We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db5527 commit 727b029Copy full SHA for 727b029
.github/workflows/dotnetcore.yml
@@ -12,6 +12,6 @@ jobs:
12
- name: Setup .NET Core
13
uses: actions/setup-dotnet@v1
14
with:
15
- dotnet-version: 3.0.101
+ dotnet-version: 3.1.300-preview-015048
16
- name: Build with dotnet
17
run: dotnet build --configuration Release
0 commit comments