Rifatto tutto con le funzioni per le opzioni di menù

This commit is contained in:
La Programmatrice Verde
2024-12-13 21:35:32 +01:00
parent aff158025f
commit e4443f46fb
33 changed files with 336 additions and 331 deletions

View File

@@ -1,11 +1,11 @@
{
"version": 3,
"targets": {
"net9.0": {}
"net8.0": {}
},
"libraries": {},
"projectFileDependencyGroups": {
"net9.0": []
"net8.0": []
},
"packageFolders": {
"/home/BrainTheBest5/.nuget/packages/": {}
@@ -23,14 +23,14 @@
"/home/BrainTheBest5/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net9.0"
"net8.0"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net9.0": {
"targetAlias": "net9.0",
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {}
}
},
@@ -47,8 +47,8 @@
"SdkAnalysisLevel": "9.0.100"
},
"frameworks": {
"net9.0": {
"targetAlias": "net9.0",
"net8.0": {
"targetAlias": "net8.0",
"imports": [
"net461",
"net462",
@@ -63,7 +63,15 @@
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Ref",
"version": "[9.0.0, 9.0.0]"
"version": "[8.0.11, 8.0.11]"
},
{
"name": "Microsoft.NETCore.App.Host.linux-x64",
"version": "[8.0.11, 8.0.11]"
},
{
"name": "Microsoft.NETCore.App.Ref",
"version": "[8.0.11, 8.0.11]"
}
],
"frameworkReferences": {