2018-10-22 05:07:26 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project>
|
|
|
|
<Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" />
|
|
|
|
|
2019-02-22 19:40:39 +00:00
|
|
|
<PropertyGroup Condition="'$(CopyrightNetFoundation)' != ''">
|
|
|
|
<Copyright>$(CopyrightNetFoundation)</Copyright>
|
|
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2018-10-22 05:07:26 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
|
|
|
|
<DebugType>embedded</DebugType>
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
2018-10-22 05:22:58 +00:00
|
|
|
<IsShipping>true</IsShipping>
|
2019-10-19 00:12:15 +00:00
|
|
|
<CoreSdkTargetFramework>netcoreapp3.1</CoreSdkTargetFramework>
|
2018-12-04 02:15:31 +00:00
|
|
|
|
2019-06-24 20:24:27 +00:00
|
|
|
<NoWarn>NU5125;NU5105;NU1701</NoWarn>
|
2018-10-22 05:07:26 +00:00
|
|
|
</PropertyGroup>
|
2018-11-09 22:15:41 +00:00
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(DisableSourceLink)' == 'true'">
|
|
|
|
<EnableSourceLink>false</EnableSourceLink>
|
|
|
|
<EnableSourceControlManagerQueries>false</EnableSourceControlManagerQueries>
|
|
|
|
<DeterministicSourcePaths>false</DeterministicSourcePaths>
|
2018-11-23 17:23:38 +00:00
|
|
|
<!-- Normally set by sourcelink, and needed by the Pack targets -->
|
|
|
|
<RepositoryUrl>https://github.com/dotnet/core-sdk</RepositoryUrl>
|
2018-11-09 22:15:41 +00:00
|
|
|
</PropertyGroup>
|
2018-10-22 05:07:26 +00:00
|
|
|
</Project>
|