Updating DependencyModel to 1.0.2

This commit is contained in:
Livar Cunha 2017-02-17 00:29:17 -08:00
parent 3eafd9de02
commit 1c409befbe
6 changed files with 8 additions and 5 deletions

View file

@ -1,4 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
<VersionPrefix>1.0.0-rc</VersionPrefix>
<TargetFramework>netcoreapp1.0</TargetFramework>
@ -18,7 +20,7 @@
<Version>1.0.4</Version>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.DependencyModel">
<Version>1.1.0</Version>
<Version>$(DependencyModelVersion)</Version>
</PackageReference>
</ItemGroup>