Skip to content

Commit

Permalink
Updating Json dpeendency (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlal authored Dec 11, 2024
1 parent 73a71a3 commit f2c135d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Test/Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="6.0.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Source\Core\Core.csproj" />
<ProjectReference Include="..\..\Source\Actors\Actors.csproj" />
</ItemGroup>
</Project>
</Project>

0 comments on commit f2c135d

Please sign in to comment.