• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<Project>
2  <!-- Needed for the net45 build to work on Unix. See https://github.com/dotnet/designs/pull/33 -->
3  <ItemGroup>
4    <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0">
5      <PrivateAssets>all</PrivateAssets>
6      <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
7    </PackageReference>
8  </ItemGroup>
9</Project>