Skip to content

Commit a6caa57

Browse files
committed
Updating to 2.0.0 Internal.AspNetCore.Sdk
1 parent a641231 commit a6caa57

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,10 +2,11 @@
22
<PropertyGroup>
33
<AspNetCoreVersion>1.2.0-*</AspNetCoreVersion>
44
<CoreFxVersion>4.3.0</CoreFxVersion>
5+
<InternalAspNetCoreSdkVersion>2.0.0-*</InternalAspNetCoreSdkVersion>
56
<MoqVersion>4.7.1</MoqVersion>
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)