commit 65e155690294a9fa61e9895c06207d69684f7848 Author: La Programmatrice Verde Date: Wed Nov 6 20:04:20 2024 +0100 Initial commit diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..c10853c --- /dev/null +++ b/Program.cs @@ -0,0 +1,9 @@ +namespace tabellina; + +class Program +{ + static void Main(string[] args) + { + Console.WriteLine("Hello, World!"); + } +} diff --git a/obj/project.assets.json b/obj/project.assets.json new file mode 100644 index 0000000..34e4e48 --- /dev/null +++ b/obj/project.assets.json @@ -0,0 +1,77 @@ +{ + "version": 3, + "targets": { + "net8.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net8.0": [] + }, + "packageFolders": { + "/home/BrainTheBest5/.nuget/packages/": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/BrainTheBest5/git/tabellina/tabellina.csproj", + "projectName": "tabellina", + "projectPath": "/home/BrainTheBest5/git/tabellina/tabellina.csproj", + "packagesPath": "/home/BrainTheBest5/.nuget/packages/", + "outputPath": "/home/BrainTheBest5/git/tabellina/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/BrainTheBest5/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "downloadDependencies": [ + { + "name": "Microsoft.AspNetCore.App.Ref", + "version": "[8.0.10, 8.0.10]" + } + ], + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.403/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..fdff920 --- /dev/null +++ b/obj/project.nuget.cache @@ -0,0 +1,10 @@ +{ + "version": 2, + "dgSpecHash": "vyDtm7+neTE=", + "success": true, + "projectFilePath": "/home/BrainTheBest5/git/tabellina/tabellina.csproj", + "expectedPackageFiles": [ + "/home/BrainTheBest5/.nuget/packages/microsoft.aspnetcore.app.ref/8.0.10/microsoft.aspnetcore.app.ref.8.0.10.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/obj/tabellina.csproj.nuget.dgspec.json b/obj/tabellina.csproj.nuget.dgspec.json new file mode 100644 index 0000000..1442604 --- /dev/null +++ b/obj/tabellina.csproj.nuget.dgspec.json @@ -0,0 +1,72 @@ +{ + "format": 1, + "restore": { + "/home/BrainTheBest5/git/tabellina/tabellina.csproj": {} + }, + "projects": { + "/home/BrainTheBest5/git/tabellina/tabellina.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/BrainTheBest5/git/tabellina/tabellina.csproj", + "projectName": "tabellina", + "projectPath": "/home/BrainTheBest5/git/tabellina/tabellina.csproj", + "packagesPath": "/home/BrainTheBest5/.nuget/packages/", + "outputPath": "/home/BrainTheBest5/git/tabellina/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/BrainTheBest5/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "downloadDependencies": [ + { + "name": "Microsoft.AspNetCore.App.Ref", + "version": "[8.0.10, 8.0.10]" + } + ], + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.403/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/obj/tabellina.csproj.nuget.g.props b/obj/tabellina.csproj.nuget.g.props new file mode 100644 index 0000000..43fa18c --- /dev/null +++ b/obj/tabellina.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /home/BrainTheBest5/.nuget/packages/ + /home/BrainTheBest5/.nuget/packages/ + PackageReference + 6.11.1 + + + + + \ No newline at end of file diff --git a/obj/tabellina.csproj.nuget.g.targets b/obj/tabellina.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/obj/tabellina.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/tabellina.csproj b/tabellina.csproj new file mode 100644 index 0000000..206b89a --- /dev/null +++ b/tabellina.csproj @@ -0,0 +1,10 @@ + + + + Exe + net8.0 + enable + enable + + + diff --git a/tabellina.sln b/tabellina.sln new file mode 100644 index 0000000..bb32f59 --- /dev/null +++ b/tabellina.sln @@ -0,0 +1,14 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal