Import DotNetPackageVersionPropsPath into the src/IISIntegration build context
This commit is contained in:
parent
71ca1faa6b
commit
43fa1ba365
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue