We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab9f2b commit 89f0abeCopy full SHA for 89f0abe
csharp/scripts/create-extractor-pack.sh
@@ -21,7 +21,7 @@ mkdir -p extractor-pack
21
mkdir -p extractor-pack/tools/${platform}
22
23
function dotnet_publish {
24
- dotnet publish --self-contained --configuration Release --runtime ${dotnet_platform} -p:RuntimeFrameworkVersion=7.0.2 $1 --output extractor-pack/tools/${platform}
+ dotnet publish --self-contained --configuration Release --runtime ${dotnet_platform} -p:RuntimeFrameworkVersion=8.0.0 $1 --output extractor-pack/tools/${platform}
25
}
26
27
dotnet_publish extractor/Semmle.Extraction.CSharp.Standalone
0 commit comments