Skip to content

Remove .NET Framework 4.7.2 package remnants from .NET 8.0 migration#12

Draft
Copilot wants to merge 5 commits intomasterfrom
copilot/fix-migrate-dotnet-framework
Draft

Remove .NET Framework 4.7.2 package remnants from .NET 8.0 migration#12
Copilot wants to merge 5 commits intomasterfrom
copilot/fix-migrate-dotnet-framework

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 26, 2026

  • (previous) Remove .NET Framework 4.7.2 remnants (T4MVC, xmlrpcnet, BuildBundlerMinifier, System.Web.Mvc usages)
  • Revert NuGetAudit/System.ComponentModel.Annotations changes (per user request)
  • Fix vulnerability: AutoMapper 12.0.1 → 15.1.1 (High - GHSA-rvv3-g6hj-g44x, DoS via uncontrolled recursion)
    • Update AutoMapper to 15.1.1 in RaccoonBlog.Web.csproj
    • Remove deprecated AutoMapper.Extensions.Microsoft.DependencyInjection (merged into core since 13.0)
    • Update AutoMapper to 15.1.1 in RaccoonBlog.IntegrationTests.csproj
    • AddAutoMapper(cfg => { cfg.AddProfile<>() }) call is compatible — uses same API shape
  • Fix vulnerability: System.Drawing.Common 4.5.0 → 4.7.2 (Critical - GHSA-rxg9-xrhp-64gj, RCE)
    • Added explicit PackageReference to pin transitive dependency to safe version
  • Fix vulnerability: System.Net.Http 4.3.3 → 4.3.4 (High - GHSA-7jgj-8wvc-jh57, info disclosure)
    • Added explicit PackageReference to pin transitive dependency to safe version
  • All three fixed versions verified clean via advisory database

📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.

Copilot AI and others added 3 commits March 26, 2026 11:41
…inifier packages and fix System.Web.Mvc usages for .NET 8.0

Co-authored-by: gregolsky <1541805+gregolsky@users.noreply.github.com>
Agent-Logs-Url: https://github.com/gregolsky/RaccoonBlog/sessions/f7c42016-889a-4c78-b63f-c2b5107a9eaf
Co-authored-by: gregolsky <1541805+gregolsky@users.noreply.github.com>
Agent-Logs-Url: https://github.com/gregolsky/RaccoonBlog/sessions/f7c42016-889a-4c78-b63f-c2b5107a9eaf
Copilot AI and others added 2 commits March 26, 2026 12:23
…ramework) and enable built-in NuGet audit

Co-authored-by: gregolsky <1541805+gregolsky@users.noreply.github.com>
Agent-Logs-Url: https://github.com/gregolsky/RaccoonBlog/sessions/58910eff-2b22-4c03-a9a2-e7972445aa8b
…wing.Common 4.7.2 and System.Net.Http 4.3.4

Co-authored-by: gregolsky <1541805+gregolsky@users.noreply.github.com>
Agent-Logs-Url: https://github.com/gregolsky/RaccoonBlog/sessions/58910eff-2b22-4c03-a9a2-e7972445aa8b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants