NuKeeperDotNet / NuKeeper

Automagically update nuget packages in .NET projects
Apache License 2.0
540 stars 129 forks source link

Add support for .NET 6 projects with Docker image #1157

Open Doug-Murphy opened 2 years ago

Doug-Murphy commented 2 years ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Feature

:arrow_heading_down: What is the current behavior?

The Docker image does not support .NET 6 projects

:new: What is the new behavior (if this is a feature change)?

The Docker image now supports .NET 6 projects

:boom: Does this PR introduce a breaking change?

No

:bug: Recommendations for testing

  1. Create a .NET 6 C# project with an oudated NuGet package.
  2. Build a Docker image using the new Dockerfile in Docker/SDK6.0
  3. Use the newly built Docker image to update the outdated NuGet package in the .NET 6 C# project created in step 1

:memo: Links to relevant issues/docs

Resolves #1156

:thinking: Checklist before submitting