File: Properties\AssemblyInfo.cs | Web Access |
Project: src\src\Hosting\WindowsServices\test\Microsoft.AspNetCore.Hosting.WindowsServices.Tests.csproj (Microsoft.AspNetCore.Hosting.WindowsServices.Tests) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.InternalTesting; [assembly: OSSkipCondition(OperatingSystems.MacOSX)] [assembly: OSSkipCondition(OperatingSystems.Linux)] |