This repository was archived by the owner on Dec 18, 2018. It is now read-only.
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
Configuration.Json not parsing values from config when targeting coreclr #201
Closed
Description
Using DNX version 1.0.0-beta4, Visual Studio 2015 RC
To reproduce:
- Create a new vNext web site using the web site template.
- In Project properties use specific DNX version and change the platform to .NET Core.
When you run the application the site's title is no longer parsed from config.json. Changing the platform back to .NET Framework get's the site title correctly parsed from config.json again.