Skip to content

Commit 77cda91

Browse files
committed
Remove NET Core v1 dependencies
1 parent c458814 commit 77cda91

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

src/nms-openwire.csproj

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,9 @@
3333
<None Include="..\NOTICE.txt" Pack="true" PackagePath="NOTICE.txt" />
3434
</ItemGroup>
3535

36-
<ItemGroup Condition=" '$(TargetFramework)' == 'net35'">
37-
<Reference Include="System.Web" />
38-
</ItemGroup>
39-
40-
<ItemGroup Condition=" '$(TargetFramework)' == 'net40'">
41-
<Reference Include="System.Web" />
42-
</ItemGroup>
43-
4436
<ItemGroup>
4537
<PackageReference Include="Apache.NMS" Version="2.0.0" />
4638
<PackageReference Include="SharpZipLib" Version="1.3.3" />
4739
</ItemGroup>
4840

49-
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
50-
<PackageReference Include="System.Runtime">
51-
<Version>4.3.1</Version>
52-
</PackageReference>
53-
</ItemGroup>
54-
5541
</Project>

0 commit comments

Comments
 (0)