Update Microsoft.NETCore.App to 1.0.3.

This commit is contained in:
Eric Erhardt 2017-01-04 18:17:25 -06:00
parent 05b448944c
commit a80e8fa636
110 changed files with 118 additions and 118 deletions

View file

@ -9,7 +9,7 @@
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">
<PackageReference Include="Microsoft.NETCore.App">
<Version>1.0.1</Version>
<Version>1.0.3</Version>
</PackageReference>
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net451'" >