Skip to content

Commit 06ee8c9

Browse files
committed
Upgrade to .NET Core SDK 3.1.102
1 parent 1f55c23 commit 06ee8c9

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
@@ -28,7 +28,7 @@ jobs:
2828
- name: 'Install .NET Core SDK'
2929
uses: actions/setup-dotnet@v1
3030
with:
31-
dotnet-version: 3.1.101
31+
dotnet-version: 3.1.102
3232
- name: 'Dotnet Tool Restore'
3333
run: dotnet tool restore
3434
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.101"
3+
"version": "3.1.102"
44
}
55
}

0 commit comments

Comments
 (0)