Skip to content

Commit 98651a0

Browse files
Revert "Skip API approval test on non-.NET Core platforms"
This reverts commit 2f6bf46. See #820 (comment) (cherry picked from commit 4304b96)
1 parent d8f9394 commit 98651a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

projects/Unit/APIApproval.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ namespace RabbitMQ.Client.Unit
5050
public class APIApproval
5151
{
5252
[Test]
53-
#if !NETCOREAPP
54-
[Ignore("This test is limited to .NET Core targets")]
55-
#endif
5653
public Task Approve()
5754
{
5855
string publicApi = typeof(ConnectionFactory).Assembly.GeneratePublicApi(new ApiGeneratorOptions { ExcludeAttributes = new[] { "System.Runtime.Versioning.TargetFrameworkAttribute" } });

0 commit comments

Comments
 (0)