Changing the Sdk.Web version to match the current SDK version so that we can update them together. Also added the dotnet-web to the migrated tests.

This commit is contained in:
Livar Cunha 2016-10-30 21:32:11 -07:00
parent 9e88b811a0
commit c3b57f2e72
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,6 @@
{
internal class ConstantPackageVersions
{
public const string WebSdkPackageVersion = "1.0.0-alpha-20161027-4-91";
public const string WebSdkPackageVersion = "1.0.0-alpha-20161026-2";
}
}

View file

@ -5,6 +5,7 @@
<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>