Skip to content

Commit aa376a5

Browse files
committed
Limit target platforms for integration tests.
1 parent 5c2979c commit aa376a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Rx.NET/Integration/WindowsDesktopTests/WindowsDesktopTests.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netcoreapp3.1;net5.0;net5.0-windows10.0.19041</TargetFrameworks>
3+
<TargetFrameworks>net5.0;net5.0-windows10.0.19041</TargetFrameworks>
44
<NoWarn>$(NoWarn);CS0618</NoWarn>
55
<LangVersion>latest</LangVersion>
66
<AssemblyName>Tests.System.Reactive</AssemblyName>
77
<RootNamespace>Tests.System.Reactive</RootNamespace>
88
<SignAssembly>true</SignAssembly>
99
<AssemblyOriginatorKeyFile>..\..\Source\ReactiveX.snk</AssemblyOriginatorKeyFile>
1010
</PropertyGroup>
11-
1211

1312
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
1413
<UseWPF >true</UseWPF>

0 commit comments

Comments
 (0)