Skip to content

Support csproj files for identifying .NET Core projects #11842

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

Closed
omajid opened this issue Nov 8, 2016 · 2 comments
Closed

Support csproj files for identifying .NET Core projects #11842

omajid opened this issue Nov 8, 2016 · 2 comments

Comments

@omajid
Copy link

omajid commented Nov 8, 2016

(This is a heads up for something that will become an issue in the future)

OpenShift supports .NET Core images and relies on project.json files to identify a project as .NET. An upcoming version of .NET Core will switch from using project.json files to ${PROJECT_NAME}.csproj files: .NET Core Tooling. This change is being added to Visual Studio right now and will be added to .NET Core in a later release (possibly in a couple of months).

OpenShift will need to update the detection routines to pick up these csproj files to identify a .NET Core project in addition to project.json files.

@jerboaa
Copy link

jerboaa commented Nov 9, 2016

@bparees A heads-up for you so you can plan accordingly.

@bparees
Copy link
Contributor

bparees commented Nov 9, 2016

@jim-minter maybe while you're doing the updates for jenkinsfile support, you can go ahead and add this to the .net detection logic.

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

No branches or pull requests

5 participants