Skip to content

Commit

Permalink
changed to the rtm version of dotnet6 in build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
cleftheris committed Nov 8, 2021
1 parent f03e8dd commit 692fe94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ init:
- git config --global core.autocrlf true

environment:
DOTNET_VERSION: "6.0.100-rc.2.21505.57"
DOTNET_VERSION: "6.0.100"

build_script:
- ps: dotnet pack -c Release -o artifacts
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "6.0.100-rc.2.21505.57"
"version": "6.0.100"
}
}

0 comments on commit 692fe94

Please sign in to comment.