Skip to content

Commit 395a25f

Browse files
committed
SauceControl.InheritDoc -> 2.0.2
1 parent 3241309 commit 395a25f

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

Directory.Build.targets

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,12 @@
3535

3636
<!-- <inheritdoc/> support -->
3737
<ItemGroup>
38-
<PackageReference Include="SauceControl.InheritDoc" Version="1.3.0" PrivateAssets="all" />
38+
<PackageReference Include="SauceControl.InheritDoc" Version="2.0.2" PrivateAssets="all" />
3939
</ItemGroup>
4040

4141
<!-- SourceLink https://github.com/dotnet/sourcelink/blob/main/README.md -->
4242
<ItemGroup Condition="'$(IsPackable)' == 'true'">
4343
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
4444
</ItemGroup>
4545

46-
<!--
47-
InheritDoc: Workaround for this netstandard2.0 bug:
48-
https://github.com/dotnet/standard/issues/1527
49-
-->
50-
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
51-
<NoWarn>$(NoWarn);IDT001</NoWarn>
52-
</PropertyGroup>
53-
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
54-
<PackageDownload Include="NETStandard.Library.Ref" Version="[2.1.0]" />
55-
<InheritDocReference Include="$([MSBuild]::EnsureTrailingSlash('$(NugetPackageRoot)'))netstandard.library.ref\2.1.0\ref\netstandard2.1\netstandard.xml" />
56-
</ItemGroup>
57-
5846
</Project>

0 commit comments

Comments
 (0)