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

Commit 7298fb2

Browse files
author
Nate McMaster
committed
Downgrade to stable packages
1 parent c5c134b commit 7298fb2

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

build/common.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<Project>
2+
<Import Project="dependencies.props" />
23
<Import Project="..\version.props" />
34

45
<PropertyGroup>
@@ -8,8 +9,6 @@
89
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)Key.snk</AssemblyOriginatorKeyFile>
910
<SignAssembly>true</SignAssembly>
1011
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
11-
<NetCoreAppImplicitPackageVersion>1.2.0-*</NetCoreAppImplicitPackageVersion>
12-
<NetStandardImplicitPackageVersion>1.6.2-*</NetStandardImplicitPackageVersion>
1312
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
1413
</PropertyGroup>
1514

build/dependencies.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<Project>
2+
<PropertyGroup>
3+
<NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion>
4+
<CoreFxVersion>4.3.0</CoreFxVersion>
5+
</PropertyGroup>
6+
</Project>

src/Microsoft.AspNetCore.Server.IISIntegration/Microsoft.AspNetCore.Server.IISIntegration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</ItemGroup>
2323

2424
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
25-
<PackageReference Include="System.Security.Principal.Windows" Version="4.4.0-*" />
25+
<PackageReference Include="System.Security.Principal.Windows" Version="$(CoreFxVersion)" />
2626
</ItemGroup>
2727

2828
</Project>

0 commit comments

Comments
 (0)