Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit f73dc5c

Browse files
committed
Updating to 2.0.0 Internal.AspNetCore.Sdk
1 parent 4d5f726 commit f73dc5c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Internal.AspNetCore.Sdk" Version="1.0.1-*" PrivateAssets="All" />
16+
<PackageReference Include="Internal.AspNetCore.Sdk" Version="$(InternalAspNetCoreSdkVersion)" PrivateAssets="All" />
1717
</ItemGroup>
1818

1919
<ItemGroup Condition="'$(TargetFrameworkIdentifier)'=='.NETFramework' AND '$(OutputType)'=='library'">

build/dependencies.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
<AspNetCoreVersion>1.2.0-*</AspNetCoreVersion>
44
<AspNetCoreLabsVersion>0.3.0-*</AspNetCoreLabsVersion>
55
<CoreFxVersion>4.3.0</CoreFxVersion>
6+
<InternalAspNetCoreSdkVersion>2.0.0-*</InternalAspNetCoreSdkVersion>
67
<NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion>
78
<RuntimeFrameworkVersion>2.0.0-*</RuntimeFrameworkVersion>
89
<TestSdkVersion>15.0.0</TestSdkVersion>
910
<XunitVersion>2.2.0</XunitVersion>
1011
</PropertyGroup>
11-
</Project>
12+
</Project>

0 commit comments

Comments
 (0)