commit 171d0bd65d1aab701bef24e1b1fbd1fe114f5427 Author: La Programmatrice Verde Date: Fri Nov 22 16:24:26 2024 +0100 Initial commit diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..b54a115 --- /dev/null +++ b/Program.cs @@ -0,0 +1,9 @@ +namespace funzioni_2_1; + +class Program +{ + static void Main(string[] args) + { + Console.WriteLine("Hello, World!"); + } +} diff --git a/funzioni_2_1.csproj b/funzioni_2_1.csproj new file mode 100644 index 0000000..fd4bd08 --- /dev/null +++ b/funzioni_2_1.csproj @@ -0,0 +1,10 @@ + + + + Exe + net9.0 + enable + enable + + + diff --git a/funzioni_2_1.sln b/funzioni_2_1.sln new file mode 100644 index 0000000..d5f0d0d --- /dev/null +++ b/funzioni_2_1.sln @@ -0,0 +1,15 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "funzioni_2_1", "funzioni_2_1.csproj", { +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/obj/funzioni_2_1.csproj.nuget.dgspec.json b/obj/funzioni_2_1.csproj.nuget.dgspec.json new file mode 100644 index 0000000..8b7b949 --- /dev/null +++ b/obj/funzioni_2_1.csproj.nuget.dgspec.json @@ -0,0 +1,73 @@ +{ + "format": 1, + "restore": { + "/home/BrainTheBest5/git/funzioni_2_1/funzioni_2_1.csproj": {} + }, + "projects": { + "/home/BrainTheBest5/git/funzioni_2_1/funzioni_2_1.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/BrainTheBest5/git/funzioni_2_1/funzioni_2_1.csproj", + "projectName": "funzioni_2_1", + "projectPath": "/home/BrainTheBest5/git/funzioni_2_1/funzioni_2_1.csproj", + "packagesPath": "/home/BrainTheBest5/.nuget/packages/", + "outputPath": "/home/BrainTheBest5/git/funzioni_2_1/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/BrainTheBest5/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "all" + }, + "SdkAnalysisLevel": "9.0.100" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "downloadDependencies": [ + { + "name": "Microsoft.AspNetCore.App.Ref", + "version": "[9.0.0, 9.0.0]" + } + ], + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/9.0.100/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/obj/funzioni_2_1.csproj.nuget.g.props b/obj/funzioni_2_1.csproj.nuget.g.props new file mode 100644 index 0000000..157aa53 --- /dev/null +++ b/obj/funzioni_2_1.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /home/BrainTheBest5/.nuget/packages/ + /home/BrainTheBest5/.nuget/packages/ + PackageReference + 6.12.0 + + + + + \ No newline at end of file diff --git a/obj/funzioni_2_1.csproj.nuget.g.targets b/obj/funzioni_2_1.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/obj/funzioni_2_1.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/obj/project.assets.json b/obj/project.assets.json new file mode 100644 index 0000000..61c61f6 --- /dev/null +++ b/obj/project.assets.json @@ -0,0 +1,78 @@ +{ + "version": 3, + "targets": { + "net9.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net9.0": [] + }, + "packageFolders": { + "/home/BrainTheBest5/.nuget/packages/": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/BrainTheBest5/git/funzioni_2_1/funzioni_2_1.csproj", + "projectName": "funzioni_2_1", + "projectPath": "/home/BrainTheBest5/git/funzioni_2_1/funzioni_2_1.csproj", + "packagesPath": "/home/BrainTheBest5/.nuget/packages/", + "outputPath": "/home/BrainTheBest5/git/funzioni_2_1/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/BrainTheBest5/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "all" + }, + "SdkAnalysisLevel": "9.0.100" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "downloadDependencies": [ + { + "name": "Microsoft.AspNetCore.App.Ref", + "version": "[9.0.0, 9.0.0]" + } + ], + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/9.0.100/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache new file mode 100644 index 0000000..10c52e7 --- /dev/null +++ b/obj/project.nuget.cache @@ -0,0 +1,10 @@ +{ + "version": 2, + "dgSpecHash": "hesfnk4f/Go=", + "success": true, + "projectFilePath": "/home/BrainTheBest5/git/funzioni_2_1/funzioni_2_1.csproj", + "expectedPackageFiles": [ + "/home/BrainTheBest5/.nuget/packages/microsoft.aspnetcore.app.ref/9.0.0/microsoft.aspnetcore.app.ref.9.0.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file