Import DotNetPackageVersionPropsPath into the src/IISIntegration build context

This commit is contained in:
Nate McMaster 2018-11-20 12:10:44 -08:00
parent 71ca1faa6b
commit 43fa1ba365
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
<Import Project="$(DotNetPackageVersionPropsPath)" Condition=" '$(DotNetPackageVersionPropsPath)' != '' " />
<PropertyGroup Label="Package Versions: Pinned">
<!-- The AspNetCoreModule package versions are pinned to an older version for forwards and backwards compatibility tests. -->
<MicrosoftAspNetCoreAspNetCoreModuleStablePackageVersion>2.2.0-preview3-35497</MicrosoftAspNetCoreAspNetCoreModuleStablePackageVersion>