Skip to content

Commit

Permalink
Update netfx.props
Browse files Browse the repository at this point in the history
  • Loading branch information
lukespragg committed Jun 10, 2022
1 parent 2ce9f17 commit 2316269
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion netfx.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@

<!-- Add reference assemblies for use when building with .NET 6.x and above -->
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2">
<IncludeAssets>runtime;build;native;contentfiles;analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
</Project>

0 comments on commit 2316269

Please sign in to comment.