Skip to content

Commit abe4ae7

Browse files
authored
Update global.json (#2776)
* Update global.json * Updating build * Fixing version * Hard code 6.x version
1 parent a4a5cd2 commit abe4ae7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/build-and-test/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ runs:
1414
using: "composite"
1515
steps:
1616
- name: Setup .NET
17-
uses: actions/setup-dotnet@v1
17+
uses: actions/setup-dotnet@v2
1818
with:
1919
dotnet-version: |
2020
3.1.x
2121
5.x
22-
6.x
22+
6.0.301
2323
env:
2424
NUGET_AUTH_TOKEN: ${{ inputs.nugetToken }}
2525

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "6.0",
4-
"rollForward": "latestMinor"
3+
"version": "6.0.301",
4+
"rollForward": "disable"
55
}
66
}

0 commit comments

Comments
 (0)