Replacing hard coded references to shared framework version.

This commit is contained in:
Livar Cunha 2017-03-06 21:25:42 -08:00
parent 2048940760
commit ab28591c10
44 changed files with 122 additions and 44 deletions

View file

@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeFrameworkVersion>2.0.0-beta-001509-00</RuntimeFrameworkVersion>
<RuntimeFrameworkVersion>$(CLI_SharedFrameworkVersion)</RuntimeFrameworkVersion>
</PropertyGroup>
<ItemGroup>