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