2016-04-12 02:25:28 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"buildOptions": {
|
|
|
|
"emitEntryPoint": true,
|
|
|
|
"embed": {
|
|
|
|
"include": "*.resx",
|
|
|
|
"mappings": {
|
|
|
|
"myresource.resx": "resource2.resx"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"copyToOutput": {
|
|
|
|
"include": "copy/*.txt",
|
|
|
|
"excludeFiles": "copy/fileex.txt"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-05-10 20:22:58 +00:00
|
|
|
"Microsoft.NETCore.App": "1.0.0-rc3-*"
|
2016-04-12 02:25:28 +00:00
|
|
|
},
|
|
|
|
"packOptions": {
|
|
|
|
"files": {
|
|
|
|
"includeFiles": "packfiles/pack1.txt",
|
|
|
|
"mappings": {
|
|
|
|
"newpath/": "packfiles/pack2.txt"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"publishOptions": "testpublishfile.txt",
|
|
|
|
"frameworks": {
|
|
|
|
"netcoreapp1.0": { }
|
|
|
|
}
|
|
|
|
}
|