Skip to content

Update README targets and upgrade sample NuGet packages#15

Merged
marcominerva merged 1 commit intomasterfrom
develop
Apr 15, 2026
Merged

Update README targets and upgrade sample NuGet packages#15
marcominerva merged 1 commit intomasterfrom
develop

Conversation

@marcominerva
Copy link
Copy Markdown
Owner

Clarified .NET multi-target support in README to include 8.0, 9.0, and 10.0. Upgraded Microsoft.AspNetCore.OpenApi and Swashbuckle.AspNetCore.SwaggerUI package versions in SimpleTransitSample.csproj to latest patch releases.

Clarified .NET multi-target support in README to include 8.0, 9.0, and 10.0. Upgraded Microsoft.AspNetCore.OpenApi and Swashbuckle.AspNetCore.SwaggerUI package versions in SimpleTransitSample.csproj to latest patch releases.
Copilot AI review requested due to automatic review settings April 15, 2026 10:07
@marcominerva marcominerva merged commit 6541940 into master Apr 15, 2026
3 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates public-facing documentation and the sample project dependencies to reflect current .NET targeting and package patch levels.

Changes:

  • Updated README to state multi-target compatibility with .NET 8.0, 9.0, and 10.0.
  • Upgraded Microsoft.AspNetCore.OpenApi and Swashbuckle.AspNetCore.SwaggerUI package versions in the SimpleTransit sample project.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
README.md Updates the advertised supported .NET target versions.
samples/SimpleTransitSample/SimpleTransitSample.csproj Bumps OpenAPI/SwaggerUI NuGet package patch versions for the sample app.

Comment thread README.md
- **Type-Safe**: Strongly-typed message handling with generic interfaces
- **Minimal Dependencies**: Lightweight with minimal external dependencies
- **Multi-Target Support**: Compatible with .NET 8.0 and .NET 9.0
- **Multi-Target Support**: Compatible with .NET 8.0, 9.0 and 10.0
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The wording is inconsistent with the previous phrasing (it drops the repeated “.NET” and is harder to read). Suggest rephrasing to “Compatible with .NET 8.0, .NET 9.0, and .NET 10.0”.

Suggested change
- **Multi-Target Support**: Compatible with .NET 8.0, 9.0 and 10.0
- **Multi-Target Support**: Compatible with .NET 8.0, .NET 9.0, and .NET 10.0

Copilot uses AI. Check for mistakes.
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