Initial commit

This commit is contained in:
P-A
2026-03-31 21:03:38 +02:00
parent 9073d22580
commit 33d94aca01
146 changed files with 3714 additions and 1 deletions

View File

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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