Microsoft.NETCore.App no longer supports netstandard

Any project that references Microsoft.NETCore.App must target netcoreapp1.0.

Moving app projects to netcoreapp1.0; moving library projects to reference NETStandard.Library.
This commit is contained in:
Eric Erhardt 2016-05-28 09:14:59 -05:00
parent a087de2f87
commit fad7477ea5
18 changed files with 185 additions and 78 deletions

View file

@ -186,7 +186,7 @@ namespace Microsoft.DotNet.Cli.Build
"--output",
sdkOutputDirectory,
"--framework",
"netstandard1.5")
"netcoreapp1.0")
.Execute()
.EnsureSuccessful();