In this OOB-release branch, make SpaServices.Extensions depend on the existing published SpaServices v2.0.1

This commit is contained in:
Steve Sanderson
2017-11-16 10:12:38 +00:00
parent 685f7da091
commit 064f43ab26
2 changed files with 5 additions and 1 deletions

View File

@@ -6,7 +6,10 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Microsoft.AspNetCore.SpaServices\Microsoft.AspNetCore.SpaServices.csproj" />
<!-- In the rel/2.0.1-extensions branch, we use a PackageReference here even though the SpaServices source
is in the same repo, because SpaServices.Extensions will ship OOB and must depend on the existing
published 2.0.1 version of SpaServices -->
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="$(MicrosoftAspNetCoreSpaServicesPackageVersion)" />
</ItemGroup>
<ItemGroup>