-
Notifications
You must be signed in to change notification settings - Fork 51
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 template support for .NET Core 1.1 #635
Comments
The 1.1 support is already present in the deployment side. I am going to be working on adding support for the extension. |
The extension support for deploying ASP.NET Core 1.1 apps is being tracked on #646 |
Thinking about moving this to early Q3, do you think you can get to this in the next week? |
I do not. I have not investigated what is required. |
Moving to Q3. |
In VS 2017, changing the framework to .NET Core 1.1 is a simple matter of going to project properties and selecting 1.1 from a dropdown. When creating the project I can update the framework to the latest version, but I am not sure that is worth anything. Code for this change is available at ILMTitan/set-template-framework-latest I also could add a pop-up to ask which framework version to use, but I don't think that provides any benefit above the project properties. |
I am going to enable the code to set the framework to the latest version. Reopening to track that. |
Fixed in PR #792. |
Ivan is working on getting CloudBuilder support for .NET Core 1.1. The templates should be updated to also support that.
The text was updated successfully, but these errors were encountered: