From 3f9c7eca6e43051a1566cdea5b6df45068e7e32d Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 16 Nov 2023 13:34:21 +0200 Subject: [PATCH] SourceLink is shipped with NET8 --- Decompiler/Decompiler.csproj | 4 ---- GUI/GUI.csproj | 4 ---- ValveResourceFormat/ValveResourceFormat.csproj | 4 ---- 3 files changed, 12 deletions(-) diff --git a/Decompiler/Decompiler.csproj b/Decompiler/Decompiler.csproj index 79d0328b4..09e00c0cc 100644 --- a/Decompiler/Decompiler.csproj +++ b/Decompiler/Decompiler.csproj @@ -9,10 +9,6 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - diff --git a/GUI/GUI.csproj b/GUI/GUI.csproj index 8b082e434..5eedcedfc 100644 --- a/GUI/GUI.csproj +++ b/GUI/GUI.csproj @@ -17,10 +17,6 @@ NU1701 - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - diff --git a/ValveResourceFormat/ValveResourceFormat.csproj b/ValveResourceFormat/ValveResourceFormat.csproj index 7a39a06e9..1ad0944b3 100644 --- a/ValveResourceFormat/ValveResourceFormat.csproj +++ b/ValveResourceFormat/ValveResourceFormat.csproj @@ -10,10 +10,6 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive -