2016-12-21 00:38:04 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-12-02 17:34:03 +00:00
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
|
|
|
|
|
2016-11-16 02:12:19 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Description>Updates the repos dependencies</Description>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2017-03-23 20:18:22 +00:00
|
|
|
|
<TargetFramework>$(CliTargetFramework)</TargetFramework>
|
2017-04-21 18:04:19 +00:00
|
|
|
|
<DisableImplicitFrameworkReferences>false</DisableImplicitFrameworkReferences>
|
2016-11-16 02:12:19 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2016-12-29 23:54:28 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\src\Microsoft.DotNet.Cli.Utils\Microsoft.DotNet.Cli.Utils.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2016-11-16 02:12:19 +00:00
|
|
|
|
<ItemGroup>
|
2017-03-03 17:37:25 +00:00
|
|
|
|
<PackageReference Include="Microsoft.DotNet.VersionTools" Version="$(VersionToolsVersion)" />
|
2016-11-16 02:12:19 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|