Skip to content

Update target frameworks of test and benchmark projects #420

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 23, 2025

Conversation

martinnormark
Copy link
Contributor

This pull request includes updates to the target framework and package references for the PreMailer.Net project. This will address the failing tests.

The most important changes are as follows:

Framework updates:

  • Updated the target framework from net7.0 to net9.0 in PreMailer.Net/Benchmarks/Benchmarks.csproj.
  • Updated the target framework from net7.0 to net9.0 in PreMailer.Net/PreMailer.Net.Tests/PreMailer.Net.Tests.csproj.

Package reference updates:

  • Updated BenchmarkDotNet from version 0.13.3 to 0.14.0 in PreMailer.Net/Benchmarks/Benchmarks.csproj.
  • Updated several package references in PreMailer.Net/PreMailer.Net.Tests/PreMailer.Net.Tests.csproj:
    • Microsoft.NET.Test.Sdk from version 17.9.0 to 17.12.0
    • Moq from version 4.20.70 to 4.20.72
    • xunit from version 2.7.0 to 2.9.3
    • xunit.runner.visualstudio from version 2.5.7 to 3.0.1
    • coverlet.collector from version 6.0.2 to 6.0.4

@martinnormark martinnormark merged commit 81693ce into main Jan 23, 2025
2 checks passed
@martinnormark martinnormark deleted the fix-tests-ci branch January 23, 2025 10:56
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