Browse Source

#1129 Allow SDK prerelease (#1203)

By default, VS 2019 has the option `Use previews of the .NET Core SDK` **unchecked**. This change overrides that setting only when working with this solution, making it possible for developers to work on it using the non-preview Visual Studio 2019 v16.6 or newer.

Co-authored-by: Ignacio Errico <pedro.errico@ey.com>
pull/1210/head
Ignacio Errico 5 years ago
committed by GitHub
parent
commit
5283d0b618
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      global.json

3
global.json

@ -1,4 +1,7 @@
{
"sdk": {
"allowPrerelease": true
},
"tools": {
"dotnet": "6.0.100-preview.6.21355.2",
"runtimes": {

Loading…
Cancel
Save