Merge branch 'rel/2.0.0-preview1' into dev

This commit is contained in:
Nate McMaster 2017-04-27 12:23:20 -07:00
commit 7617839715
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ namespace Microsoft.AspNetCore
var appAssembly = Assembly.Load(new AssemblyName(env.ApplicationName));
if (appAssembly != null)
{
config.AddUserSecrets(appAssembly);
config.AddUserSecrets(appAssembly, optional: true);
}
}