Skip to content

Commit

Permalink
Fix packaging of Microsoft.Orleans.Sdk (#9338) (#9339)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenBond authored Feb 11, 2025
1 parent d2af146 commit 7d14734
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Orleans.Sdk/Orleans.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<IncludeSource>false</IncludeSource>
<IsOrleansFrameworkPart>false</IsOrleansFrameworkPart>
<NoWarn>MSB3277</NoWarn>
<OrleansBuildTimeCodeGen>true</OrleansBuildTimeCodeGen>
</PropertyGroup>

<ItemGroup>
Expand All @@ -33,5 +32,7 @@

<ItemGroup>
<ProjectReference Include="..\Orleans.Core\Orleans.Core.csproj" />
<ProjectReference Include="..\Orleans.Analyzers\Orleans.Analyzers.csproj" PrivateAssets="None" />
<ProjectReference Include="..\Orleans.CodeGenerator\Orleans.CodeGenerator.csproj" PrivateAssets="None" />
</ItemGroup>
</Project>

0 comments on commit 7d14734

Please sign in to comment.