This commit is contained in:
Reményi Zétény
2025-09-20 19:25:22 +02:00
commit 4894d702e1
58 changed files with 727 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"gyakorlasdogara0920/1.0.0": {
"runtime": {
"gyakorlasdogara0920.dll": {}
}
}
}
},
"libraries": {
"gyakorlasdogara0920/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

View File

@@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}