File: src\Common\Internal\BuildTask.Desktop.cs | Web Access |
Project: src\src\Microsoft.DotNet.Build.Tasks.Packaging\src\Microsoft.DotNet.Build.Tasks.Packaging.csproj (Microsoft.DotNet.Build.Tasks.Packaging) |
// 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(); } } } |