mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
In this OOB-release branch, make SpaServices.Extensions depend on the existing published SpaServices v2.0.1
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user