There was an error while loading. Please reload this page.
1 parent 40bf00b commit 13f3356Copy full SHA for 13f3356
src/CodeCave.Threejs.Entities.csproj
@@ -22,12 +22,7 @@
22
<ItemGroup>
23
<PackageReference Include="JsonSubTypes" Version="1.7.0" />
24
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
25
- </ItemGroup>
26
-
27
- <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
28
- <PackageReference Include="System.Text.Json">
29
- <Version>4.7.1</Version>
30
- </PackageReference>
+ <PackageReference Include="System.Text.Json" Version="4.7.1" Condition="'$(TargetFramework)' != 'net45'" />
31
</ItemGroup>
32
33
</Project>
0 commit comments