2016-12-20 16:38:04 -08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-05-11 10:15:05 -05:00
|
|
|
|
<Import Project="..\..\build\DependencyVersions.props" />
|
2016-12-02 09:34:03 -08:00
|
|
|
|
|
2016-11-15 16:12:19 -10:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Description>Updates the repos dependencies</Description>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2017-09-06 19:55:13 -05:00
|
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
2017-12-11 14:45:06 -08:00
|
|
|
|
<RestoreSources>
|
|
|
|
|
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
|
|
|
|
|
https://api.nuget.org/v3/index.json;
|
|
|
|
|
</RestoreSources>
|
2016-11-15 16:12:19 -10:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2017-03-03 11:37:25 -06:00
|
|
|
|
<PackageReference Include="Microsoft.DotNet.VersionTools" Version="$(VersionToolsVersion)" />
|
2016-11-15 16:12:19 -10:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|