This is an automated email from the ASF dual-hosted git repository.
havret pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-nms-amqp.git
The following commit(s) were added to refs/heads/main by this push:
new 4ec0a8d NO-JIRA: Use dotnet LTS version
4ec0a8d is described below
commit 4ec0a8d87dc8d9e2b4236d6e01e76b98c56805eb
Author: Havret <[email protected]>
AuthorDate: Thu Aug 21 21:52:58 2025 +0200
NO-JIRA: Use dotnet LTS version
---
.github/workflows/build.yml | 4 ++--
Directory.Build.props | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ea4ccf1..3f8402f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -19,10 +19,10 @@ jobs:
- name: Run ActiveMQ Artemis
run: docker compose up -V -d
working-directory: ./test
- - name: Setup .NET 9
+ - name: Setup .NET 8
uses: actions/setup-dotnet@v4
with:
- dotnet-version: '9.0.x'
+ dotnet-version: '8.0.x'
- name: Restore dependencies
run: dotnet restore apache-nms-amqp.sln
diff --git a/Directory.Build.props b/Directory.Build.props
index d50ecae..3add44f 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
- <LangVersion>13</LangVersion>
- <TargetFramework>net9.0</TargetFramework>
+ <LangVersion>12</LangVersion>
+ <TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
</Project>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact