зеркало из https://github.com/dotnet/xdt.git
28 строки
1.3 KiB
XML
28 строки
1.3 KiB
XML
<Project>
|
|
|
|
<Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" />
|
|
|
|
<PropertyGroup>
|
|
<Copyright>$(CopyrightMicrosoft)</Copyright>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<LangVersion>latest</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<Product>Microsoft ASP.NET Core</Product>
|
|
<Authors>Microsoft</Authors>
|
|
<Title>Microsoft Xml Document Transformation</Title>
|
|
<Description>Microsoft Xml Document Transformation (XDT) enables transformig XML files. This is the same technology used to transform web.config files for Visual Studio web projects.</Description>
|
|
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
|
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
|
<PackageProjectUrl>https://github.com/dotnet/xdt</PackageProjectUrl>
|
|
<PackageTags>Microsoft Xdt XmlDocumentTransform XmlTransform</PackageTags>
|
|
<RepositoryUrl>https://github.com/dotnet/xdt</RepositoryUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<!-- Only upgrade NuGetAudit warnings to errors for official builds. -->
|
|
<WarningsNotAsErrors Condition="'$(OfficialBuild)' != 'true'">$(WarningsNotAsErrors);NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|