Browse Source

Merge pull request #242 from vpenades/dependabot/nuget/src/SharpGLTF.Core/System.Text.Json-8.0.4

Bump System.Text.Json from 8.0.3 to 8.0.4 in /src/SharpGLTF.Core
Vicente Penades 1 year ago
parent
commit
1632e9a96b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/SharpGLTF.Core/SharpGLTF.Core.csproj

+ 1 - 1
src/SharpGLTF.Core/SharpGLTF.Core.csproj

@@ -19,7 +19,7 @@
   </ItemGroup>  
   
   <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netstandard2.1'">    
-    <PackageReference Include="System.Text.Json" Version="8.0.3" />
+    <PackageReference Include="System.Text.Json" Version="8.0.4" />
   </ItemGroup>
 
   <ItemGroup>