Skip to content

Commit 0d366cd

Browse files
committed
Upgrade to .NET Core SDK 3.1.401
1 parent 4d23afd commit 0d366cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: 'Install .NET Core SDK'
3838
uses: actions/setup-dotnet@v1
3939
with:
40-
dotnet-version: 3.1.301
40+
dotnet-version: 3.1.401
4141
- name: 'Dotnet Tool Restore'
4242
run: dotnet tool restore
4343
shell: pwsh

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "3.1.301"
3+
"version": "3.1.401"
44
}
55
}

0 commit comments

Comments
 (0)