2016-10-28 17:22:58 -07:00
|
|
|
// Copyright (c) .NET Foundation and contributors. All rights reserved.
|
|
|
|
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
|
|
|
|
|
|
|
namespace Microsoft.DotNet.ProjectJsonMigration
|
|
|
|
{
|
|
|
|
internal class ConstantPackageVersions
|
|
|
|
{
|
2016-12-28 21:26:31 -08:00
|
|
|
public const string AspNetToolsVersion = "1.0.0-msbuild3-final";
|
2017-01-07 01:04:00 +05:30
|
|
|
public const string TestSdkPackageVersion = "15.0.0-preview-20170106-08";
|
2016-11-08 23:05:43 +05:30
|
|
|
public const string XUnitPackageVersion = "2.2.0-beta4-build3444";
|
|
|
|
public const string XUnitRunnerPackageVersion = "2.2.0-beta4-build1194";
|
2016-12-28 21:26:31 -08:00
|
|
|
public const string MstestTestAdapterVersion = "1.1.8-rc";
|
|
|
|
public const string MstestTestFrameworkVersion = "1.0.8-rc";
|
2016-11-03 19:55:52 -07:00
|
|
|
public const string BundleMinifierToolVersion = "2.2.301";
|
2016-12-28 21:26:31 -08:00
|
|
|
public const string WebSdkPackageVersion = "1.0.0-alpha-20161205-1-154" ;
|
2016-10-28 17:22:58 -07:00
|
|
|
}
|
|
|
|
}
|