File: Task\ValidateAssembliesTargetIntegrationTests.cs
Web Access
Project: ..\..\..\test\Microsoft.DotNet.ApiCompat.IntegrationTests\Microsoft.DotNet.ApiCompat.IntegrationTests.csproj (Microsoft.DotNet.ApiCompat.IntegrationTests)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
namespace Microsoft.DotNet.ApiCompat.Task.IntegrationTests
{
    public class ValidateAssembliesTargetIntegrationTests : SdkTest
    {
        public ValidateAssembliesTargetIntegrationTests(ITestOutputHelper log) : base(log)
        {
        }
    }
}