Skip to content

Commit

Permalink
Disabling repacking for Infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
einari committed Feb 2, 2025
1 parent 8fdbf89 commit c3a876e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/Clients/Orleans.InProcess/Orleans.InProcess.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
</ProjectReference>

<ProjectReference Include="../../Infrastructure/Infrastructure.csproj">
<Properties>Repack=false</Properties>
<PrivateAssets>all</PrivateAssets>
<ExcludeAssets>runtime;compile</ExcludeAssets>
</ProjectReference>


<ProjectReference Include="../../Kernel/Contracts/Contracts.csproj">
<PrivateAssets>all</PrivateAssets>
<ExcludeAssets>runtime;compile</ExcludeAssets>
Expand Down Expand Up @@ -101,7 +101,6 @@
<DoNotInternalizeAssembly Include="$(OutputPath)Cratis.Chronicle.dll" />
<DoNotInternalizeAssembly Include="$(OutputPath)Cratis.Chronicle.Connections.dll" />
<DoNotInternalizeAssembly Include="$(OutputPath)Cratis.Chronicle.AspNetCore.dll" />
<DoNotInternalizeAssembly Include="$(OutputPath)Cratis.Chronicle.Infrastructure.dll" />
<DoNotInternalizeAssembly Include="$(OutputPath)Cratis.Chronicle.Orleans.dll" />
<DoNotInternalizeAssembly Include="$(OutputPath)Cratis.Chronicle.Setup.dll" />
</ItemGroup>
Expand Down

0 comments on commit c3a876e

Please sign in to comment.