diff --git a/Program.cs b/Program.cs index f01ad42..cd5441b 100644 --- a/Program.cs +++ b/Program.cs @@ -11,6 +11,7 @@ class Program do { + Console.Clear(); Console.WriteLine("Scegliere un'opzione:"); Console.WriteLine("1. Crea un'insieme di numeri tra " + minDimensione + " e " + maxDimensione); Console.WriteLine("2. Mostra il maggiore e il minore"); @@ -91,6 +92,7 @@ class Program else { Console.WriteLine("Il numero deve essere compreso tra 0 e 100, estremi inclusi"); + Pausa(); } } while (i < dimensione); diff --git a/bin/Debug/net9.0/ripasso3 b/bin/Debug/net9.0/ripasso3 new file mode 100755 index 0000000..4e35619 Binary files /dev/null and b/bin/Debug/net9.0/ripasso3 differ diff --git a/bin/Debug/net9.0/ripasso3.deps.json b/bin/Debug/net9.0/ripasso3.deps.json new file mode 100644 index 0000000..d665edc --- /dev/null +++ b/bin/Debug/net9.0/ripasso3.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v9.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v9.0": { + "ripasso3/1.0.0": { + "runtime": { + "ripasso3.dll": {} + } + } + } + }, + "libraries": { + "ripasso3/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/bin/Debug/net9.0/ripasso3.dll b/bin/Debug/net9.0/ripasso3.dll new file mode 100644 index 0000000..17da40a Binary files /dev/null and b/bin/Debug/net9.0/ripasso3.dll differ diff --git a/bin/Debug/net9.0/ripasso3.pdb b/bin/Debug/net9.0/ripasso3.pdb new file mode 100644 index 0000000..1b90f8b Binary files /dev/null and b/bin/Debug/net9.0/ripasso3.pdb differ diff --git a/bin/Debug/net9.0/ripasso3.runtimeconfig.json b/bin/Debug/net9.0/ripasso3.runtimeconfig.json new file mode 100644 index 0000000..b19c3c8 --- /dev/null +++ b/bin/Debug/net9.0/ripasso3.runtimeconfig.json @@ -0,0 +1,12 @@ +{ + "runtimeOptions": { + "tfm": "net9.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "9.0.0" + }, + "configProperties": { + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + } + } +} \ No newline at end of file diff --git a/obj/Debug/net9.0/apphost b/obj/Debug/net9.0/apphost new file mode 100755 index 0000000..4e35619 Binary files /dev/null and b/obj/Debug/net9.0/apphost differ diff --git a/obj/Debug/net9.0/ref/ripasso3.dll b/obj/Debug/net9.0/ref/ripasso3.dll new file mode 100644 index 0000000..40354ce Binary files /dev/null and b/obj/Debug/net9.0/ref/ripasso3.dll differ diff --git a/obj/Debug/net9.0/refint/ripasso3.dll b/obj/Debug/net9.0/refint/ripasso3.dll new file mode 100644 index 0000000..40354ce Binary files /dev/null and b/obj/Debug/net9.0/refint/ripasso3.dll differ diff --git a/obj/Debug/net9.0/ripasso3.AssemblyInfo.cs b/obj/Debug/net9.0/ripasso3.AssemblyInfo.cs index cafb293..d37f171 100644 --- a/obj/Debug/net9.0/ripasso3.AssemblyInfo.cs +++ b/obj/Debug/net9.0/ripasso3.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("ripasso3")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+94dc22499cbe7af1d6ae1ae95f7371787302b5d2")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+85edf42d522a1d0b9b040a0839f12161b185574b")] [assembly: System.Reflection.AssemblyProductAttribute("ripasso3")] [assembly: System.Reflection.AssemblyTitleAttribute("ripasso3")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/obj/Debug/net9.0/ripasso3.AssemblyInfoInputs.cache b/obj/Debug/net9.0/ripasso3.AssemblyInfoInputs.cache index 2b6957c..ad7cff9 100644 --- a/obj/Debug/net9.0/ripasso3.AssemblyInfoInputs.cache +++ b/obj/Debug/net9.0/ripasso3.AssemblyInfoInputs.cache @@ -1 +1 @@ -fe71cb23789e00a289963d8315807f2b2cd76aed087e41fa45dd9fe64b91c300 +c8e99011f512593b2677a4b6a975362699c42c7e48dfbbbf769c3cd5d3ea7204 diff --git a/obj/Debug/net9.0/ripasso3.csproj.CoreCompileInputs.cache b/obj/Debug/net9.0/ripasso3.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..8f6e101 --- /dev/null +++ b/obj/Debug/net9.0/ripasso3.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +b54b03f02f89b22cf4cca76de404169226eafca55858ba0d4dc2110b08f8e72c diff --git a/obj/Debug/net9.0/ripasso3.csproj.FileListAbsolute.txt b/obj/Debug/net9.0/ripasso3.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..5dfd0af --- /dev/null +++ b/obj/Debug/net9.0/ripasso3.csproj.FileListAbsolute.txt @@ -0,0 +1,14 @@ +/home/BrainTheBest5/git/ripasso3/bin/Debug/net9.0/ripasso3 +/home/BrainTheBest5/git/ripasso3/bin/Debug/net9.0/ripasso3.deps.json +/home/BrainTheBest5/git/ripasso3/bin/Debug/net9.0/ripasso3.runtimeconfig.json +/home/BrainTheBest5/git/ripasso3/bin/Debug/net9.0/ripasso3.dll +/home/BrainTheBest5/git/ripasso3/bin/Debug/net9.0/ripasso3.pdb +/home/BrainTheBest5/git/ripasso3/obj/Debug/net9.0/ripasso3.GeneratedMSBuildEditorConfig.editorconfig +/home/BrainTheBest5/git/ripasso3/obj/Debug/net9.0/ripasso3.AssemblyInfoInputs.cache +/home/BrainTheBest5/git/ripasso3/obj/Debug/net9.0/ripasso3.AssemblyInfo.cs +/home/BrainTheBest5/git/ripasso3/obj/Debug/net9.0/ripasso3.csproj.CoreCompileInputs.cache +/home/BrainTheBest5/git/ripasso3/obj/Debug/net9.0/ripasso3.dll +/home/BrainTheBest5/git/ripasso3/obj/Debug/net9.0/refint/ripasso3.dll +/home/BrainTheBest5/git/ripasso3/obj/Debug/net9.0/ripasso3.pdb +/home/BrainTheBest5/git/ripasso3/obj/Debug/net9.0/ripasso3.genruntimeconfig.cache +/home/BrainTheBest5/git/ripasso3/obj/Debug/net9.0/ref/ripasso3.dll diff --git a/obj/Debug/net9.0/ripasso3.dll b/obj/Debug/net9.0/ripasso3.dll new file mode 100644 index 0000000..17da40a Binary files /dev/null and b/obj/Debug/net9.0/ripasso3.dll differ diff --git a/obj/Debug/net9.0/ripasso3.genruntimeconfig.cache b/obj/Debug/net9.0/ripasso3.genruntimeconfig.cache new file mode 100644 index 0000000..c5f1e5b --- /dev/null +++ b/obj/Debug/net9.0/ripasso3.genruntimeconfig.cache @@ -0,0 +1 @@ +ba31efeb62b8dccfb2806141731b992fe2effe9ce89fc149f69f622cc1a3e8e9 diff --git a/obj/Debug/net9.0/ripasso3.pdb b/obj/Debug/net9.0/ripasso3.pdb new file mode 100644 index 0000000..1b90f8b Binary files /dev/null and b/obj/Debug/net9.0/ripasso3.pdb differ