Fix update-dependencies by using the correct TFM.

stage0 comes with 2.1 runtime now, so need to use netcoreapp2.1.
This commit is contained in:
Eric Erhardt 2017-09-06 19:55:13 -05:00
parent 0491fd3826
commit a36d67fe07

View file

@ -4,7 +4,7 @@
<PropertyGroup> <PropertyGroup>
<Description>Updates the repos dependencies</Description> <Description>Updates the repos dependencies</Description>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework> <TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>