Skip to content

Commit ee628da

Browse files
committed
Update NuGet.Packaging and NuGet.exe to 6.9.1
1 parent 74884e7 commit ee628da

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

ReleaseNotes.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release Notes
22

3+
## 2.1.36
4+
* Updated NuGet.* packages to 6.9.1 to address CVE-2024-0057
5+
36
## 2.1.35
47
* Update NuGet.* packages to 6.8.0
58
* net8.0 support

build/common/common.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Function Install-NuGetExe {
7272
$nugetDir = Split-Path $nugetExe
7373
New-Item -ItemType Directory -Force -Path $nugetDir
7474

75-
Invoke-WebRequest https://dist.nuget.org/win-x86-commandline/v6.8.0/nuget.exe -OutFile $nugetExe
75+
Invoke-WebRequest https://dist.nuget.org/win-x86-commandline/v6.9.1/nuget.exe -OutFile $nugetExe
7676
}
7777
}
7878

build/config.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project ToolsVersion="15.0">
22
<!-- Dependency versions -->
33
<PropertyGroup>
4-
<NuGetPackageVersion>6.8.0</NuGetPackageVersion>
4+
<NuGetPackageVersion>6.9.1</NuGetPackageVersion>
55
</PropertyGroup>
66

77
<!-- Config -->

0 commit comments

Comments
 (0)