This commit is contained in:
La Programmatrice Verde
2024-12-11 08:37:38 +01:00
parent df4ff53aa1
commit 280a070522
20 changed files with 167 additions and 1 deletions

BIN
bin/Debug/net9.0/array_funzioni Executable file

Binary file not shown.

View File

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

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
}
}
}