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 5c2979c commit aa376a5Copy full SHA for aa376a5
Rx.NET/Integration/WindowsDesktopTests/WindowsDesktopTests.csproj
@@ -1,14 +1,13 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <TargetFrameworks>netcoreapp3.1;net5.0;net5.0-windows10.0.19041</TargetFrameworks>
+ <TargetFrameworks>net5.0;net5.0-windows10.0.19041</TargetFrameworks>
4
<NoWarn>$(NoWarn);CS0618</NoWarn>
5
<LangVersion>latest</LangVersion>
6
<AssemblyName>Tests.System.Reactive</AssemblyName>
7
<RootNamespace>Tests.System.Reactive</RootNamespace>
8
<SignAssembly>true</SignAssembly>
9
<AssemblyOriginatorKeyFile>..\..\Source\ReactiveX.snk</AssemblyOriginatorKeyFile>
10
</PropertyGroup>
11
-
12
13
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
14
<UseWPF >true</UseWPF>
0 commit comments