We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44def5 commit b6a8d77Copy full SHA for b6a8d77
src/libraries/Core/Microsoft.Agents.Core/Microsoft.Agents.Core.csproj
@@ -58,7 +58,7 @@
58
In order for packing targets to work correctly in this situation - analyzer project either should have <TargetFramework> (without 's'),
59
or be referenced with Condition on a single TargetFramework.
60
-->
61
- <ProjectReference Include="..\Microsoft.Agents.Core.Analyzers\Microsoft.Agents.Core.Analyzers.csproj" ReferenceOutputAssembly="false" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
+ <ProjectReference Include="..\Microsoft.Agents.Core.Analyzers\Microsoft.Agents.Core.Analyzers.csproj" ReferenceOutputAssembly="false" Condition="'$(TargetFramework)' == 'netstandard2.0'" PrivateAssets="all" />
62
</ItemGroup>
63
64
</Project>
0 commit comments