We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b27db08 commit e85c464Copy full SHA for e85c464
.github/workflows/dotnetcore.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup .NET Core
13
uses: actions/setup-dotnet@v1
14
with:
15
- dotnet-version: 5.0
+ dotnet-version: 5.0.1
16
- name: Build with dotnet
17
working-directory: src/netstandard/
18
run: dotnet build --configuration Release
0 commit comments