Make dotnet cli portable
This commit is contained in:
parent
8df6f5405d
commit
18436e325e
38 changed files with 194 additions and 71 deletions
|
@ -4,7 +4,7 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.5.0-rc2-23928",
|
||||
"Microsoft.NETCore.App": "1.0.0-rc2-23928",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23928",
|
||||
"Microsoft.DotNet.ProjectModel": {
|
||||
"target": "project"
|
||||
|
@ -28,6 +28,6 @@
|
|||
},
|
||||
"testRunner": "xunit",
|
||||
"scripts": {
|
||||
"precompile": "dotnet build ../ArgumentsReflector/project.json --framework netstandardapp1.5 --runtime %compile:RuntimeIdentifier% --output %compile:RuntimeOutputDir%"
|
||||
"precompile": "dotnet publish ../ArgumentsReflector/project.json --framework netstandardapp1.5 --runtime %compile:RuntimeIdentifier% --output %compile:RuntimeOutputDir%"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue