dotnet-installer/test/Installer/Microsoft.DotNet.Cli.Msi.Tests/project.json
Eric Erhardt d9adc9214a Running Windows installer tests on Docker.
Cleaning up the Installer tests
- rename project to conform to the rest of the tests
- convert to .xproj
- clean up unused usings
2016-02-19 16:45:37 -06:00

14 lines
300 B
JSON

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