developer-portal / content

Content for the Fedora Developer Portal
https://developer.fedoraproject.org/
GNU General Public License v2.0
107 stars 243 forks source link

Update .NET docs for .NET 7 release #471

Closed omajid closed 1 year ago

omajid commented 1 year ago

.NET Core has reached its End of Life. Upstream also did a rename from .NET Core to .NET for the 5.0 release. The only supported versions of .NET are now 6.0 and 7.0.

omajid commented 1 year ago

Is there some way to render this so I can see what the final output looks like (before we merge these changes)?

jackorp commented 1 year ago

Thanks for the PR!

Is there some way to render this so I can see what the final output looks like (before we merge these changes)?

Some preview on-PR is TODO. For now, we have container images, where you can mount the content.

See this section from developer-portal/website's DEVELOPMENT.md.

You can read the full DEVELOPMENT.md for multiple ways to get it up and running. The container with mounting option is path of least resistance IMO as you do not need to interact with the website repository in any way.