Skip to content

Conversation

@jeroenlandheer
Copy link

PR Changes:

  • Added .Net 10 to the list of supported .Net versions
  • Updated test/example projects to .Net 10

Copilot AI review requested due to automatic review settings November 12, 2025 06:34
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 upgrades the BCrypt.Net project to support .NET 10, adding it alongside existing .NET framework versions. The changes update project files and dependencies to include .NET 10 as a target framework.

Key Changes:

  • Added net10.0 as a target framework across library and example projects
  • Updated package references to version 10.0 for .NET 10-specific dependencies
  • Upgraded Visual Studio solution file format to version 18

Reviewed Changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tests/UnitTests/BCrypt.Net.UnitTests.csproj Updated test project target framework from net9.0 to net10.0
src/BCrypt.Net/BCrypt.Net.csproj Added net10.0 to multi-targeting frameworks for both Windows and non-Windows builds
src/BCrypt.Net.IdentityExtensions/BCrypt.Net.IdentityExtensions.csproj Added net10.0 to target frameworks list
examples/ConsoleApp/ExampleConsoleApp/ExampleConsoleApp.csproj Updated console app target framework from net9.0 to net10.0
examples/Api/WebApi/WebApi.csproj Updated web API target framework to net10.0 and package references to version 10.0
benchmark/BCryptNet.BenchMarks.csproj Updated benchmark target framework from net9.0 to net10.0
Directory.Packages.props Added net10.0-specific package version declarations
BCrypt.Net.sln Updated Visual Studio version metadata and reformatted project configurations

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

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.

1 participant