Skip to content

Commit 89f0abe

Browse files
committed
C#: Update the target framework in the create extractor pack script.
1 parent 9ab9f2b commit 89f0abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/scripts/create-extractor-pack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ mkdir -p extractor-pack
2121
mkdir -p extractor-pack/tools/${platform}
2222

2323
function dotnet_publish {
24-
dotnet publish --self-contained --configuration Release --runtime ${dotnet_platform} -p:RuntimeFrameworkVersion=7.0.2 $1 --output extractor-pack/tools/${platform}
24+
dotnet publish --self-contained --configuration Release --runtime ${dotnet_platform} -p:RuntimeFrameworkVersion=8.0.0 $1 --output extractor-pack/tools/${platform}
2525
}
2626

2727
dotnet_publish extractor/Semmle.Extraction.CSharp.Standalone

0 commit comments

Comments
 (0)