зеркало из https://github.com/aspnet/MusicStore.git
Fix build
This commit is contained in:
Родитель
cfd6ec311e
Коммит
a587270b61
|
@ -7,8 +7,10 @@ namespace MusicStore
|
|||
public static void Main(string[] args)
|
||||
{
|
||||
var host = new WebHostBuilder()
|
||||
.UseDefaultHostingConfiguration(args)
|
||||
// We set the server before default args so that command line arguments can override it.
|
||||
// This is used to allow deployers to choose the server for testing.
|
||||
.UseKestrel()
|
||||
.UseDefaultHostingConfiguration(args)
|
||||
.UseIIS()
|
||||
.UseStartup("MusicStore")
|
||||
.Build();
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
"Areas",
|
||||
"Views",
|
||||
"wwwroot",
|
||||
"hosting.json",
|
||||
"config.json"
|
||||
],
|
||||
"dependencies": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче