Updating to 2.0.0 Internal.AspNetCore.Sdk

This commit is contained in:
Pranav K 2017-03-29 11:30:36 -07:00
parent 0b5113c76e
commit e7f563843c
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Internal.AspNetCore.Sdk" Version="1.0.1-*" PrivateAssets="All" />
<PackageReference Include="Internal.AspNetCore.Sdk" Version="$(InternalAspNetCoreSdkVersion)" PrivateAssets="All" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFrameworkIdentifier)'=='.NETFramework' AND '$(OutputType)'=='library'">

View File

@ -2,6 +2,7 @@
<PropertyGroup>
<AspNetCoreVersion>1.2.0-*</AspNetCoreVersion>
<CoreFxVersion>4.3.0</CoreFxVersion>
<InternalAspNetCoreSdkVersion>2.0.0-*</InternalAspNetCoreSdkVersion>
<JsonNetVersion>10.0.1</JsonNetVersion>
<MoqVersion>4.7.1</MoqVersion>
<NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion>
@ -12,4 +13,4 @@
<XunitVersion>2.2.0</XunitVersion>
<DependencyModelVersion>1.1.0</DependencyModelVersion>
</PropertyGroup>
</Project>
</Project>