Skip to content

Commit aa6d3fe

Browse files
authored
Merge branch 'release/9.0.1xx' into darc-release/9.0.1xx-9d52760f-f44d-44d9-a926-60a21ee2d459
2 parents 170e736 + ec3c360 commit aa6d3fe

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)