1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-07 15:23:37 +02:00

remove symbols part

This commit is contained in:
Ellpeck 2020-02-24 18:10:57 +01:00
parent 61fa55524b
commit 3adebdbeea
2 changed files with 2 additions and 16 deletions

View file

@ -16,12 +16,5 @@
{
"path": "TemplateNamespace.csproj"
}
],
"symbols": {
"framework": {
"type": "parameter",
"defaultValue": "net462",
"replaces": "net462"
}
}
]
}

View file

@ -16,12 +16,5 @@
{
"path": "TemplateNamespace.csproj"
}
],
"symbols": {
"framework": {
"type": "parameter",
"defaultValue": "netstandard2.0",
"replaces": "netstandard2.0"
}
}
]
}