2016-12-20 16:38:04 -08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-12-02 09:34:03 -08:00
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
|
|
|
|
|
2016-11-15 16:12:19 -10:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Description>Updates the repos dependencies</Description>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2017-02-09 16:25:48 -06:00
|
|
|
|
<TargetFramework>netcoreapp1.0</TargetFramework>
|
2016-11-15 16:12:19 -10:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2016-12-29 15:54:28 -08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\src\Microsoft.DotNet.Cli.Utils\Microsoft.DotNet.Cli.Utils.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2016-11-15 16:12:19 -10:00
|
|
|
|
<ItemGroup>
|
2017-02-09 16:25:48 -06:00
|
|
|
|
<PackageReference Include="Microsoft.NETCore.App" Version="1.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.DotNet.VersionTools" Version="1.0.27-prerelease-01308-02" />
|
2016-11-15 16:12:19 -10:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|