We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a6ae90 commit 77dbfb7Copy full SHA for 77dbfb7
src/ReactiveUI.Tests/API/ApiApprovalTests.cs
@@ -3,6 +3,7 @@
3
// The .NET Foundation licenses this file to you under the MIT license.
4
// See the LICENSE file in the project root for full license information.
5
6
+#if !NET8_0
7
using VerifyXunit;
8
9
namespace ReactiveUI.Tests.API;
@@ -28,3 +29,4 @@ public class ApiApprovalTests : ApiApprovalBase
28
29
[Fact]
30
public Task ReactiveUI() => CheckApproval(typeof(RxApp).Assembly);
31
}
32
+#endif
0 commit comments