25 строки
824 B
XML
25 строки
824 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project>
|
|
<Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" />
|
|
|
|
<PropertyGroup Condition="'$(CopyrightNetFoundation)' != ''">
|
|
<Copyright>$(CopyrightMicrosoft)</Copyright>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
|
|
<DebugType>embedded</DebugType>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<LangVersion>Latest</LangVersion>
|
|
|
|
<!--
|
|
Tools and packages produced by this repository support infrastructure and are not shipping on NuGet or via any other official channel.
|
|
-->
|
|
<IsShipping>false</IsShipping>
|
|
|
|
<!-- TODO: https://github.com/dotnet/arcade/issues/1373 -->
|
|
<NoWarn>$(NoWarn);NU5125</NoWarn>
|
|
</PropertyGroup>
|
|
</Project>
|