Skip to content
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

feat: Remove net6.0 and add net9.0 TFM #1311

Merged
merged 3 commits into from
Dec 1, 2024

Conversation

HofmeisterAn
Copy link
Collaborator

What does this PR do?

The PR updates the Docker.DotNet.Enhanced dependency. The version includes a fix for an issue affecting developers using .NET 9 (specifically, System.Text.Json in version 9). Serializing the Docker Engine API payload to JSON could throw a System.InvalidOperationException due to changes in the JSON serializer: testcontainers/Docker.DotNet#7. In addition to updating the Docker.DotNet.Enhanced dependency, this PR removes support for net6.0 and adds the new TFM for net9.0.

Why is it important?

-

Related issues

-

@HofmeisterAn HofmeisterAn added the enhancement New feature or request label Nov 30, 2024
Copy link

netlify bot commented Nov 30, 2024

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit 5529deb
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/674b21728218850008a29f4a
😎 Deploy Preview https://deploy-preview-1311--testcontainers-dotnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@HofmeisterAn HofmeisterAn merged commit 1f78b90 into develop Dec 1, 2024
105 checks passed
@HofmeisterAn HofmeisterAn deleted the feature/bump-docker-dotnet branch December 1, 2024 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant