Skip to content

Commit

Permalink
set new sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
unaizorrilla committed Nov 11, 2021
1 parent f8ce05a commit a8fd74b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.403
dotnet-version: 6.0.100
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"samples"
],
"sdk": {
"version": "5.0.403"
"version": "6.0.100"
}
}
2 changes: 1 addition & 1 deletion install-sdk.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

SdkVersion="3.1.401"
SdkVersion="6.0.100"
./dotnet-install.sh -Version $SdkVersion
export PATH="$PATH:$HOME/.dotnet"

0 comments on commit a8fd74b

Please sign in to comment.