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

Add support for preview versions of .NET core #525

Open
kvedurmu opened this issue Jun 25, 2021 · 3 comments
Open

Add support for preview versions of .NET core #525

kvedurmu opened this issue Jun 25, 2021 · 3 comments

Comments

@kvedurmu
Copy link
Member

What happened?

Could we look into adding support for preview versions of .NET Core in the buildpack? .NET Core 6 is currently available in preview state (https://dotnet.microsoft.com/download/dotnet/6.0) and will go GA in November 2021. It would be helpful to users if they could use the buildpack to target a preview version of .NET Core so that they have sufficient time to build/test their apps against latest .NET versions.

I'd expect this to be entirely opt-in and users should be able to opt-in by setting prerelease key in their global.json (https://docs.microsoft.com/en-us/dotnet/core/tools/global-json?tabs=netcore3x).

@fg-j
Copy link

fg-j commented Jun 25, 2021

@kvedurmu Transferring this to the language family because this will entail changes to the runtime, ASPNET, and SDK buildpacks.

@fg-j fg-j transferred this issue from paketo-buildpacks/dotnet-core-runtime Jun 25, 2021
@fg-j
Copy link

fg-j commented Dec 20, 2021

We are still investigating the maintenance overhead that would come with supporting preview versions of .NET. More indication of user demand would help signal that we should prioritize this!

@ForestEckhardt
Copy link
Contributor

This could become much easier with the changes that we are making to the dependency management model that we use and could become even more obtainable if we change up our runtime and aspnet dependencies

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

No branches or pull requests

3 participants