d1772f6ed4
* Migrate: auto-injected dependencies should overwrite existing dependency version if present * WIP adding new mstest templates * Auto-inject mstest dependencies when testrunner is set to mstest * WIP trying to get new web test to work * Get dotnet new -t Web test to pass * Remove whitespace and accidentally added (redundant) tests * Shorten test method name
11 lines
No EOL
557 B
XML
11 lines
No EOL
557 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
|
|
<clear />
|
|
<add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" />
|
|
<add key="aspnet101" value="https://www.myget.org/F/aspnet101/api/v3/index.json" />
|
|
<add key="dotnet-web" value="https://dotnet.myget.org/F/dotnet-web/api/v3/index.json" />
|
|
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
</packageSources>
|
|
</configuration> |