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 2666137 commit d19ac44Copy full SHA for d19ac44
1 file changed
src/GridForge/GridForge.csproj
@@ -94,12 +94,12 @@
94
<ItemGroup Condition="'$(DisableMemoryPack)' != 'true'">
95
<PackageReference Include="MemoryPack" Version="1.21.4" />
96
<PackageReference Include="FixedMathSharp" Version="4.0.0" />
97
- <PackageReference Include="SwiftCollections" Version="4.1.0" />
+ <PackageReference Include="SwiftCollections" Version="4.1.1" />
98
</ItemGroup>
99
100
<ItemGroup Condition="'$(DisableMemoryPack)' == 'true'">
101
<PackageReference Include="FixedMathSharp.Lean" Version="4.0.0" />
102
- <PackageReference Include="SwiftCollections.Lean" Version="4.1.0" />
+ <PackageReference Include="SwiftCollections.Lean" Version="4.1.1" />
103
104
105
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
0 commit comments