8000 Update Dotnet.Script.DependencyModel.csproj · dotnet-script/dotnet-script@ac49473 · GitHub
[go: up one dir, main page]

Skip to content

Commit ac49473

Browse files
authored
Update Dotnet.Script.DependencyModel.csproj
Bump `NuGet.ProjectModel` to `6.2.4` Resolves CVEs https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-41032 https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-29337
1 parent 1169314 commit ac49473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dotnet.Script.DependencyModel/Dotnet.Script.DependencyModel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</ItemGroup>
3333

3434
<ItemGroup>
35-
<PackageReference Include="NuGet.ProjectModel" Version="6.2.0" />
35+
<PackageReference Include="NuGet.ProjectModel" Version="6.2.4" />
3636
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6" />
3737
</ItemGroup>
3838

0 commit comments

Comments
 (0)
0