From 14264bcce42350e532bc5dd735c14450099cdedf Mon Sep 17 00:00:00 2001 From: Jevon Date: Sat, 9 Apr 2022 00:29:31 +0100 Subject: [PATCH] Update `PublicApiTestCase` platform filtering to use NUnit attribute --- src/Castle.Core.Tests/PublicApiTestCase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Castle.Core.Tests/PublicApiTestCase.cs b/src/Castle.Core.Tests/PublicApiTestCase.cs index b722aadcaa..8b381570ea 100644 --- a/src/Castle.Core.Tests/PublicApiTestCase.cs +++ b/src/Castle.Core.Tests/PublicApiTestCase.cs @@ -31,7 +31,7 @@ namespace Castle /// the assertion will obviously fail if someone changes the public API without also including the change to the ref/*.cs files /// [TestFixture] - [System.Runtime.Versioning.SupportedOSPlatform("windows")] + [Platform(Include = "Win")] public class PublicApiTestCase { private static readonly string[] assemblies =