Updating the msbuild version to one with the preserve compilation context fix.

This commit is contained in:
Livar Cunha 2016-10-27 21:43:01 -07:00 committed by Livar Cunha
parent 9e49ec2723
commit 59ac685dcd
9 changed files with 13 additions and 11 deletions

View file

@ -15,7 +15,7 @@
"dotnet": {
"target": "project"
},
"Microsoft.Build.Runtime": "15.1.319-preview5"
"Microsoft.Build.Runtime": "15.1.0-preview-000366-00"
},
"imports": ["dnxcore50", "portable-net45+win8"]
}