Skip to content

Commit

Permalink
Use 2.0.0 Internal.AspNetCore.Sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Mar 29, 2017
1 parent f9a7ec4 commit 01b631c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
<EmbeddedResource Include="**\*.rd.xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Internal.AspNetCore.Sdk" Version="1.0.1-*">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="Internal.AspNetCore.Sdk" Version="$(InternalAspNetCoreSdkVersion)" PrivateAssets="All" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' And '$(OutputType)' == 'library' And '$(DisableImplicitFrameworkReferences)' != 'true'">
<PackageReference Include="NETStandard.Library" Version="$(NetStandardImplicitPackageVersion)" />
Expand Down
1 change: 1 addition & 0 deletions build/dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<DependencyModelVersion>1.1.0</DependencyModelVersion>
<EF6Version>6.1.3</EF6Version>
<ImmutableCollectionsVersion>1.3.1</ImmutableCollectionsVersion>
<InternalAspNetCoreSdkVersion>2.0.0-*</InternalAspNetCoreSdkVersion>
<JsonNetVersion>10.0.1</JsonNetVersion>
<MoqVersion>4.6.38-alpha</MoqVersion>
<NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion>
Expand Down

0 comments on commit 01b631c

Please sign in to comment.