File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
tests/testdata/projects/package-managers/dotnet/dotnet-curation Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
2424const (
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"
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk/6 " >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >net6.0</TargetFramework >
You can’t perform that action at this time.
0 commit comments