Skip to content

Commit

Permalink
ProjectReference fix in Garnet.host (for dotnet pack) + version bump …
Browse files Browse the repository at this point in the history
…to 1.0.43 (#823)

* Reference fix in Garnet.host + version bump

* fix
  • Loading branch information
TalZaccai authored Nov 23, 2024
1 parent 08f3b68 commit 112a56e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Version.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<!-- Versioning property for builds and packages -->
<PropertyGroup>
<VersionPrefix>1.0.42</VersionPrefix>
<VersionPrefix>1.0.43</VersionPrefix>
</PropertyGroup>
</Project>
1 change: 1 addition & 0 deletions benchmark/BDN.benchmark/BDN.benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\libs\cluster\Garnet.cluster.csproj" />
<ProjectReference Include="..\..\libs\host\Garnet.host.csproj" />
<ProjectReference Include="..\..\libs\common\Garnet.common.csproj" />
<ProjectReference Include="..\..\libs\server\Garnet.server.csproj" />
Expand Down
1 change: 1 addition & 0 deletions hosting/Windows/Garnet.worker/Garnet.worker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<ItemGroup>
<ProjectReference Include="..\..\..\libs\host\Garnet.host.csproj" />
<ProjectReference Include="..\..\..\libs\server\Garnet.server.csproj" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions libs/host/Garnet.host.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\server\Garnet.server.csproj" />
<ProjectReference Include="..\cluster\Garnet.cluster.csproj" />
<ProjectReference Include="..\storage\Tsavorite\cs\src\devices\AzureStorageDevice\Tsavorite.devices.AzureStorageDevice.csproj" />
<ProjectReference Include="..\server\Garnet.server.csproj" PrivateAssets="All"/>
<ProjectReference Include="..\cluster\Garnet.cluster.csproj" PrivateAssets="All"/>
<ProjectReference Include="..\storage\Tsavorite\cs\src\devices\AzureStorageDevice\Tsavorite.devices.AzureStorageDevice.csproj" PrivateAssets="All"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 112a56e

Please sign in to comment.