1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2024-09-16 05:30:09 +00:00
MpcNET/LibMpcTest/project.json

33 lines
526 B
JSON
Raw Normal View History

{
"buildOptions":
{
"copyToOutput": "Server\\"
},
"version": "1.0.0-*",
"testRunner": "xunit",
"dependencies":
{
"xunit": "2.2.0-beta2-build3300",
"LibMpc": "1.0.0-*",
"dotnet-test-xunit": "2.2.0-preview2-build1029"
},
"frameworks":
{
"netcoreapp1.0":
{
"dependencies":
{
"Microsoft.NETCore.App":
{
"type": "platform",
"version": "1.0.0"
}
}
}
}
}