Skip to content

Commit

Permalink
Release 3.0.0-rc.14 III
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Aug 2, 2024
1 parent ad3b9ed commit 9fb6c06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Propulsion.CosmosStore/Propulsion.CosmosStore.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="MinVer" Version="5.0.0" PrivateAssets="All" />

<PackageReference Include="Equinox.CosmosStore" Version="4.1.0-alpha.15" />
<PackageReference Include="FsCodec.SystemTextJson" Version="3.0.0" />
<PackageReference Include="FsCodec.SystemTextJson" Version="3.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Propulsion.DynamoStore/Propulsion.DynamoStore.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageReference Include="MinVer" Version="5.0.0" PrivateAssets="All" />

<PackageReference Include="Equinox.DynamoStore" Version="4.0.0" />
<PackageReference Include="FsCodec.SystemTextJson" Version="3.0.0" />
<PackageReference Include="FsCodec.SystemTextJson" Version="3.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FsCodec.SystemTextJson" Version="3.0.0" />
<PackageReference Include="FsCodec.SystemTextJson" Version="3.0.2" />
<PackageReference Include="TypeShape" Version="10.0.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 9fb6c06

Please sign in to comment.