File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3434 - name : Setup dotnet
3535 uses : actions/setup-dotnet@v4
3636 with :
37- dotnet-version : 9 .0.300
37+ dotnet-version : 10 .0.100
3838
3939 - name : Checkout repository
4040 uses : actions/checkout@v5
Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ jobs:
4343 - name : Setup dotnet
4444 uses : actions/setup-dotnet@v4
4545 with :
46- dotnet-version : 9 .0.300
46+ dotnet-version : 10 .0.100
4747 - name : Extractor unit tests
4848 run : |
4949 dotnet tool restore
50- dotnet test -p:RuntimeFrameworkVersion=9 .0.5 extractor/Semmle.Util.Tests
51- dotnet test -p:RuntimeFrameworkVersion=9 .0.5 extractor/Semmle.Extraction.Tests
52- dotnet test -p:RuntimeFrameworkVersion=9 .0.5 autobuilder/Semmle.Autobuild.CSharp.Tests
53- dotnet test -p:RuntimeFrameworkVersion=9 .0.5 autobuilder/Semmle.Autobuild.Cpp.Tests
50+ dotnet test -p:RuntimeFrameworkVersion=10 .0.0 extractor/Semmle.Util.Tests
51+ dotnet test -p:RuntimeFrameworkVersion=10 .0.0 extractor/Semmle.Extraction.Tests
52+ dotnet test -p:RuntimeFrameworkVersion=10 .0.0 autobuilder/Semmle.Autobuild.CSharp.Tests
53+ dotnet test -p:RuntimeFrameworkVersion=10 .0.0 autobuilder/Semmle.Autobuild.Cpp.Tests
5454 shell : bash
5555 stubgentest :
5656 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 77 - name : Setup dotnet
88 uses : actions/setup-dotnet@v4
99 with :
10- dotnet-version : 9 .0.300
10+ dotnet-version : 10 .0.100
1111 - name : Build Extractor
1212 shell : bash
1313 run : scripts/create-extractor-pack.sh
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ mkdir -p extractor-pack
2121mkdir -p extractor-pack/tools/${platform}
2222
2323function dotnet_publish {
24- dotnet publish --self-contained --configuration Release --runtime ${dotnet_platform} -p:RuntimeFrameworkVersion=9 .0.5 $1 --output extractor-pack/tools/${platform}
24+ dotnet publish --self-contained --configuration Release --runtime ${dotnet_platform} -p:RuntimeFrameworkVersion=10 .0.0 $1 --output extractor-pack/tools/${platform}
2525}
2626
2727dotnet tool restore
You can’t perform that action at this time.
0 commit comments