This repository was archived by the owner on Nov 1, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
src/Microsoft.AspNetCore.Server.IISIntegration Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11<Project >
2+ <Import Project =" dependencies.props" />
23 <Import Project =" ..\version.props" />
34
45 <PropertyGroup >
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
Original file line number Diff line number Diff line change 1+ <Project >
2+ <PropertyGroup >
3+ <NetStandardImplicitPackageVersion >1.6.1</NetStandardImplicitPackageVersion >
4+ <CoreFxVersion >4.3.0</CoreFxVersion >
5+ </PropertyGroup >
6+ </Project >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments