137 строки
7.2 KiB
XML
137 строки
7.2 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>
|
|
<CoreFxCurrentRef>d8dfa04df19f4d6b489c7351e6ba4a56556bfd77</CoreFxCurrentRef>
|
|
<CoreClrCurrentRef>d8dfa04df19f4d6b489c7351e6ba4a56556bfd77</CoreClrCurrentRef>
|
|
<StandardCurrentRef>6298244e25cf84d91e3cda9627315f2425274624</StandardCurrentRef>
|
|
<WCFCurrentRef>2bcbcd5a4badc3f558be7e7a4b227aa3e1a8b783</WCFCurrentRef>
|
|
<BuildToolsCurrentRef>2bcbcd5a4badc3f558be7e7a4b227aa3e1a8b783</BuildToolsCurrentRef>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview1-25913-03</MicrosoftNETCorePlatformsPackageVersion>
|
|
<MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-preview1-25913-03</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
|
|
<MicrosoftPrivateCoreFxUAPPackageVersion>4.6.0-preview1-25913-03</MicrosoftPrivateCoreFxUAPPackageVersion>
|
|
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview1-25914-01</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
|
|
<NETStandardLibraryPackageVersion>2.0.1</NETStandardLibraryPackageVersion>
|
|
<MicrosoftNetNativeCompilerPackageVersion>2.0.0-preview-25429-00</MicrosoftNetNativeCompilerPackageVersion>
|
|
<MicrosoftDiaSymReaderNativePackageVersion>1.4.1</MicrosoftDiaSymReaderNativePackageVersion>
|
|
<SystemServiceModelDuplexPackageVersion>4.5.0-preview2-25912-01</SystemServiceModelDuplexPackageVersion>
|
|
<SystemServiceModelHttpPackageVersion>$(SystemServiceModelDuplexPackageVersion)</SystemServiceModelHttpPackageVersion>
|
|
<SystemServiceModelNetTcpPackageVersion>$(SystemServiceModelDuplexPackageVersion)</SystemServiceModelNetTcpPackageVersion>
|
|
<SystemServiceModelPrimitivesPackageVersion>$(SystemServiceModelDuplexPackageVersion)</SystemServiceModelPrimitivesPackageVersion>
|
|
<SystemServiceModelSecurityPackageVersion>$(SystemServiceModelDuplexPackageVersion)</SystemServiceModelSecurityPackageVersion>
|
|
</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>
|
|
<MicrosoftBuildPackageVersion>15.1.1012</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>1.0.0-prerelease-02213-01</FeedTasksPackageVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<RemoteDependencyBuildInfo Include="CoreFx">
|
|
<BuildInfoPath>$(BaseDotNetBuildInfo)corefx/$(DependencyBranch)</BuildInfoPath>
|
|
<CurrentRef>$(CoreFxCurrentRef)</CurrentRef>
|
|
</RemoteDependencyBuildInfo>
|
|
<RemoteDependencyBuildInfo Include="CoreClr">
|
|
<BuildInfoPath>$(BaseDotNetBuildInfo)coreclr/$(DependencyBranch)</BuildInfoPath>
|
|
<CurrentRef>$(CoreClrCurrentRef)</CurrentRef>
|
|
</RemoteDependencyBuildInfo>
|
|
<RemoteDependencyBuildInfo Include="Standard">
|
|
<BuildInfoPath>$(BaseDotNetBuildInfo)standard/release/2.0.0</BuildInfoPath>
|
|
<CurrentRef>$(StandardCurrentRef)</CurrentRef>
|
|
</RemoteDependencyBuildInfo>
|
|
<RemoteDependencyBuildInfo Include="WCF">
|
|
<BuildInfoPath>$(BaseDotNetBuildInfo)wcf/$(DependencyBranch)</BuildInfoPath>
|
|
<CurrentRef>$(WCFCurrentRef)</CurrentRef>
|
|
</RemoteDependencyBuildInfo>
|
|
<RemoteDependencyBuildInfo Include="BuildTools">
|
|
<BuildInfoPath>$(BaseDotNetBuildInfo)buildtools/$(DependencyBranch)</BuildInfoPath>
|
|
<CurrentRef>$(BuildToolsCurrentRef)</CurrentRef>
|
|
</RemoteDependencyBuildInfo>
|
|
|
|
<DependencyBuildInfo Include="@(RemoteDependencyBuildInfo)">
|
|
<RawVersionsBaseUrl>https://raw.githubusercontent.com/dotnet/versions</RawVersionsBaseUrl>
|
|
</DependencyBuildInfo>
|
|
|
|
<XmlUpdateStep Include="CoreFx">
|
|
<Path>$(MSBuildThisFileFullPath)</Path>
|
|
<ElementName>MicrosoftPrivateCoreFxNETCoreAppPackageVersion</ElementName>
|
|
<PackageId>Microsoft.Private.CoreFx.NETCoreApp</PackageId>
|
|
</XmlUpdateStep>
|
|
<XmlUpdateStep Include="CoreFx">
|
|
<Path>$(MSBuildThisFileFullPath)</Path>
|
|
<ElementName>MicrosoftPrivateCoreFxUAPPackageVersion</ElementName>
|
|
<PackageId>Microsoft.Private.CoreFx.UAP</PackageId>
|
|
</XmlUpdateStep>
|
|
<XmlUpdateStep Include="CoreFx">
|
|
<Path>$(MSBuildThisFileFullPath)</Path>
|
|
<ElementName>MicrosoftNETCorePlatformsPackageVersion</ElementName>
|
|
<PackageId>Microsoft.NETCore.Platforms</PackageId>
|
|
</XmlUpdateStep>
|
|
<XmlUpdateStep Include="CoreClr">
|
|
<Path>$(MSBuildThisFileFullPath)</Path>
|
|
<ElementName>MicrosoftNETCoreRuntimeCoreCLRPackageVersion</ElementName>
|
|
<PackageId>Microsoft.NETCore.Runtime.CoreCLR</PackageId>
|
|
</XmlUpdateStep>
|
|
<XmlUpdateStep Include="Standard">
|
|
<Path>$(MSBuildThisFileFullPath)</Path>
|
|
<ElementName>NETStandardLibraryPackageVersion</ElementName>
|
|
<PackageId>NETStandard.Library</PackageId>
|
|
</XmlUpdateStep>
|
|
<XmlUpdateStep Include="WCF">
|
|
<Path>$(MSBuildThisFileFullPath)</Path>
|
|
<ElementName>SystemServiceModelDuplexPackageVersion</ElementName>
|
|
<PackageId>System.ServiceModel.Duplex</PackageId>
|
|
</XmlUpdateStep>
|
|
<XmlUpdateStep Include="BuildTools">
|
|
<Path>$(MSBuildThisFileFullPath)</Path>
|
|
<ElementName>FeedTasksPackageVersion</ElementName>
|
|
<PackageId>$(FeedTasksPackage)</PackageId>
|
|
</XmlUpdateStep>
|
|
<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>
|