Skip to content

Commit ec3c360

Browse files
authored
[automated] Merge branch 'release/8.0.4xx' => 'release/9.0.1xx' (#51910)
2 parents bd92f38 + 6b5f750 commit ec3c360

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@
6969
<ImplicitUsings>enable</ImplicitUsings>
7070
</PropertyGroup>
7171

72+
<!-- TODO: Re-enable NuGet Audit and fix alerts: https://github.com/dotnet/sdk/issues/51466 -->
73+
<PropertyGroup>
74+
<NuGetAudit>false</NuGetAudit>
75+
</PropertyGroup>
76+
7277
<!-- Global usings -->
7378
<!-- See: https://learn.microsoft.com/dotnet/core/project-sdk/msbuild-props#using -->
7479
<ItemGroup>

eng/common/tools.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ function InstallDotNet([string] $dotnetRoot,
295295
if ($runtime -eq "aspnetcore") { $runtimePath = $runtimePath + "\Microsoft.AspNetCore.App" }
296296
if ($runtime -eq "windowsdesktop") { $runtimePath = $runtimePath + "\Microsoft.WindowsDesktop.App" }
297297
$runtimePath = $runtimePath + "\" + $version
298-
298+
299299
$dotnetVersionLabel = "runtime toolset '$runtime/$architecture v$version'"
300300

301301
if (Test-Path $runtimePath) {

0 commit comments

Comments
 (0)