Skip to content

Commit

Permalink
Fix .NET SDK Version
Browse files Browse the repository at this point in the history
  • Loading branch information
eslamisepehr committed Nov 11, 2022
1 parent 3d5159c commit d707679
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 @@ -8,7 +8,7 @@ init:
- git config --global core.autocrlf true

environment:
DOTNET_VERSION: "7.0.0"
DOTNET_VERSION: "7.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,6 +1,6 @@
{
"sdk": {
"version": "7.0.0",
"version": "7.0.100",
"rollForward": "latestMajor"
}
}

0 comments on commit d707679

Please sign in to comment.