1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2025-07-02 09:07:38 +00:00

Test porject created + initial structure

This commit is contained in:
glucaci
2016-12-13 10:47:06 +01:00
parent ec24b3f01a
commit f3d4de7d3b
27 changed files with 279 additions and 1 deletions

32
LibMpcTest/project.json Normal file
View File

@ -0,0 +1,32 @@
{
"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"
}
}
}
}
}