This is an automated email from the ASF dual-hosted git repository. havret pushed a commit to branch clean-up in repository https://gitbox.apache.org/repos/asf/activemq-nms-openwire.git
commit f82c8a6f734b2d6be84704dff39d08f02d1327b3 Author: Havret <[email protected]> AuthorDate: Sun Nov 23 22:47:19 2025 +0100 NO-JIRA Clean up --- src/nms-openwire.csproj | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/nms-openwire.csproj b/src/nms-openwire.csproj index bff2a25..c9f9aad 100644 --- a/src/nms-openwire.csproj +++ b/src/nms-openwire.csproj @@ -31,15 +31,7 @@ <None Include="..\LICENSE.txt" Pack="true" PackagePath="LICENSE.txt" /> <None Include="..\NOTICE.txt" Pack="true" PackagePath="NOTICE.txt" /> </ItemGroup> - - <ItemGroup Condition=" '$(TargetFramework)' == 'net35'"> - <Reference Include="System.Web" /> - </ItemGroup> - - <ItemGroup Condition=" '$(TargetFramework)' == 'net40'"> - <Reference Include="System.Web" /> - </ItemGroup> - + <ItemGroup> <PackageReference Include="Apache.NMS" Version="2.2.0" /> <PackageReference Include="SharpZipLib" Version="1.3.3" /> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
