Skip to content

Commit 77dbfb7

Browse files
committed
Update ApiApprovalTests.cs
1 parent 7a6ae90 commit 77dbfb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ReactiveUI.Tests/API/ApiApprovalTests.cs

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// The .NET Foundation licenses this file to you under the MIT license.
44
// See the LICENSE file in the project root for full license information.
55

6+
#if !NET8_0
67
using VerifyXunit;
78

89
namespace ReactiveUI.Tests.API;
@@ -28,3 +29,4 @@ public class ApiApprovalTests : ApiApprovalBase
2829
[Fact]
2930
public Task ReactiveUI() => CheckApproval(typeof(RxApp).Assembly);
3031
}
32+
#endif

0 commit comments

Comments
 (0)