We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ecda8 commit 41885efCopy full SHA for 41885ef
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: 'Install .NET Core SDK'
35
uses: actions/setup-dotnet@v1
36
with:
37
- dotnet-version: 3.1.102
+ dotnet-version: 3.1.201
38
- name: 'Dotnet Tool Restore'
39
run: dotnet tool restore
40
shell: pwsh
global.json
@@ -1,5 +1,5 @@
1
{
2
"sdk": {
3
- "version": "3.1.102"
+ "version": "3.1.201"
4
}
5
0 commit comments