This is an automated email from the ASF dual-hosted git repository. havret pushed a commit to branch use-lts-dotnet in repository https://gitbox.apache.org/repos/asf/activemq-nms-amqp.git
commit fe1776ceddf87fae9aa10bd51d53d414ee0f7b49 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
