Skip to content

Commit

Permalink
Mark TestReferenceWithInternalsVisibleTo with IsPackable=false (#7574)
Browse files Browse the repository at this point in the history
  • Loading branch information
christothes authored Jan 23, 2024
1 parent 20c54ae commit 1d213ef
Showing 1 changed file with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<SignAssembly>False</SignAssembly>
</PropertyGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<SignAssembly>False</SignAssembly>
<IsPackable>false</IsPackable>
</PropertyGroup>

</Project>

0 comments on commit 1d213ef

Please sign in to comment.