Merge pull request #4079 from eerhardt/msbuild-NewSdk
Update the Sdk version to the latest build.
This commit is contained in:
commit
d6792fa8ca
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue