26 lines
1 KiB
XML
26 lines
1 KiB
XML
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="build/Microsoft.DotNet.Cli.DependencyVersions.props" />
|
|
|
|
<!-- NuGet Information -->
|
|
<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>
|
|
|
|
<VersionMajor>2</VersionMajor>
|
|
<VersionMinor>0</VersionMinor>
|
|
<VersionPatch>0</VersionPatch>
|
|
<ReleaseSuffix>alpha</ReleaseSuffix>
|
|
<Channel>master</Channel>
|
|
<BranchName>master</BranchName>
|
|
<CliVersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)-$(ReleaseSuffix)</CliVersionPrefix>
|
|
|
|
<CliTargetFramework>netcoreapp2.0</CliTargetFramework>
|
|
|
|
</PropertyGroup>
|
|
</Project>
|