-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add .NET 6 minimal API example #139
Conversation
Argh, I don't think circleCI has an up to date .NET image :(
Since it relies on visual studio-based images rather than just pulling in the .NET docker image, it might be more complicated to support .NET 6 in this repo |
@cartermp maybe we need a custom docker image? https://circleci.com/docs/2.0/custom-images/ |
Marking this PR as stale because it has been open 30 days with no activity. Please add a comment if this PR is still relevant; otherwise this PR will be automatically closed in 7 days. |
will probably do this later, circle is still taking their time |
whelp https://discuss.circleci.com/t/cant-see-to-find-an-orb-with-support-for-dotnet-6/42652/4 Looks like Circle still haven't updated any orbs to support .NET 6, the LTS that's been out since November 2021. Contemplating using the workaround posted in the form like there so we have samples using the LTS release when we go GA. |
Fixes #134