Introducing a in DependencyVersions to facilitate these updates in the future. Also aligns with master.

This commit is contained in:
Livar Cunha 2017-02-10 15:55:09 -08:00
parent 1d61bf97ed
commit 9f2ca9989c
50 changed files with 58 additions and 50 deletions

View file

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.App">
<Version>1.1.1</Version>
<Version>$(CLI_SharedFrameworkVersion)</Version>
</PackageReference>
<PackageReference Include="dotnet-hello">
<Version>1.0.0</Version>