Skip to content

Commit 027405d

Browse files
committed
remove net from .Core
1 parent 97b0109 commit 027405d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ServiceStack.Redis/ServiceStack.Redis.Core.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
<ItemGroup>
1313
<PackageReference Include="ServiceStack.Common" Version="$(Version)" />
1414
</ItemGroup>
15-
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
16-
<Reference Include="System.Net" />
17-
</ItemGroup>
1815
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
1916
<PackageReference Include="System.Net.Security" Version="4.3.2" />
2017
<PackageReference Include="System.Collections.Specialized" Version="4.3.0" />

0 commit comments

Comments
 (0)