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 f9e6eda commit 6186138Copy full SHA for 6186138
Chickensoft.LogicBlocks/Chickensoft.LogicBlocks.csproj
@@ -53,7 +53,7 @@
53
<PrivateAssets>all</PrivateAssets>
54
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
55
</PackageReference>
56
- <PackageReference Include="System.Text.Json" Version="9.0.0" />
+ <PackageReference Include="System.Text.Json" Version="9.0.1" />
57
<PackageReference Include="Chickensoft.Collections" Version="1.12.7" />
58
<PackageReference Include="Chickensoft.Introspection" Version="2.2.0" />
59
<PackageReference Include="Chickensoft.Serialization" Version="2.2.0" />
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "8.0.404",
+ "version": "8.0.405",
4
"rollForward": "latestMinor"
5
}
6
0 commit comments