From 3564ab1030fd4467b6ce61108c6137326db1310e Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Sat, 30 Mar 2024 11:04:33 +0100 Subject: [PATCH] Fix Wpf slnf (missing BamlDecompiler project), update NuGet packages for Installer (WiX), update NuGet packages ILSpy --- Directory.Packages.props | 8 ++++---- .../ICSharpCode.Decompiler.Tests.csproj | 5 ++++- .../ILSpy.BamlDecompiler.Tests.csproj | 5 ++++- ILSpy.Installer/ILSpy.Installer.csproj | 4 ++-- ILSpy.Tests/ILSpy.Tests.csproj | 5 ++++- ILSpy.Wpf.slnf | 1 + 6 files changed, 19 insertions(+), 9 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 42ac5d6aff..13e1ebab60 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -13,8 +13,8 @@ - - + + @@ -30,7 +30,7 @@ - + @@ -42,6 +42,6 @@ - + \ No newline at end of file diff --git a/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj b/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj index 1dfb43ed0d..13c9a3f6b8 100644 --- a/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj +++ b/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj @@ -52,7 +52,10 @@ - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj b/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj index b8a51da296..0c00fb98c1 100644 --- a/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj +++ b/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj @@ -34,7 +34,10 @@ - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/ILSpy.Installer/ILSpy.Installer.csproj b/ILSpy.Installer/ILSpy.Installer.csproj index 27d5be9bba..d5cab6a357 100644 --- a/ILSpy.Installer/ILSpy.Installer.csproj +++ b/ILSpy.Installer/ILSpy.Installer.csproj @@ -15,8 +15,8 @@ - - + + diff --git a/ILSpy.Tests/ILSpy.Tests.csproj b/ILSpy.Tests/ILSpy.Tests.csproj index 40a3a218e2..79e95586a9 100644 --- a/ILSpy.Tests/ILSpy.Tests.csproj +++ b/ILSpy.Tests/ILSpy.Tests.csproj @@ -54,7 +54,10 @@ - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/ILSpy.Wpf.slnf b/ILSpy.Wpf.slnf index 48681d712b..831214ce7f 100644 --- a/ILSpy.Wpf.slnf +++ b/ILSpy.Wpf.slnf @@ -8,6 +8,7 @@ "ICSharpCode.ILSpyX\\ICSharpCode.ILSpyX.csproj", "ILSpy.BamlDecompiler.Tests\\ILSpy.BamlDecompiler.Tests.csproj", "ILSpy.BamlDecompiler\\ILSpy.BamlDecompiler.csproj", + "ICSharpCode.BamlDecompiler\\ICSharpCode.BamlDecompiler.csproj", "ILSpy.ReadyToRun\\ILSpy.ReadyToRun.csproj", "ILSpy.Tests\\ILSpy.Tests.csproj", "ILSpy\\ILSpy.csproj",