diff --git a/ILSpy.Tests/Workaround4564.cs b/ILSpy.Tests/Workaround4564.cs new file mode 100644 index 0000000000..500cd82e01 --- /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