File: src\Common\Internal\BuildTask.Desktop.cs
Web Access
Project: src\src\Microsoft.DotNet.GenFacades\Microsoft.DotNet.GenFacades.csproj (Microsoft.DotNet.GenFacades)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
namespace Microsoft.Arcade.Common.Desktop
{
    public partial class BuildTask
    {
        static BuildTask()
        {
            AssemblyResolver.Enable();
        }
    }
}