dotnet-installer/TestAssets/TestProjects/AppWith2Tfm0Rid/project.json
Piotr Puszkiewicz 5d6acc03d1 Fix long path
2017-02-28 11:58:06 -08:00

22 lines
376 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {},
"frameworks": {
"net461": {
"frameworkAssemblies": {
"System.Xml": {}
}
},
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NetCore.App": {
"version": "1.0.3",
"type": "platform"
}
}
}
}
}