diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9cbf60f7..f2d55ea4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,13 +45,13 @@ jobs: java-version: "11" distribution: "adopt" - name: Install NuGet - uses: nuget/setup-nuget@v1 + uses: nuget/setup-nuget@v2 with: - nuget-version: 6.x + nuget-version: 6.11.0 - name: Install dotnet uses: actions/setup-dotnet@v3 with: - dotnet-version: '6.x' + dotnet-version: '6.x' - name: Setup Python3 uses: actions/setup-python@v4 with: diff --git a/jas/analyzermanager.go b/jas/analyzermanager.go index 9276ee6b..1e2a4b5a 100644 --- a/jas/analyzermanager.go +++ b/jas/analyzermanager.go @@ -24,7 +24,7 @@ import ( const ( ApplicabilityFeatureId = "contextual_analysis" AnalyzerManagerZipName = "analyzerManager.zip" - defaultAnalyzerManagerVersion = "1.9.3" + defaultAnalyzerManagerVersion = "1.9.7" analyzerManagerDownloadPath = "xsc-gen-exe-analyzer-manager-local/v1" analyzerManagerDirName = "analyzerManager" analyzerManagerExecutableName = "analyzerManager" diff --git a/tests/testdata/projects/package-managers/dotnet/dotnet-curation/dotnet-curation.csproj b/tests/testdata/projects/package-managers/dotnet/dotnet-curation/dotnet-curation.csproj index 876165b3..f958b973 100644 --- a/tests/testdata/projects/package-managers/dotnet/dotnet-curation/dotnet-curation.csproj +++ b/tests/testdata/projects/package-managers/dotnet/dotnet-curation/dotnet-curation.csproj @@ -1,4 +1,4 @@ - + net6.0