Skip to content

Commit b0351ae

Browse files
authored
Analyzer Manager v1.9.7 (#198)
1 parent 7d267e8 commit b0351ae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
java-version: "11"
4646
distribution: "adopt"
4747
- name: Install NuGet
48-
uses: nuget/setup-nuget@v1
48+
uses: nuget/setup-nuget@v2
4949
with:
50-
nuget-version: 6.x
50+
nuget-version: 6.11.0
5151
- name: Install dotnet
5252
uses: actions/setup-dotnet@v3
5353
with:
54-
dotnet-version: '6.x'
54+
dotnet-version: '6.x'
5555
- name: Setup Python3
5656
uses: actions/setup-python@v4
5757
with:

jas/analyzermanager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
const (
2525
ApplicabilityFeatureId = "contextual_analysis"
2626
AnalyzerManagerZipName = "analyzerManager.zip"
27-
defaultAnalyzerManagerVersion = "1.9.3"
27+
defaultAnalyzerManagerVersion = "1.9.7"
2828
analyzerManagerDownloadPath = "xsc-gen-exe-analyzer-manager-local/v1"
2929
analyzerManagerDirName = "analyzerManager"
3030
analyzerManagerExecutableName = "analyzerManager"

tests/testdata/projects/package-managers/dotnet/dotnet-curation/dotnet-curation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk/6">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>

0 commit comments

Comments
 (0)