3aa59d98bd
This property was only legitimately by the project which wants to restore `crossgen`. Since that now comes from Microsoft.NETCore.App (i.e. the shared framework) use SharedFrameworkRid instead. I also ensured that we passed UsePortableLinuxSharedFramework to dotnet restore when restoring the tool projects, so we can use the platform specific RID when non portable build.
44 lines
1.9 KiB
XML
44 lines
1.9 KiB
XML
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
|
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
|
|
|
|
<NuGetPackagesDir>$(NUGET_PACKAGES)</NuGetPackagesDir>
|
|
<NuGetPackagesDir Condition=" '$(NuGetPackagesDir)' == '' ">$(RepoRoot)/.nuget/packages</NuGetPackagesDir>
|
|
|
|
<CLIBuildDll>$(RepoRoot)/build_projects/dotnet-cli-build/bin/dotnet-cli-build.dll</CLIBuildDll>
|
|
|
|
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
|
|
<DisableImplicitPackageTargetFallback>true</DisableImplicitPackageTargetFallback>
|
|
|
|
<CliTargetFramework>netcoreapp2.0</CliTargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="build/InitRepo.props" />
|
|
<Import Condition=" '$(GeneratePropsFile)' != 'true' " Project="$(GitCommitInfoProps)" />
|
|
<Import Condition=" '$(GeneratePropsFile)' != 'true' " Project="$(HostInfoProps)" />
|
|
<Import Condition=" '$(GeneratePropsFile)' != 'true' " Project="$(BuildInfoProps)" />
|
|
|
|
<Import Project="build/BranchInfo.props" />
|
|
|
|
<Import Project="build/BundledTools.props" />
|
|
<Import Project="build/BundledSdks.props" />
|
|
<Import Project="build/BundledTemplates.props" />
|
|
<Import Project="build/DependencyVersions.props" />
|
|
<Import Project="build/Version.props" />
|
|
<Import Project="build/Branding.props" />
|
|
|
|
<Import Project="build/FileExtensions.props" />
|
|
<Import Project="build/InputDirectories.props" />
|
|
<Import Project="build/MSBuildExtensions.props" />
|
|
<Import Project="build/OutputDirectories.props" />
|
|
<Import Project="build/BuildDefaults.props" />
|
|
<Import Project="build/Stage0.props" />
|
|
<Import Project="build/VersionBadge.props" />
|
|
<Import Project="build/BundledRuntimes.props" />
|
|
<Import Project="build/CrossGen.props" />
|
|
<Import Project="build/BackwardsCompatibilityRuntimes.props" />
|
|
|
|
<Import Project="build/AzureInfo.props" />
|
|
<Import Project="build/InstallerInfo.props" />
|
|
</Project>
|