Initial Commit

This commit is contained in:
2026-04-20 05:05:16 -05:00
commit daa6df7a20
35 changed files with 968 additions and 0 deletions
Binary file not shown.
@@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v10.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v10.0": {
"TestConsoleApp/1.0.0": {
"runtime": {
"TestConsoleApp.dll": {}
}
}
}
},
"libraries": {
"TestConsoleApp/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "net10.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "10.0.0"
},
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}