We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260e252 commit 6c826c7Copy full SHA for 6c826c7
build/Common.prod.props
@@ -36,13 +36,6 @@
36
<ContinuousIntegrationBuild Condition="'$(Deterministic)'=='true'">true</ContinuousIntegrationBuild>
37
</PropertyGroup>
38
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
-
46
<ItemGroup>
47
<PackageReference Include="MinVer" PrivateAssets="All" Condition="'$(IntegrationBuild)' != 'true'" />
48
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" Condition="'$(IntegrationBuild)' != 'true'" />
0 commit comments