Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Doug-Murphy
Copy link

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

Feature

⤵️ What is the current behavior?

The Docker image does not support .NET 6 projects

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

The Docker image now supports .NET 6 projects

💥 Does this PR introduce a breaking change?

No

🐛 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

📝 Links to relevant issues/docs

Resolves #1156

🤔 Checklist before submitting

  • All projects build
  • Relevant documentation was updated

Doug Murphy added 4 commits November 17, 2021 10:41
* Open to the maintainers determining what culture to provide if ignoring CA1305 is unacceptable.
* Full information on CA1305 available at https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1305
(cherry picked from commit cdabba8)
@@ -0,0 +1,5 @@
FROM mcr.microsoft.com/dotnet/sdk:6.0-focal
ARG NUKEEPER_VERSION=0.35.0
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like this would warrant a 0.36.0 bump if this PR gets merged. But not sure on all the interconnecting pieces.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker image doesn't support .NET 6
1 participant