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-11-03 11:46:43 -07:00
|
|
|
public const string AspNetToolsVersion = "1.0.0-msbuild1-final";
|
2016-11-01 12:10:51 -10:00
|
|
|
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";
|
2016-11-02 08:49:45 -10:00
|
|
|
public const string MstestTestAdapterVersion = "1.1.3-preview";
|
|
|
|
public const string MstestTestFrameworkVersion = "1.0.4-preview";
|
2016-11-03 19:55:52 -07:00
|
|
|
public const string BundleMinifierToolVersion = "2.2.301";
|
2016-10-28 17:22:58 -07:00
|
|
|
}
|
|
|
|
}
|