We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a71a3 commit f2c135dCopy full SHA for f2c135d
Source/Test/Test.csproj
@@ -26,10 +26,10 @@
26
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="6.0.0" />
27
</ItemGroup>
28
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
29
- <PackageReference Include="System.Text.Json" Version="8.0.4" />
+ <PackageReference Include="System.Text.Json" Version="8.0.5" />
30
31
<ItemGroup>
32
<ProjectReference Include="..\..\Source\Core\Core.csproj" />
33
<ProjectReference Include="..\..\Source\Actors\Actors.csproj" />
34
35
-</Project>
+</Project>
0 commit comments