File: WebConfigTemplate.cs | Web Access |
Project: ..\..\..\src\WebSdk\Publish\Tasks\Microsoft.NET.Sdk.Publish.Tasks.csproj (Microsoft.NET.Sdk.Publish.Tasks) |
// 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.Sdk.Publish.Tasks { public static class WebConfigTemplate { public const string Template = @"<configuration><location path=""."" inheritInChildApplications=""false"" /></configuration>"; } } |