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