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 de9882f commit d2f9f93Copy full SHA for d2f9f93
src/ReactiveUI/ReactiveUI.csproj
@@ -37,12 +37,15 @@
37
38
<ItemGroup Condition=" $(TargetFramework.StartsWith('net4')) ">
39
<Compile Include="Platforms\net4\**\*.cs" />
40
- <PackageReference Include="System.ValueTuple" Version="4.5.0" />
41
<Reference Include="System.Windows" />
42
<Reference Include="System.Windows.Forms" />
43
<Reference Include="WindowsBase" />
44
</ItemGroup>
45
+ <ItemGroup Condition=" $(TargetFramework.StartsWith('net46')) ">
46
+ <PackageReference Include="System.ValueTuple" Version="4.5.0" />
47
+ </ItemGroup>
48
+
49
<ItemGroup Condition=" $(TargetFramework.StartsWith('net46')) or $(TargetFramework) == 'net5.0-windows' ">
50
<Compile Include="Platforms\net4Desktop\**\*.cs" />
51
0 commit comments