Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit e1533c2

Browse files
committed
Use 2.0.0 version of Internal.AspNetCore.Sdk
1 parent 5dc4761 commit e1533c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
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
</Project>

build/dependencies.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<AutoMapperVersion>5.0.2</AutoMapperVersion>
77
<CoreFxVersion>4.3.0</CoreFxVersion>
88
<JsonNetVersion>10.0.1</JsonNetVersion>
9+
<InternalAspNetCoreSdkVersion>2.0.0-*</InternalAspNetCoreSdkVersion>
910
<MicrosoftDataflowVersion>4.5.24</MicrosoftDataflowVersion>
1011
<NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion>
1112
<ThreadingDataflowVersion>4.7.0</ThreadingDataflowVersion>

0 commit comments

Comments
 (0)