Up Newtonsoft.Json" version to 13.0.3

This commit is contained in:
Michael Vesely 2024-12-18 14:18:50 +01:00
parent 21b0871e7a
commit ef02c896c7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<PackageReference Update="Microsoft.AspNet.WebPages" Version="3.2.3" /> <PackageReference Update="Microsoft.AspNet.WebPages" Version="3.2.3" />
<PackageReference Update="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" Version="1.0.0" /> <PackageReference Update="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" Version="1.0.0" />
<PackageReference Update="Microsoft.Web.Infrastructure" Version="1.0.0.0" /> <PackageReference Update="Microsoft.Web.Infrastructure" Version="1.0.0.0" />
<PackageReference Update="Newtonsoft.Json" Version="13.0.2" /> <PackageReference Update="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup> </ItemGroup>
</Project> </Project>