This is an automated email from the ASF dual-hosted git repository.

michaelpearce pushed a commit to branch 1.8.x
in repository https://gitbox.apache.org/repos/asf/activemq-nms-openwire.git

commit 43044bc422d7ffc9406a775386a20c132ee527f9
Author: Havret <[email protected]>
AuthorDate: Sun Mar 27 11:36:18 2022 +0200

    AMQNET-664 Add strict reference to Apache.NMS 1.8.0
---
 src/nms-openwire.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nms-openwire.csproj b/src/nms-openwire.csproj
index 2bcba22..0690776 100644
--- a/src/nms-openwire.csproj
+++ b/src/nms-openwire.csproj
@@ -41,7 +41,7 @@
   </ItemGroup>
 
   <ItemGroup>
-    <PackageReference Include="Apache.NMS" Version="1.8.0" />
+    <PackageReference Include="Apache.NMS" Version="[1.8.0]"  />
   </ItemGroup>
 
   <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">

Reply via email to