Created
July 11, 2025 19:57
-
-
Save nkolev92/b8a5d6dbf16ade7f9a061beded3b1d51 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<PropertyGroup> | |
<TargetFramework>net9.0;net472</TargetFramework> | |
</PropertyGroup> | |
<ItemGroup> | |
<PackageReference Include="System.Text.Json" Version="9.0.4" /> | |
</ItemGroup> | |
Generates | |
<dependencies> | |
<group targetFramework=".NETFramework4.7.2"> | |
<dependency id="System.Text.Json" version="9.0.4" /> | |
</group> | |
<group targetFramework="net9.0"> | |
</group> | |
</dependencies> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment