dotnet-installer/packaging/windows/Dotnet.Cli.Msi.Tests/project.json
2016-01-26 23:25:37 -08:00

17 lines
No EOL
327 B
JSON

{
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"xunit": "2.1.0",
"xunit.runner.console": "2.1.0",
"Microsoft.Deployment.WindowsInstaller": "1.0.0"
},
"frameworks": {
"net46": {
"frameworkAssemblies": {
"System.Runtime": ""
}
}
}
}