Merged main branch into master

This commit is contained in:
MarcUs7i 2024-11-27 16:53:10 +01:00
parent 9f78dd87bf
commit 61a72aaa5d
50 changed files with 2124 additions and 0 deletions

View file

@ -0,0 +1,34 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v9.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v9.0": {
"FlexArray/1.0.0": {
"dependencies": {
"HTLLeonding.Utility.LeoAnalyzers": "1.0.2"
},
"runtime": {
"FlexArray.dll": {}
}
},
"HTLLeonding.Utility.LeoAnalyzers/1.0.2": {}
}
},
"libraries": {
"FlexArray/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"HTLLeonding.Utility.LeoAnalyzers/1.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-NkD1HHSGXnMvwFY46xBEK8prddTZ6XedxMdjyifI90pDd6QFmSwexc5dTNJp+s9I0+cVCBK1vPLMd57/UhFzyA==",
"path": "htlleonding.utility.leoanalyzers/1.0.2",
"hashPath": "htlleonding.utility.leoanalyzers.1.0.2.nupkg.sha512"
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

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