Skip to content

Commit 1cfe30a

Browse files
committed
Tweak
1 parent 59d1856 commit 1cfe30a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/ReactiveUI/ReactiveUI.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@
5959
<PackageReference Include="System.ComponentModel.Annotations" />
6060
<PackageReference Include="System.Text.Json" />
6161
</ItemGroup>
62-
<ItemGroup Condition="$(TargetFramework.StartsWith('netstandard')) or $(TargetFramework.StartsWith('net4')) or $(TargetFramework.StartsWith('net6'))">
63-
<PackageReference Include="System.Text.Json" />
64-
</ItemGroup>
6562
<ItemGroup>
6663
<PackageReference Include="Splat" />
6764
<PackageReference Include="DynamicData" />
@@ -70,4 +67,4 @@
7067
<None Update="VariadicTemplates.tt" Generator="TextTemplatingFileGenerator" LastGenOutput="VariadicTemplates.cs" />
7168
<Compile Update="VariadicTemplates.cs" DesignTime="True" AutoGen="true" DependentUpon="VariadicTemplates.tt" />
7269
</ItemGroup>
73-
</Project>
70+
</Project>

0 commit comments

Comments
 (0)