You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
Issue here is how the precompilation package is structured and the relation to the cli package store. Working on a fix and assuming this is preview2 (will send emails).
- By default the netcoreapp2.0 runtime targets wil not be chosen. This is intended to ensure runtime targets do not fallback to net461 when targeting netcoreapp2.0.
#142
- By default the netcoreapp2.0 runtime targets wil not be chosen. This is intended to ensure runtime targets do not fallback to net461 when targeting netcoreapp2.0.
#142
This looks to be due to how the default templates utilize the ViewCompilation package. This does work for desktop framework however.
The text was updated successfully, but these errors were encountered: