diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-12-08 11:37:44 -0800 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-12-08 11:37:44 -0800 |
commit | 61a3becac71cabcf9e93a16f9f0df69fee871ac1 (patch) | |
tree | e63e29009d90f0caed18aedef691e35822f75034 | |
parent | 11ee4384b0a186f736eab5479e05cd5ed6414233 (diff) | |
download | sendgrid-csharp-origin/v9beta.zip sendgrid-csharp-origin/v9beta.tar.gz sendgrid-csharp-origin/v9beta.tar.bz2 |
Fix for Visual Studio RC 2017 bugorigin/v9beta
https://github.com/aspnet/Tooling/issues/629#issuecomment-261770113
-rw-r--r-- | global.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/global.json b/global.json index 1b6df39..6aa97fe 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,4 @@ { "projects": [ "src", "test" ], - "sdk": { - "version": "" - } + "sdk": {"version": "1.0.0-preview2-003131"} } |