File: Constants.cs | Web Access |
Project: ..\..\..\src\Tasks\Microsoft.NET.Build.Tasks.UnitTests\Microsoft.NET.Build.Tasks.UnitTests.csproj (Microsoft.NET.Build.Tasks.UnitTests) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.NET.Build.Tasks.UnitTests { internal static class Constants { public const string DefaultPlatformLibrary = "Microsoft.NETCore.App"; } } |