We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2af146 commit e8048b7Copy full SHA for e8048b7
src/Orleans.Sdk/Orleans.Sdk.csproj
@@ -10,7 +10,6 @@
10
<IncludeSource>false</IncludeSource>
11
<IsOrleansFrameworkPart>false</IsOrleansFrameworkPart>
12
<NoWarn>MSB3277</NoWarn>
13
- <OrleansBuildTimeCodeGen>true</OrleansBuildTimeCodeGen>
14
</PropertyGroup>
15
16
<ItemGroup>
@@ -33,5 +32,7 @@
33
32
34
35
<ProjectReference Include="..\Orleans.Core\Orleans.Core.csproj" />
+ <ProjectReference Include="..\Orleans.Analyzers\Orleans.Analyzers.csproj" PrivateAssets="None" />
36
+ <ProjectReference Include="..\Orleans.CodeGenerator\Orleans.CodeGenerator.csproj" PrivateAssets="None" />
37
</ItemGroup>
38
</Project>
0 commit comments