Change ASP.NET tool version to reflect project format.
This commit is contained in:
parent
d1772f6ed4
commit
07c2e0ced0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ namespace Microsoft.DotNet.ProjectJsonMigration
|
|||
{
|
||||
internal class ConstantPackageVersions
|
||||
{
|
||||
public const string AspNetToolsVersion = "1.0.0-rc1-final";
|
||||
public const string AspNetToolsVersion = "1.0.0-msbuild1-final";
|
||||
public const string TestSdkPackageVersion = "15.0.0-preview-20161024-02";
|
||||
public const string XUnitPackageVersion = "2.2.0-beta3-build3402";
|
||||
public const string XUnitRunnerPackageVersion = "2.2.0-beta4-build1188";
|
||||
|
|
Loading…
Reference in a new issue