Merge pull request #7604 from eerhardt/FixUpdateDependencies
Fix update-dependencies by using the correct TFM.
This commit is contained in:
commit
14b70b9e5e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<PropertyGroup>
|
||||
<Description>Updates the repos dependencies</Description>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Reference in a new issue