We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
project.json is deprecated and SDK style projects are supported in .NET Standard, .NET Core and .NET Framework projects.
project.json
SDK style projects also provide
*.csproj
PackageReference
This could make it easier for developers external to Kentico to contribute to this repository.
Convert all the .csproj files in this repo to SDK project syntax
.csproj
There are tools to help with this conversion https://github.com/hvanbakel/CsprojToVs2017 And Nate McMaster blogged about the process https://natemcmaster.com/blog/2017/03/09/vs2015-to-vs2017-upgrade/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Motivation
project.json
is deprecated and SDK style projects are supported in .NET Standard, .NET Core and .NET Framework projects.SDK style projects also provide
*.csproj
files in VS (no need to unload, fewer merge conflicts through file globbing)PackageReference
Nuget package manifest syntax (the recommended approach going forward)This could make it easier for developers external to Kentico to contribute to this repository.
Proposed solution
Convert all the
.csproj
files in this repo to SDK project syntaxAdditional context
There are tools to help with this conversion
https://github.com/hvanbakel/CsprojToVs2017
And Nate McMaster blogged about the process
https://natemcmaster.com/blog/2017/03/09/vs2015-to-vs2017-upgrade/
The text was updated successfully, but these errors were encountered: