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

First structure

This commit is contained in:
Gabriel
2016-10-30 23:52:23 +01:00
parent b6b10081ae
commit d95448d4a4
5 changed files with 79 additions and 0 deletions

13
LibMpc/project.json Normal file
View File

@ -0,0 +1,13 @@
{
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.6.0"
},
"frameworks": {
"netstandard1.6": {
"imports": "dnxcore50"
}
}
}