Skip to content

Commit 6c826c7

Browse files
[Infra] Remove redundant item (#6330)
Co-authored-by: Rajkumar Rangaraj <[email protected]>
1 parent 260e252 commit 6c826c7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build/Common.prod.props

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@
3636
<ContinuousIntegrationBuild Condition="'$(Deterministic)'=='true'">true</ContinuousIntegrationBuild>
3737
</PropertyGroup>
3838

39-
<ItemGroup>
40-
<!-- Note: Disable net6.0 target for package validation because it has been
41-
removed. It should be possible to remove this once a stable version has been
42-
released to NuGet without net6.0. -->
43-
<PackageValidationBaselineFrameworkToIgnore Include="net6.0" />
44-
</ItemGroup>
45-
4639
<ItemGroup>
4740
<PackageReference Include="MinVer" PrivateAssets="All" Condition="'$(IntegrationBuild)' != 'true'" />
4841
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" Condition="'$(IntegrationBuild)' != 'true'" />

0 commit comments

Comments
 (0)