Skip to content

Commit 4bdf9f1

Browse files
authored
Updates .NET version to 10.0 (#9)
Updates the .NET SDK version used in the release workflow from 8.0 to 10.0 to align with project requirements and utilize the latest features and improvements.
1 parent 8d18583 commit 4bdf9f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: release
1111
env:
1212
PROJECT_DIR: ./Emb.Cli.NetCore
1313
PROJECT_PATH: ./Emb.Cli.NetCore/Emb.Cli.NetCore.csproj
14-
FRAMEWORK: net8.0
14+
FRAMEWORK: net10.0
1515
SELF_CONTAINED: true
1616
FILE_PREFIX: ExtensibleMessageBroker_
1717

@@ -38,7 +38,7 @@ jobs:
3838
- name: Install .NET
3939
uses: actions/setup-dotnet@v4
4040
with:
41-
dotnet-version: '8.0.x'
41+
dotnet-version: '10.0.x'
4242

4343
- name: Get branch and tag
4444
id: branch_name

0 commit comments

Comments
 (0)