We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e63c54e commit 774e126Copy full SHA for 774e126
src/DnsClient/DnsClient.csproj
@@ -60,10 +60,4 @@
60
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
61
<DefineConstants>$(DefineConstants);PORTABLE</DefineConstants>
62
</PropertyGroup>
63
-
64
- <ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
65
- <Reference Include="System.Runtime" />
66
- <Reference Include="System" />
67
- <Reference Include="Microsoft.CSharp" />
68
- </ItemGroup>
69
</Project>
0 commit comments