aspnetcore/src/Microsoft.Extensions.Projec.../Internal/DotNetCoreSdk.cs

11 lines
361 B
C#

// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace Microsoft.Extensions.ProjectModel.Internal
{
internal class DotNetCoreSdk
{
public string BasePath { get; set; }
public string Version { get; set; }
}
}