From dae7d8278b90500bd10d1dfac9c301350ee69597 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Tue, 28 Nov 2023 18:13:08 +0100 Subject: [PATCH] Missing file --- ILSpy.Tests/Workaround4564.cs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ILSpy.Tests/Workaround4564.cs diff --git a/ILSpy.Tests/Workaround4564.cs b/ILSpy.Tests/Workaround4564.cs new file mode 100644 index 000000000..500cd82e0 --- /dev/null +++ b/ILSpy.Tests/Workaround4564.cs @@ -0,0 +1,3 @@ +// https://github.com/nunit/nunit/issues/4564 + +[assembly: System.Runtime.Versioning.SupportedOSPlatform("Windows10")] \ No newline at end of file