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

Move aspnetcore samples to modern .NET 6-style apps #271

Merged
merged 1 commit into from
Sep 23, 2022

Conversation

cartermp
Copy link
Member

Doesn't fix anything, but it's sure to be a thing we'll need to have examples for soon, and it's what all the templates spit out these days.

This is soooorrrttaaa a prerequisite for #267 as well:

  • We want to update all the getting started paths in docs
  • The best way to get started with a web app in .NET today is using .NET 6 stuff that's all documented and in templates
  • Complexifying the starting path with different flavors of .NET, different flavors of ASP.NET Core, etc. is not good
  • ...and so unifying on .NET 6 for this is fine

To that end, the docs themselves will likely need to also have a few more updates to make sure these flavors of .NET have proper config, but that'd be orthogonal to this work.

@cartermp cartermp requested review from a team and robbkidd September 23, 2022 06:21
@MikeGoldsmith MikeGoldsmith merged commit 82ad9ce into main Sep 23, 2022
@MikeGoldsmith MikeGoldsmith deleted the cartermp/examples-net6-minimal branch September 23, 2022 10:38
@MikeGoldsmith MikeGoldsmith added type: documentation Improvements or additions to documentation version: no bump A PR with maintenance or doc changes that aren't included in a release. labels Sep 23, 2022
@MikeGoldsmith MikeGoldsmith added this to the GA Release milestone Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation Improvements or additions to documentation version: no bump A PR with maintenance or doc changes that aren't included in a release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants