File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments