File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 5252 <NuGetAuditSuppress Include =" https://github.com/advisories/GHSA-8g4q-xg66-9fp4" />
5353 <!-- Package 'System.Text.Json' 8.0.0 has a known high severity vulnerability -->
5454 <NuGetAuditSuppress Include =" https://github.com/advisories/GHSA-hh2w-p6rv-4g7w" />
55+ <!-- Package 'Microsoft.Build.Tasks.Core' 17.7.2 has a known high severity vulnerability -->
56+ <NuGetAuditSuppress Include =" https://github.com/advisories/GHSA-h4j7-5rxr-p4wc" />
5557 </ItemGroup >
5658
5759 <ItemGroup >
5860 <PackageReference Include =" CommandLineParser" Version =" 2.8.0" />
59- <PackageReference Include =" Microsoft.Build" Version =" 17.14.28" ExcludeAssets =" runtime" Condition =" '$(TargetFramework)' == 'net10.0'" />
61+ <PackageReference Include =" Microsoft.Build" Version =" 17.14.28" ExcludeAssets =" runtime" Condition =" '$(TargetFramework)' == 'net9.0' OR '$(TargetFramework)' == ' net10.0'" />
6062 <PackageReference Include =" Microsoft.Build.Locator" Version =" $(RoslynatorMicrosoftBuildLocatorVersion)" />
6163 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" $(RoslynatorCliRoslynVersion)" />
6264 <PackageReference Include =" Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version =" $(RoslynatorCliRoslynVersion)" />
Original file line number Diff line number Diff line change 1010 <RootNamespace >Roslynator.CodeGeneration</RootNamespace >
1111 </PropertyGroup >
1212
13+ <ItemGroup >
14+ <!-- Package 'System.Drawing.Common' 4.7.0 has a known critical severity vulnerability -->
15+ <NuGetAuditSuppress Include =" https://github.com/advisories/GHSA-rxg9-xrhp-64gj" />
16+ </ItemGroup >
17+
1318 <ItemGroup >
1419 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" $(RoslynatorRoslynVersion)" />
1520 <PackageReference Include =" Microsoft.CodeAnalysis.Workspaces.MSBuild" Version =" $(RoslynatorRoslynVersion)" />
You can’t perform that action at this time.
0 commit comments