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:
32
LibMpcTest/project.json
Normal file
32
LibMpcTest/project.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user