![Eric Erhardt](/assets/img/avatar_default.png)
No need for build3 to set Platform properties and BaseNuGetRuntimeIdentifier. The SDK handles that. Also, no need to set "runtimes" any more in the default project.json.
13 lines
254 B
JSON
13 lines
254 B
JSON
{
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.DotNet.Core.Sdk": "1.0.0-alpha-20160811-3",
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.0.0",
|
|
"type": "platform"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|