File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/Microsoft.AspNetCore.SpaServices.Extensions Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 12
12
<MicrosoftAspNetCoreMvcViewFeaturesPackageVersion >2.0.1</MicrosoftAspNetCoreMvcViewFeaturesPackageVersion >
13
13
<MicrosoftAspNetCoreServerIISIntegrationPackageVersion >2.0.1</MicrosoftAspNetCoreServerIISIntegrationPackageVersion >
14
14
<MicrosoftAspNetCoreServerKestrelPackageVersion >2.0.1</MicrosoftAspNetCoreServerKestrelPackageVersion >
15
+ <MicrosoftAspNetCoreSpaServicesPackageVersion >2.0.1</MicrosoftAspNetCoreSpaServicesPackageVersion >
15
16
<MicrosoftAspNetCoreStaticFilesPackageVersion >2.0.1</MicrosoftAspNetCoreStaticFilesPackageVersion >
16
17
<MicrosoftAspNetCoreWebSocketsPackageVersion >2.0.1</MicrosoftAspNetCoreWebSocketsPackageVersion >
17
18
<MicrosoftExtensionsDependencyInjectionPackageVersion >2.0.0</MicrosoftExtensionsDependencyInjectionPackageVersion >
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <ProjectReference Include =" ..\Microsoft.AspNetCore.SpaServices\Microsoft.AspNetCore.SpaServices.csproj" />
9
+ <!-- In the rel/2.0.1-extensions branch, we use a PackageReference here even though the SpaServices source
10
+ is in the same repo, because SpaServices.Extensions will ship OOB and must depend on the existing
11
+ published 2.0.1 version of SpaServices -->
12
+ <PackageReference Include =" Microsoft.AspNetCore.SpaServices" Version =" $(MicrosoftAspNetCoreSpaServicesPackageVersion)" />
10
13
</ItemGroup >
11
14
12
15
<ItemGroup >
You can’t perform that action at this time.
0 commit comments