Closed dougbu closed 8 years ago
It looks like we still need: "portable-net45+win8" in the Individual Auth template due to Scaffolding due to Microsoft.Composition, this is needed both in the tool and at the project level.
We also still need all the imports for the BundleMinifier tool as well.
We can remove all the other imports from every other tool.
@Eilon, @DamianEdwards Given this, do we want to keep the portable import at the project level for all templates for consistency.
We have a bug for tracking Microsoft.Composition @pranavkm can you post it here for reference? I believe you filed it.
My guess is that @DamianEdwards / @davidfowl would want to remove all unnecessary imports, but I'm not certain.
Microsoft.Composition work item: https://github.com/dotnet/corefx/issues/6598
N/A for msbuild based projects
The templates still contain
imports
required only for earlier Json.NET releases.@javiercn has cleaned up all of the runtime repos to remove these. But they remain in our templates.
This should be a candidate for the Preview 2 release.