Merge branch 'rel/2.0.0-preview1' into dev
This commit is contained in:
commit
7617839715
|
|
@ -164,7 +164,7 @@ namespace Microsoft.AspNetCore
|
||||||
var appAssembly = Assembly.Load(new AssemblyName(env.ApplicationName));
|
var appAssembly = Assembly.Load(new AssemblyName(env.ApplicationName));
|
||||||
if (appAssembly != null)
|
if (appAssembly != null)
|
||||||
{
|
{
|
||||||
config.AddUserSecrets(appAssembly);
|
config.AddUserSecrets(appAssembly, optional: true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue