79 строки
3.7 KiB
XML
79 строки
3.7 KiB
XML
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
|
|
|
|
<!-- For detailed explanation of the reference versions see:
|
|
|
|
https://github.com/dotnet/buildtools/blob/master/Documentation/project-nuget-dependencies.md
|
|
https://github.com/dotnet/buildtools/blob/master/Documentation/annotated-dependency-props.md
|
|
|
|
These ref versions are pulled from https://github.com/dotnet/versions.
|
|
-->
|
|
<PropertyGroup>
|
|
<BuildToolsCurrentRef>f31086500dc58cefe7b1275300f6fc07b38c1bcc</BuildToolsCurrentRef>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<MicrosoftDiaSymReaderNativePackageVersion>1.7.0</MicrosoftDiaSymReaderNativePackageVersion>
|
|
<MicrosoftTargetingPackPrivateWinRTPackageVersion>1.0.5</MicrosoftTargetingPackPrivateWinRTPackageVersion>
|
|
</PropertyGroup>
|
|
|
|
<!-- Package dependency verification/auto-upgrade configuration. -->
|
|
<PropertyGroup>
|
|
<BaseDotNetBuildInfo>build-info/dotnet/</BaseDotNetBuildInfo>
|
|
<DependencyBranch>master</DependencyBranch>
|
|
<CurrentRefXmlPath>$(MSBuildThisFileFullPath)</CurrentRefXmlPath>
|
|
</PropertyGroup>
|
|
|
|
<!-- infrastructure and test only dependencies -->
|
|
<PropertyGroup>
|
|
<NugetProjectModelPackageVersion>4.3.0-preview2-4095</NugetProjectModelPackageVersion>
|
|
<MicrosoftBuildPackageVersion>15.7.0-preview-000143</MicrosoftBuildPackageVersion>
|
|
<MicrosoftBuildFrameworkPackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildFrameworkPackageVersion>
|
|
<MicrosoftBuildTasksCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildTasksCorePackageVersion>
|
|
<MicrosoftBuildUtilitiesCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildUtilitiesCorePackageVersion>
|
|
<MicrosoftDotNetPlatformAbstractionsPackageVersion>1.1.1</MicrosoftDotNetPlatformAbstractionsPackageVersion>
|
|
</PropertyGroup>
|
|
|
|
<!-- Package versions used as toolsets -->
|
|
<PropertyGroup>
|
|
<FeedTasksPackage>Microsoft.DotNet.Build.Tasks.Feed</FeedTasksPackage>
|
|
<FeedTasksPackageVersion>2.2.0-beta.18578.9</FeedTasksPackageVersion>
|
|
</PropertyGroup>
|
|
|
|
<!-- Publish symbol build task package -->
|
|
<PropertyGroup>
|
|
<PublishSymbolsPackage>Microsoft.SymbolUploader.Build.Task</PublishSymbolsPackage>
|
|
<PublishSymbolsPackageVersion>1.0.0-beta-63604-05</PublishSymbolsPackageVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<RemoteDependencyBuildInfo Include="BuildTools">
|
|
<BuildInfoPath>$(BaseDotNetBuildInfo)buildtools/$(DependencyBranch)</BuildInfoPath>
|
|
<CurrentRef>$(BuildToolsCurrentRef)</CurrentRef>
|
|
</RemoteDependencyBuildInfo>
|
|
|
|
<DependencyBuildInfo Include="@(RemoteDependencyBuildInfo)">
|
|
<RawVersionsBaseUrl>https://raw.githubusercontent.com/dotnet/versions</RawVersionsBaseUrl>
|
|
</DependencyBuildInfo>
|
|
|
|
<UpdateStep Include="BuildTools">
|
|
<UpdaterType>File</UpdaterType>
|
|
<Path>$(RepoRoot)BuildToolsVersion.txt</Path>
|
|
<PackageId>Microsoft.DotNet.BuildTools</PackageId>
|
|
</UpdateStep>
|
|
</ItemGroup>
|
|
|
|
<!-- Override isolated build dependency versions with versions from Repo API. -->
|
|
<Import Project="$(DotNetPackageVersionPropsPath)"
|
|
Condition="'$(DotNetPackageVersionPropsPath)' != ''" />
|
|
|
|
<!--
|
|
Map PackageVersion properties that don't match the Repo API naming conventions. This must be
|
|
defined after the DotNetPackageVersionPropsPath Import so overrides apply correctly.
|
|
-->
|
|
<PropertyGroup>
|
|
<!-- Backward compatibility for BuildTools usage. -->
|
|
<PlatformPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion)</PlatformPackageVersion>
|
|
</PropertyGroup>
|
|
</Project>
|