mirror of
https://github.com/ZetaKebab/MpcNET.git
synced 2025-07-16 20:47:37 +00:00
First structure
This commit is contained in:
13
LibMpc/project.json
Normal file
13
LibMpc/project.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"version": "1.0.0-*",
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.6.0"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
"netstandard1.6": {
|
||||
"imports": "dnxcore50"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user