This commit is contained in:
2022-06-26 13:35:01 +03:00
commit d2b353bdb2
30 changed files with 414 additions and 0 deletions
BIN
View File
Binary file not shown.
+23
View File
@@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"programming_GB/1.0.0": {
"runtime": {
"programming_GB.dll": {}
}
}
}
},
"libraries": {
"programming_GB/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
}
}
}