summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-12-08 11:37:44 -0800
committerElmer Thomas <elmer@thinkingserious.com>2016-12-08 11:37:44 -0800
commit61a3becac71cabcf9e93a16f9f0df69fee871ac1 (patch)
treee63e29009d90f0caed18aedef691e35822f75034
parent11ee4384b0a186f736eab5479e05cd5ed6414233 (diff)
downloadsendgrid-csharp-61a3becac71cabcf9e93a16f9f0df69fee871ac1.zip
sendgrid-csharp-61a3becac71cabcf9e93a16f9f0df69fee871ac1.tar.gz
sendgrid-csharp-61a3becac71cabcf9e93a16f9f0df69fee871ac1.tar.bz2
Fix for Visual Studio RC 2017 bugorigin/v9beta
https://github.com/aspnet/Tooling/issues/629#issuecomment-261770113
-rw-r--r--global.json4
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"}
}