Skip to content

Commit 6f0e3a0

Browse files
dependabot[bot]Code-Grumpgasparnagy
authored
Bump Microsoft.Build.Framework and Microsoft.Build.Utilities.Core (#893)
* Bump Microsoft.Build.Framework and Microsoft.Build.Utilities.Core Bumps Microsoft.Build.Framework from 17.11.4 to 17.11.48 Bumps Microsoft.Build.Utilities.Core from 17.11.4 to 17.11.48 --- updated-dependencies: - dependency-name: Microsoft.Build.Framework dependency-version: 17.11.48 dependency-type: direct:production - dependency-name: Microsoft.Build.Utilities.Core dependency-version: 17.11.48 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Bump Microsoft.Build.Framework and Microsoft.Build.Utilities.Core Bumps Microsoft.Build.Framework from 17.11.4 to 17.11.48 Bumps Microsoft.Build.Utilities.Core from 17.11.4 to 17.11.48 * Update changelog --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Turner <programming.hero@gmail.com> Co-authored-by: Gáspár Nagy <gaspar.nagy@gmail.com>
1 parent ade17cb commit 6f0e3a0

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## Bug fixes:
66

7+
* Address [Microsoft Security Advisory CVE-2025-55247 | .NET Denial of Service Vulnerability](https://github.com/advisories/GHSA-w3q9-fxm7-j8fq) (#893)
8+
79
*Contributors of this release (in alphabetical order):*
810

911
# v3.1.2 - 2025-10-07

Reqnroll.Tools.MsBuild.Generation/Reqnroll.Tools.MsBuild.Generation.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
</ItemGroup>
7171

7272
<ItemGroup>
73-
<PackageReference Include="Microsoft.Build.Framework" Version="17.11.4" PrivateAssets="all" />
74-
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.11.4" PrivateAssets="all" />
73+
<PackageReference Include="Microsoft.Build.Framework" Version="17.11.48" PrivateAssets="all" />
74+
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.11.48" PrivateAssets="all" />
7575
<PackageReference Include="Microsoft.VisualStudio.Composition" Version="17.11.13" PrivateAssets="all" />
7676
<PackageReference Include="Microsoft.VisualStudio.Threading.Only" Version="17.13.61" PrivateAssets="all" />
7777
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.13.61" PrivateAssets="all" />

Tests/Reqnroll.GeneratorTests/Reqnroll.GeneratorTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3232
<PrivateAssets>all</PrivateAssets>
3333
</PackageReference>
34-
<PackageReference Include="Microsoft.Build.Framework" Version="17.11.4" />
35-
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.11.4" />
34+
<PackageReference Include="Microsoft.Build.Framework" Version="17.11.48" />
35+
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.11.48" />
3636
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
3737
<PackageReference Include="FluentAssertions" Version="6.12.0" />
3838
<PackageReference Include="Moq" Version="4.20.70" />

0 commit comments

Comments
 (0)