Synchronize templates with new3, add global.json (#5244)
* Synchronize templates with new3, add global.json * Add runtimeconfig.template.json for web Removes global.json write during template creation * Remove global.json check from the test * making templates the same as new3 templates * Fix broken PrivateAssets, content update Sets OutputType as appropriate Alphabetizes package references * Rollback browserlink version to 1.0.0 * Downgrade 1.1.0 of browserlink to 1.0.0 as well * Add newline to the end of the console project
This commit is contained in:
parent
8f3e00f620
commit
ad6fab0a15
93 changed files with 516 additions and 452 deletions
|
@ -93,7 +93,6 @@ A command is running to initially populate your local package cache, to improve
|
|||
"microsoft.netcore.app",
|
||||
"microsoft.aspnetcore.diagnostics",
|
||||
"microsoft.aspnetcore.mvc",
|
||||
"microsoft.aspnetcore.razor.tools",
|
||||
"microsoft.aspnetcore.routing",
|
||||
"microsoft.aspnetcore.server.iisintegration",
|
||||
"microsoft.aspnetcore.server.kestrel",
|
||||
|
@ -104,7 +103,7 @@ A command is running to initially populate your local package cache, to improve
|
|||
"microsoft.extensions.logging.console",
|
||||
"microsoft.extensions.logging.debug",
|
||||
"microsoft.extensions.options.configurationextensions",
|
||||
"microsoft.visualstudio.web.browserlink.loader",
|
||||
"microsoft.visualstudio.web.browserlink",
|
||||
};
|
||||
|
||||
_nugetCacheFolder
|
||||
|
@ -117,7 +116,7 @@ A command is running to initially populate your local package cache, to improve
|
|||
|
||||
_nugetCacheFolder
|
||||
.GetDirectory("microsoft.aspnetcore.mvc")
|
||||
.Should().HaveDirectories(new string[] { "1.0.1", "1.1.0" });
|
||||
.Should().HaveDirectories(new string[] { "1.0.2", "1.1.0" });
|
||||
}
|
||||
|
||||
private string GetDotnetVersion()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue