Update Standard library to latest Text.Json package.
a28377e2
Pedro Silva
committed
succeeded
1 changed file
D20Tek.Common.Standard.csproj
/D20Tek.Common.Standard/D20Tek.Common.Standard.csproj-1+1
/D20Tek.Common.Standard/D20Tek.Common.Standard.csproj
Add comment 20
Add comment 21 <ItemGroup>
Add comment 22 <PackageReference Include="System.ComponentModel.Annotations" Version="4.7.0" />
Add comment 23 Minus   <PackageReference Include="System.Text.Json" Version="4.7.1" />
Add comment 23 Plus   <PackageReference Include="System.Text.Json" Version="4.7.2" />
Add comment 24 </ItemGroup>
Add comment 25
Add comment 26 </Project>