Skip to content

Commit

Permalink
Target Equinox 4.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Nov 18, 2022
1 parent a689ef3 commit 993ffd0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 @@ -20,7 +20,7 @@
<ItemGroup>
<PackageReference Include="MinVer" Version="4.2.0" PrivateAssets="All" />

<PackageReference Include="Equinox.CosmosStore" Version="4.0.0-rc.3" />
<PackageReference Include="Equinox.CosmosStore" Version="4.0.0-rc.4" />
<PackageReference Include="FsCodec.SystemTextJson" Version="3.0.0-rc.8" />
</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 @@ -25,7 +25,7 @@
<ItemGroup>
<PackageReference Include="MinVer" Version="4.2.0" PrivateAssets="All" />

<PackageReference Include="Equinox.DynamoStore" Version="4.0.0-rc.3" />
<PackageReference Include="Equinox.DynamoStore" Version="4.0.0-rc.4" />
<PackageReference Include="FsCodec.SystemTextJson" Version="3.0.0-rc.8" />
</ItemGroup>

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

<PackageReference Include="Equinox.EventStore" Version="4.0.0-rc.3" />
<PackageReference Include="Equinox.EventStore" Version="4.0.0-rc.4" />
<PackageReference Include="FsCodec.Box" Version="3.0.0-rc.8" />
</ItemGroup>

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

<PackageReference Include="Equinox.EventStoreDb" Version="4.0.0-rc.3" />
<PackageReference Include="Equinox.EventStoreDb" Version="4.0.0-rc.4" />
</ItemGroup>

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

<PackageReference Include="FsCodec.Box" Version="3.0.0-rc.8" />
<PackageReference Include="Equinox.MemoryStore" Version="4.0.0-rc.3" />
<PackageReference Include="Equinox.MemoryStore" Version="4.0.0-rc.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 993ffd0

Please sign in to comment.