From d3de4745048da6a4ae59694625930d02ab51cdb5 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Wed, 29 Nov 2023 09:41:10 +0100 Subject: [PATCH] Test 4.1.0-adev.1 from NUnit MyGet feed (works locally in VS) --- Directory.Packages.props | 2 +- .../ICSharpCode.Decompiler.Tests.csproj | 2 -- ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj | 2 -- ILSpy.Tests/ILSpy.Tests.csproj | 2 -- ILSpy.Tests/Workaround4564.cs | 4 ---- NuGet.config | 4 ++++ 6 files changed, 5 insertions(+), 11 deletions(-) delete mode 100644 ILSpy.Tests/Workaround4564.cs diff --git a/Directory.Packages.props b/Directory.Packages.props index d2bdff157a..91c63a0cd7 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -29,7 +29,7 @@ - + diff --git a/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj b/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj index e042411562..fe356566c2 100644 --- a/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj +++ b/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj @@ -6,7 +6,6 @@ win-x64 false AutoGeneratedProgram - false True @@ -110,7 +109,6 @@ - diff --git a/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj b/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj index 4655b74f8a..5ff532b129 100644 --- a/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj +++ b/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj @@ -6,7 +6,6 @@ win-x64 false AutoGeneratedProgram - false false true @@ -46,7 +45,6 @@ - AttachedEvent.xaml diff --git a/ILSpy.Tests/ILSpy.Tests.csproj b/ILSpy.Tests/ILSpy.Tests.csproj index 89ca30c6a5..c5e5771c68 100644 --- a/ILSpy.Tests/ILSpy.Tests.csproj +++ b/ILSpy.Tests/ILSpy.Tests.csproj @@ -5,7 +5,6 @@ net8.0-windows false AutoGeneratedProgram - false True @@ -39,7 +38,6 @@ - diff --git a/ILSpy.Tests/Workaround4564.cs b/ILSpy.Tests/Workaround4564.cs deleted file mode 100644 index 257afcc2bc..0000000000 --- a/ILSpy.Tests/Workaround4564.cs +++ /dev/null @@ -1,4 +0,0 @@ -// https://github.com/nunit/nunit/issues/4564 - -[assembly: System.Runtime.Versioning.SupportedOSPlatform("Windows10")] -[assembly: System.Runtime.Versioning.TargetPlatform("Windows10")] \ No newline at end of file diff --git a/NuGet.config b/NuGet.config index 8c93079308..bb1becdcc5 100644 --- a/NuGet.config +++ b/NuGet.config @@ -5,6 +5,7 @@ + @@ -19,5 +20,8 @@ + + + -->