-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use global.json to pin .Net Core SDK version and update it from 2.1.4…
…02 to 2.1.602 (#909) * Update .Net Core SDK, use global.json and remove unused NetCoreTestingFrameworkVersion variable * re-trigger CI * fix call to dotnet * fix installation * fix check for dotnet * minimise diff * re-trigger ci * re-trigger ci * re-trigger ci
- Loading branch information
1 parent
46eb697
commit e3a32df
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"sdk": { | ||
"version": "2.1.602" | ||
} | ||
} |