Skip to content

Commit

Permalink
Disable harvesting the stable package.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerhardt committed Apr 1, 2020
1 parent e7f5743 commit 2e20e8b
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
<Project DefaultTargets="Build">
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.props))" />
<PropertyGroup>
<!-- Since we are dropping support for TFMs less than netstandard2.0, don't harvest the stable package. -->
<!-- https://github.com/dotnet/runtime/issues/3425 -->
<HarvestStablePackage>false</HarvestStablePackage>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\src\Microsoft.Extensions.DependencyModel.csproj">
<SupportedFramework>net461;netcoreapp2.0;uap10.0.16299;$(AllXamarinFrameworks)</SupportedFramework>
</ProjectReference>
</ItemGroup>
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.targets))" />
</Project>
</Project>

0 comments on commit 2e20e8b

Please sign in to comment.