Skip to content

Commit b6a8d77

Browse files
committed
Post merge
1 parent b44def5 commit b6a8d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/Core/Microsoft.Agents.Core/Microsoft.Agents.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
In order for packing targets to work correctly in this situation - analyzer project either should have <TargetFramework> (without 's'),
5959
or be referenced with Condition on a single TargetFramework.
6060
-->
61-
<ProjectReference Include="..\Microsoft.Agents.Core.Analyzers\Microsoft.Agents.Core.Analyzers.csproj" ReferenceOutputAssembly="false" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
61+
<ProjectReference Include="..\Microsoft.Agents.Core.Analyzers\Microsoft.Agents.Core.Analyzers.csproj" ReferenceOutputAssembly="false" Condition="'$(TargetFramework)' == 'netstandard2.0'" PrivateAssets="all" />
6262
</ItemGroup>
6363

6464
</Project>

0 commit comments

Comments
 (0)