1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2025-07-04 17:37:37 +00:00

Console app for test created.

This commit is contained in:
glucaci
2016-12-02 15:19:18 +01:00
parent cbbf46f877
commit c95c09fa2c
6 changed files with 128 additions and 24 deletions

20
LibMpcApp/project.json Normal file
View File

@ -0,0 +1,20 @@
{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"LibMpc": "1.0.0-*",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.1"
}
},
"frameworks": {
"netcoreapp1.0": {
"imports": "dnxcore50"
}
}
}