We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c458814 commit 77cda91Copy full SHA for 77cda91
1 file changed
src/nms-openwire.csproj
@@ -33,23 +33,9 @@
33
<None Include="..\NOTICE.txt" Pack="true" PackagePath="NOTICE.txt" />
34
</ItemGroup>
35
36
- <ItemGroup Condition=" '$(TargetFramework)' == 'net35'">
37
- <Reference Include="System.Web" />
38
- </ItemGroup>
39
-
40
- <ItemGroup Condition=" '$(TargetFramework)' == 'net40'">
41
42
43
44
<ItemGroup>
45
<PackageReference Include="Apache.NMS" Version="2.0.0" />
46
<PackageReference Include="SharpZipLib" Version="1.3.3" />
47
48
49
- <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
50
- <PackageReference Include="System.Runtime">
51
- <Version>4.3.1</Version>
52
- </PackageReference>
53
54
55
</Project>
0 commit comments