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

Commit a0bb843

Browse files
committed
Updating to 2.0.0 Internal.AspNetCore.Sdk
1 parent 2bdbbbf commit a0bb843

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
@@ -2,9 +2,10 @@
22
<PropertyGroup>
33
<AspNetCoreVersion>1.2.0-*</AspNetCoreVersion>
44
<CoreFxVersion>4.3.0</CoreFxVersion>
5+
<InternalAspNetCoreSdkVersion>2.0.0-*</InternalAspNetCoreSdkVersion>
56
<NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion>
67
<RuntimeFrameworkVersion>2.0.0-*</RuntimeFrameworkVersion>
78
<TestSdkVersion>15.0.0</TestSdkVersion>
89
<XunitVersion>2.2.0</XunitVersion>
910
</PropertyGroup>
10-
</Project>
11+
</Project>

0 commit comments

Comments
 (0)