Merge pull request #7604 from eerhardt/FixUpdateDependencies

Fix update-dependencies by using the correct TFM.
This commit is contained in:
Eric Erhardt 2017-09-06 20:33:12 -05:00 committed by GitHub
commit 14b70b9e5e

View file

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