We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90d126 commit 2f6bf46Copy full SHA for 2f6bf46
projects/Unit/APIApproval.cs
@@ -50,6 +50,9 @@ namespace RabbitMQ.Client.Unit
50
public class APIApproval
51
{
52
[Test]
53
+ #if !NETCOREAPP
54
+ [Ignore("This test is limited to .NET Core targets")]
55
+ #endif
56
public Task Approve()
57
58
string publicApi = typeof(ConnectionFactory).Assembly.GeneratePublicApi(new ApiGeneratorOptions { ExcludeAttributes = new[] { "System.Runtime.Versioning.TargetFrameworkAttribute" } });
0 commit comments