<?xml version="1.0" encoding="utf-8"?> <Project> <Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" /> <PropertyGroup Condition="'$(CopyrightNetFoundation)' != ''"> <Copyright>$(CopyrightNetFoundation)</Copyright> <PackageLicenseExpression>MIT</PackageLicenseExpression> </PropertyGroup> <PropertyGroup> <TreatWarningsAsErrors>True</TreatWarningsAsErrors> <DebugType>embedded</DebugType> <DebugSymbols>true</DebugSymbols> <IsShipping>true</IsShipping> <CoreSdkTargetFramework>netcoreapp3.0</CoreSdkTargetFramework> <ArtifactsShippingSymbolsDir>$(ArtifactsDir)symbols\$(Configuration)\Shipping</ArtifactsShippingSymbolsDir> <NoWarn>NU5125;NU5105</NoWarn> </PropertyGroup> <PropertyGroup Condition="'$(DisableSourceLink)' == 'true'"> <EnableSourceLink>false</EnableSourceLink> <EnableSourceControlManagerQueries>false</EnableSourceControlManagerQueries> <DeterministicSourcePaths>false</DeterministicSourcePaths> <!-- Normally set by sourcelink, and needed by the Pack targets --> <RepositoryUrl>https://github.com/dotnet/core-sdk</RepositoryUrl> </PropertyGroup> </Project>