Skip to content

Commit 41885ef

Browse files
authored
Bump .NET SDK to 3.1.201 (#149)
1 parent b1ecda8 commit 41885ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: 'Install .NET Core SDK'
3535
uses: actions/setup-dotnet@v1
3636
with:
37-
dotnet-version: 3.1.102
37+
dotnet-version: 3.1.201
3838
- name: 'Dotnet Tool Restore'
3939
run: dotnet tool restore
4040
shell: pwsh

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "3.1.102"
3+
"version": "3.1.201"
44
}
55
}

0 commit comments

Comments
 (0)