Skip to content

Add netstandard20 and 10#88

Merged
artdolya merged 2 commits intomasterfrom
Add-Netstandard20-and-10
Dec 17, 2025
Merged

Add netstandard20 and 10#88
artdolya merged 2 commits intomasterfrom
Add-Netstandard20-and-10

Conversation

@artdolya
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings December 17, 2025 17:58
Copy link

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

This PR adds netstandard2.0 and net10.0 as additional target frameworks to the main library project and migrates the solution to use Central Package Management (CPM) via Directory.Packages.props. The change also includes several package version updates that were not mentioned in the PR description.

Key changes:

  • Added netstandard2.0 and net10.0 to target frameworks for the main library
  • Migrated all projects to Central Package Management with Directory.Packages.props
  • Updated multiple package versions (NLog, RabbitMQ.Client, Newtonsoft.Json, and test dependencies)

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/Nlog.RabbitMQ.Target/Nlog.RabbitMQ.Target.csproj Added netstandard2.0 and net10.0 target frameworks; removed version attributes from package references; added LangVersion 10 for netstandard2.0
Directory.Packages.props New file implementing Central Package Management with centralized package version definitions
tests/Nlog.RabbitMQ.Target.Tests/Nlog.RabbitMQ.Target.Tests.csproj Removed version attributes from package references to use CPM
src/Nlog.RabbitMQ.WebSample/Nlog.RabbitMQ.WebSample.csproj Removed version attributes from package references to use CPM
src/Nlog.RabbitMQ.Sample/Nlog.RabbitMQ.Sample.csproj Removed version attributes from package references to use CPM

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@artdolya artdolya force-pushed the Add-Netstandard20-and-10 branch from 1828a62 to ac572a4 Compare December 17, 2025 18:03
@artdolya artdolya merged commit 46df243 into master Dec 17, 2025
1 check passed
@artdolya artdolya deleted the Add-Netstandard20-and-10 branch December 17, 2025 18:06
@snakefoot
Copy link
Contributor

Since you are targeting rabbitmq.client that only supports NetStandard2 and NET8, then maybe remove NET6 + NET9 ?

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.

3 participants