Skip to content

Commit 774e126

Browse files
committed
Trying to fix #24, removing System.Runtime reference from NET45x target
1 parent e63c54e commit 774e126

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/DnsClient/DnsClient.csproj

-6
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,4 @@
6060
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
6161
<DefineConstants>$(DefineConstants);PORTABLE</DefineConstants>
6262
</PropertyGroup>
63-
64-
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
65-
<Reference Include="System.Runtime" />
66-
<Reference Include="System" />
67-
<Reference Include="Microsoft.CSharp" />
68-
</ItemGroup>
6963
</Project>

0 commit comments

Comments
 (0)