Skip to content

Commit

Permalink
add entries not yet enabled, for .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
smdn committed Apr 15, 2023
1 parent 440612c commit 7abd078
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,24 @@ SPDX-License-Identifier: MIT
<_NETSdkAvailableApi TargetFrameworkCondition="$(_TargetFrameworkCondition)" Namespace="System.Text.RegularExpressions" Include="ValueMatch"/>
</ItemGroup>

<!--
Applies to: NET8_0_OR_GREATER
-->
<!--
<PropertyGroup>
<_TargetFrameworkCondition>NET8_0_OR_GREATER</_TargetFrameworkCondition>
</PropertyGroup>
<MSBuild Properties="Set=$(DefineConstants);OtherSet=$(_TargetFrameworkCondition)" Projects="$(MSBuildThisFileFullPath)" Targets="TestSetOverlapsWith" >
<Output TaskParameter="TargetOutputs" PropertyName="_IsTargetFrameworkConditionMatched" />
</MSBuild>
<ItemGroup Condition="'$(_IsTargetFrameworkConditionMatched)' == 'true'">
<_NETSdkAvailableApi TargetFrameworkCondition="$(_TargetFrameworkCondition)" Namespace="System" Include="Environment.IsPrivilegedProcess"/>
<_NETSdkAvailableApi TargetFrameworkCondition="$(_TargetFrameworkCondition)" Namespace="System.Net" Include="IPNetwork"/>
</ItemGroup>
-->

<!--
generate symbols
-->
Expand Down

0 comments on commit 7abd078

Please sign in to comment.