diff --git a/Program.cs b/Program.cs index 81f1825..a3bd178 100644 --- a/Program.cs +++ b/Program.cs @@ -90,7 +90,7 @@ class Program { break; case 7: Console.Clear(); - matrix1 = CreaMatrice(); + matrix1 = CreaMatriceQuadrata(); Console.Clear(); Console.WriteLine("La matrice trasposta รจ"); MostraMatrice(CreaTrasposta(matrix1)); diff --git a/bin/Debug/net9.0/matrix_3.dll b/bin/Debug/net9.0/matrix_3.dll index 4688e1e..0a49978 100644 Binary files a/bin/Debug/net9.0/matrix_3.dll and b/bin/Debug/net9.0/matrix_3.dll differ diff --git a/bin/Debug/net9.0/matrix_3.pdb b/bin/Debug/net9.0/matrix_3.pdb index 67d2791..4053543 100644 Binary files a/bin/Debug/net9.0/matrix_3.pdb and b/bin/Debug/net9.0/matrix_3.pdb differ diff --git a/obj/Debug/net9.0/matrix_3.AssemblyInfo.cs b/obj/Debug/net9.0/matrix_3.AssemblyInfo.cs index 5ec60a4..f396c51 100644 --- a/obj/Debug/net9.0/matrix_3.AssemblyInfo.cs +++ b/obj/Debug/net9.0/matrix_3.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("matrix_3")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+764a338306bd0fd4208e95b81f172c6a5f04781d")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+dc215ec0c9fb0b60b5c23be7e1576b99eae95207")] [assembly: System.Reflection.AssemblyProductAttribute("matrix_3")] [assembly: System.Reflection.AssemblyTitleAttribute("matrix_3")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/obj/Debug/net9.0/matrix_3.AssemblyInfoInputs.cache b/obj/Debug/net9.0/matrix_3.AssemblyInfoInputs.cache index 9f4acb7..81bf44a 100644 --- a/obj/Debug/net9.0/matrix_3.AssemblyInfoInputs.cache +++ b/obj/Debug/net9.0/matrix_3.AssemblyInfoInputs.cache @@ -1 +1 @@ -b0dc84113e8a93b37e0f4e4c454bb81a3bc8215e5b8f965afc6f5e66014a4397 +8493a30462899468db4dc415862ca2f4a4893c39f3677a8dd9f2568772d91287 diff --git a/obj/Debug/net9.0/matrix_3.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net9.0/matrix_3.GeneratedMSBuildEditorConfig.editorconfig index 01ca7d8..24e0747 100644 --- a/obj/Debug/net9.0/matrix_3.GeneratedMSBuildEditorConfig.editorconfig +++ b/obj/Debug/net9.0/matrix_3.GeneratedMSBuildEditorConfig.editorconfig @@ -8,7 +8,7 @@ build_property.PlatformNeutralAssembly = build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = matrix_3 -build_property.ProjectDir = /home/BrainTheBest5/git/matrix_3/ +build_property.ProjectDir = /home/Verde/git/matrix_3/ build_property.EnableComHosting = build_property.EnableGeneratedComInterfaceComImportInterop = build_property.EffectiveAnalysisLevelStyle = 9.0 diff --git a/obj/Debug/net9.0/matrix_3.assets.cache b/obj/Debug/net9.0/matrix_3.assets.cache index 2f9381b..58c36d3 100644 Binary files a/obj/Debug/net9.0/matrix_3.assets.cache and b/obj/Debug/net9.0/matrix_3.assets.cache differ diff --git a/obj/Debug/net9.0/matrix_3.csproj.FileListAbsolute.txt b/obj/Debug/net9.0/matrix_3.csproj.FileListAbsolute.txt index c5b933f..d5383e1 100644 --- a/obj/Debug/net9.0/matrix_3.csproj.FileListAbsolute.txt +++ b/obj/Debug/net9.0/matrix_3.csproj.FileListAbsolute.txt @@ -3,12 +3,12 @@ /home/Verde/git/matrix_3/obj/Debug/net9.0/matrix_3.AssemblyInfo.cs /home/Verde/git/matrix_3/obj/Debug/net9.0/matrix_3.csproj.CoreCompileInputs.cache /home/Verde/git/matrix_3/bin/Debug/net9.0/matrix_3 -/home/Verde/git/matrix_3/bin/Debug/net9.0/matrix_3.deps.json -/home/Verde/git/matrix_3/bin/Debug/net9.0/matrix_3.runtimeconfig.json /home/Verde/git/matrix_3/bin/Debug/net9.0/matrix_3.dll /home/Verde/git/matrix_3/bin/Debug/net9.0/matrix_3.pdb /home/Verde/git/matrix_3/obj/Debug/net9.0/matrix_3.dll /home/Verde/git/matrix_3/obj/Debug/net9.0/refint/matrix_3.dll /home/Verde/git/matrix_3/obj/Debug/net9.0/matrix_3.pdb +/home/Verde/git/matrix_3/bin/Debug/net9.0/matrix_3.deps.json +/home/Verde/git/matrix_3/bin/Debug/net9.0/matrix_3.runtimeconfig.json /home/Verde/git/matrix_3/obj/Debug/net9.0/matrix_3.genruntimeconfig.cache /home/Verde/git/matrix_3/obj/Debug/net9.0/ref/matrix_3.dll diff --git a/obj/Debug/net9.0/matrix_3.dll b/obj/Debug/net9.0/matrix_3.dll index 4688e1e..0a49978 100644 Binary files a/obj/Debug/net9.0/matrix_3.dll and b/obj/Debug/net9.0/matrix_3.dll differ diff --git a/obj/Debug/net9.0/matrix_3.pdb b/obj/Debug/net9.0/matrix_3.pdb index 67d2791..4053543 100644 Binary files a/obj/Debug/net9.0/matrix_3.pdb and b/obj/Debug/net9.0/matrix_3.pdb differ diff --git a/obj/Debug/net9.0/ref/matrix_3.dll b/obj/Debug/net9.0/ref/matrix_3.dll index 8fae9d4..8852964 100644 Binary files a/obj/Debug/net9.0/ref/matrix_3.dll and b/obj/Debug/net9.0/ref/matrix_3.dll differ diff --git a/obj/Debug/net9.0/refint/matrix_3.dll b/obj/Debug/net9.0/refint/matrix_3.dll index 8fae9d4..8852964 100644 Binary files a/obj/Debug/net9.0/refint/matrix_3.dll and b/obj/Debug/net9.0/refint/matrix_3.dll differ diff --git a/obj/matrix_3.csproj.nuget.dgspec.json b/obj/matrix_3.csproj.nuget.dgspec.json index fe694ae..750bd38 100644 --- a/obj/matrix_3.csproj.nuget.dgspec.json +++ b/obj/matrix_3.csproj.nuget.dgspec.json @@ -1,17 +1,17 @@ { "format": 1, "restore": { - "/home/BrainTheBest5/git/matrix_3/matrix_3.csproj": {} + "/home/Verde/git/matrix_3/matrix_3.csproj": {} }, "projects": { - "/home/BrainTheBest5/git/matrix_3/matrix_3.csproj": { + "/home/Verde/git/matrix_3/matrix_3.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "/home/BrainTheBest5/git/matrix_3/matrix_3.csproj", + "projectUniqueName": "/home/Verde/git/matrix_3/matrix_3.csproj", "projectName": "matrix_3", - "projectPath": "/home/BrainTheBest5/git/matrix_3/matrix_3.csproj", + "projectPath": "/home/Verde/git/matrix_3/matrix_3.csproj", "packagesPath": "/home/Verde/.nuget/packages/", - "outputPath": "/home/BrainTheBest5/git/matrix_3/obj/", + "outputPath": "/home/Verde/git/matrix_3/obj/", "projectStyle": "PackageReference", "configFilePaths": [ "/home/Verde/.nuget/NuGet/NuGet.Config" diff --git a/obj/project.assets.json b/obj/project.assets.json index f50d472..a53c317 100644 --- a/obj/project.assets.json +++ b/obj/project.assets.json @@ -13,11 +13,11 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "/home/BrainTheBest5/git/matrix_3/matrix_3.csproj", + "projectUniqueName": "/home/Verde/git/matrix_3/matrix_3.csproj", "projectName": "matrix_3", - "projectPath": "/home/BrainTheBest5/git/matrix_3/matrix_3.csproj", + "projectPath": "/home/Verde/git/matrix_3/matrix_3.csproj", "packagesPath": "/home/Verde/.nuget/packages/", - "outputPath": "/home/BrainTheBest5/git/matrix_3/obj/", + "outputPath": "/home/Verde/git/matrix_3/obj/", "projectStyle": "PackageReference", "configFilePaths": [ "/home/Verde/.nuget/NuGet/NuGet.Config" diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache index 3234498..0951848 100644 --- a/obj/project.nuget.cache +++ b/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "LbKVebMzYzQ=", + "dgSpecHash": "x6rXj9DqFEk=", "success": true, - "projectFilePath": "/home/BrainTheBest5/git/matrix_3/matrix_3.csproj", + "projectFilePath": "/home/Verde/git/matrix_3/matrix_3.csproj", "expectedPackageFiles": [], "logs": [] } \ No newline at end of file