Updated dotnet to 8.0.101

This is a corresponding PR to https://github.com/github/semmle-code/pull/48786
This commit is contained in:
Henti Smith
2024-01-30 16:23:07 +00:00
parent e5ba8fe625
commit 612256b760
27 changed files with 27 additions and 27 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.100
dotnet-version: 8.0.101
- name: Checkout repository
uses: actions/checkout@v4

View File

@@ -74,7 +74,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.100
dotnet-version: 8.0.101
- name: Extractor unit tests
run: |
dotnet test -p:RuntimeFrameworkVersion=8.0.0 extractor/Semmle.Util.Tests