Merge pull request #4079 from eerhardt/msbuild-NewSdk

Update the Sdk version to the latest build.
This commit is contained in:
Eric Erhardt 2016-08-23 15:51:40 -05:00 committed by GitHub
commit d6792fa8ca
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.DotNet.Core.Sdk": "1.0.0-alpha-20160811-3",
"Microsoft.DotNet.Core.Sdk": "1.0.0-alpha-20160822-4",
"Microsoft.NETCore.App": {
"version": "1.0.0",
"type": "platform"

View file

@ -3,7 +3,7 @@
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.DotNet.Core.Sdk": "1.0.0-alpha-20160811-3",
"Microsoft.DotNet.Core.Sdk": "1.0.0-alpha-20160822-4",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"