NewLife/NewLife.RocketMQ

Upgrade Nuget
大石头 authored at 2025-11-12 14:03:33
6c252c3
Tree
1 Parent(s) 375addf
Summary: 5 changed files with 5 additions and 2 deletions.
Modified +1 -0
Modified +1 -0
Modified +1 -0
Modified +1 -1
Modified +1 -1
Modified +1 -0
diff --git a/.github/workflows/publish-beta.yml b/.github/workflows/publish-beta.yml
index 7f3a5e2..190df60 100644
--- a/.github/workflows/publish-beta.yml
+++ b/.github/workflows/publish-beta.yml
@@ -22,6 +22,7 @@ jobs:
           7.x
           8.x
           9.x
+          10.x
     - name: Build
       run: |
         dotnet pack --version-suffix $(date "+%Y.%m%d-beta%H%M") -c Release -o out NewLife.RocketMQ/NewLife.RocketMQ.csproj
Modified +1 -0
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 78e8f9f..1b3a592 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -20,6 +20,7 @@ jobs:
           7.x
           8.x
           9.x
+          10.x
     - name: Build
       run: |
         dotnet pack -c Release -o out NewLife.RocketMQ/NewLife.RocketMQ.csproj
Modified +1 -0
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3d56d36..33348b1 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -21,6 +21,7 @@ jobs:
           7.x
           8.x
           9.x
+          10.x
     - name: Build
       run: |
         dotnet build -c Release
Modified +1 -1
diff --git a/NewLife.RocketMQ/NewLife.RocketMQ.csproj b/NewLife.RocketMQ/NewLife.RocketMQ.csproj
index 2b00488..b125e5e 100644
--- a/NewLife.RocketMQ/NewLife.RocketMQ.csproj
+++ b/NewLife.RocketMQ/NewLife.RocketMQ.csproj
@@ -61,7 +61,7 @@
   </ItemGroup>
 
   <ItemGroup>
-    <PackageReference Include="NewLife.Core" Version="11.7.2025.1001" />
+    <PackageReference Include="NewLife.Core" Version="11.8.2025.1112" />
   </ItemGroup>
 
 </Project>
Modified +1 -1
diff --git a/XUnitTestRocketMQ/XUnitTestRocketMQ.csproj b/XUnitTestRocketMQ/XUnitTestRocketMQ.csproj
index 127c5c1..129f16b 100644
--- a/XUnitTestRocketMQ/XUnitTestRocketMQ.csproj
+++ b/XUnitTestRocketMQ/XUnitTestRocketMQ.csproj
@@ -7,7 +7,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
+    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
     <PackageReference Include="Moq" Version="4.20.72" />
     <PackageReference Include="xunit" Version="2.9.3" />
     <PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">