Skip to content

Commit a339977

Browse files
authored
Fixes nuget packages with vulnerabilities (#4218)
* Fixes nuget packages with vulnerabilities * Using netstandard2.1 * Revert "Using netstandard2.1" This reverts commit b19317f. * Replacing to 3.11.0 and 4.13.0 versions * Using 4.12.0 version * Revert "Using 4.12.0 version" This reverts commit bb4f921. * Change to 4.12.0 version * Remove unused nuget package
1 parent 48d4de2 commit a339977

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Directory.Packages.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<!-- Enable Nuget Source Link for github -->
77
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" />
88
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
9-
<PackageVersion Include="Microsoft.CodeAnalysis.Features" Version="4.11.0" />
109
<PackageVersion Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="4.11.0" />
1110
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.11.0" />
1211
<PackageVersion Include="Microsoft.Net.Compilers.Toolset" Version="4.11.0" />
@@ -25,7 +24,7 @@
2524
<PackageVersion Include="Serilog.Extensions.Logging" Version="9.0.0" />
2625
<PackageVersion Include="Serilog.Sinks.Debug" Version="3.0.0" />
2726
<PackageVersion Include="Serilog.Sinks.File" Version="6.0.0" />
28-
<PackageVersion Include="SixLabors.ImageSharp" Version="[3.1.7,4)" />
27+
<PackageVersion Include="SixLabors.ImageSharp" Version="[3.1.11,4)" />
2928
<PackageVersion Include="CsvHelper" Version="[33.0.1,34)" />
3029
<PackageVersion Include="Microsoft.DotNet.PlatformAbstractions" Version="[3.1.6,4)" />
3130
<PackageVersion Include="System.CommandLine" Version="[2.0.0-beta4.22272.1,3)" />

Terminal.Gui.Analyzers.Tests/Terminal.Gui.Analyzers.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<PackageReference Include="coverlet.collector" />
1616
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" />
1717
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" />
18-
<PackageReference Include="Microsoft.CodeAnalysis.Features" />
1918
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" />
2019
<PackageReference Include="Microsoft.NET.Test.Sdk" />
2120
<PackageReference Include="xunit" />

0 commit comments

Comments
 (0)