dotnet-installer/test/Installer/Microsoft.DotNet.Cli.Msi.Tests/project.json

15 lines
300 B
JSON
Raw Normal View History

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