diff --git a/.vscode/launch.json b/.vscode/launch.json index 5c7247b..9ad8112 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -3,5 +3,27 @@ // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", - "configurations": [] + "configurations": [ + { + // Use IntelliSense to find out which attributes exist for C# debugging + // Use hover for the description of the existing attributes + // For further information visit https://github.com/dotnet/vscode-csharp/blob/main/debugger-launchjson.md + "name": ".NET Core Launch (console)", + "type": "coreclr", + "request": "launch", + "preLaunchTask": "build", + // If you have changed target frameworks, make sure to update the program path. + "program": "${workspaceFolder}/bin/Debug/net8.0/test.dll", + "args": [], + "cwd": "${workspaceFolder}", + // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console + "console": "internalConsole", + "stopAtEntry": false + }, + { + "name": ".NET Core Attach", + "type": "coreclr", + "request": "attach" + } + ] } \ No newline at end of file diff --git a/bin/Debug/net8.0/test.dll b/bin/Debug/net8.0/test.dll index ff6f97e..3e68d72 100644 Binary files a/bin/Debug/net8.0/test.dll and b/bin/Debug/net8.0/test.dll differ diff --git a/bin/Debug/net8.0/test.pdb b/bin/Debug/net8.0/test.pdb index 91ed694..c46ecc5 100644 Binary files a/bin/Debug/net8.0/test.pdb and b/bin/Debug/net8.0/test.pdb differ diff --git a/obj/Debug/net8.0/ref/test.dll b/obj/Debug/net8.0/ref/test.dll index 162015b..4dbe1ca 100644 Binary files a/obj/Debug/net8.0/ref/test.dll and b/obj/Debug/net8.0/ref/test.dll differ diff --git a/obj/Debug/net8.0/refint/test.dll b/obj/Debug/net8.0/refint/test.dll index 162015b..4dbe1ca 100644 Binary files a/obj/Debug/net8.0/refint/test.dll and b/obj/Debug/net8.0/refint/test.dll differ diff --git a/obj/Debug/net8.0/test.AssemblyInfo.cs b/obj/Debug/net8.0/test.AssemblyInfo.cs index 0a38854..439a6d5 100644 --- a/obj/Debug/net8.0/test.AssemblyInfo.cs +++ b/obj/Debug/net8.0/test.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("test")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+dafcb60efe28297ba63f35833e762d0f62b4d969")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+f32bebddd04e3f06637d627641e4d462c6fec6c6")] [assembly: System.Reflection.AssemblyProductAttribute("test")] [assembly: System.Reflection.AssemblyTitleAttribute("test")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/obj/Debug/net8.0/test.AssemblyInfoInputs.cache b/obj/Debug/net8.0/test.AssemblyInfoInputs.cache index 221e8e9..4b41a8d 100644 --- a/obj/Debug/net8.0/test.AssemblyInfoInputs.cache +++ b/obj/Debug/net8.0/test.AssemblyInfoInputs.cache @@ -1 +1 @@ -38b8bde7af16a5c873af0ec921a3f2e3170bb5a479309a60237855aaa5d5b7be +6b6f451116f8b9ce3006943c8f792248cadaf796b501a73ceb1a1d7bf8a60d2c diff --git a/obj/Debug/net8.0/test.dll b/obj/Debug/net8.0/test.dll index ff6f97e..3e68d72 100644 Binary files a/obj/Debug/net8.0/test.dll and b/obj/Debug/net8.0/test.dll differ diff --git a/obj/Debug/net8.0/test.pdb b/obj/Debug/net8.0/test.pdb index 91ed694..c46ecc5 100644 Binary files a/obj/Debug/net8.0/test.pdb and b/obj/Debug/net8.0/test.pdb differ