mirror of
https://github.com/ZetaKebab/MpcNET.git
synced 2025-01-14 22:18:43 +00:00
33 lines
526 B
JSON
33 lines
526 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|