C#: Update workflow files and scripts.

This commit is contained in:
Michael Nebel
2024-11-15 14:38:54 +01:00
parent 201a5e9faa
commit 57e0e2dba1
4 changed files with 9 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ mkdir -p extractor-pack
mkdir -p extractor-pack/tools/${platform}
function dotnet_publish {
dotnet publish --self-contained --configuration Release --runtime ${dotnet_platform} -p:RuntimeFrameworkVersion=8.0.1 $1 --output extractor-pack/tools/${platform}
dotnet publish --self-contained --configuration Release --runtime ${dotnet_platform} -p:RuntimeFrameworkVersion=9.0.0 $1 --output extractor-pack/tools/${platform}
}
dotnet tool restore