Skip to content

Commit

Permalink
Put SDK ver in global.json for vs 2015 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Nov 20, 2016
1 parent 41eba4f commit 08ee425
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Ix.NET/Source/global.json
@@ -1,3 +1,6 @@
{
"projects": [ ".", "tests" ]
"projects": [ ".", "tests" ],
"sdk": {
"version": "1.0.0-preview2-003131"
}
}
5 changes: 4 additions & 1 deletion Rx.NET/Source/global.json
@@ -1,3 +1,6 @@
{
"projects": [ ".", "Tests.System.Reactive" ]
"projects": [ ".", "Tests.System.Reactive" ],
"sdk": {
"version": "1.0.0-preview2-003131"
}
}

0 comments on commit 08ee425

Please sign in to comment.