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 1212 <MicrosoftAspNetCoreMvcViewFeaturesPackageVersion >2.0.1</MicrosoftAspNetCoreMvcViewFeaturesPackageVersion >
1313 <MicrosoftAspNetCoreServerIISIntegrationPackageVersion >2.0.1</MicrosoftAspNetCoreServerIISIntegrationPackageVersion >
1414 <MicrosoftAspNetCoreServerKestrelPackageVersion >2.0.1</MicrosoftAspNetCoreServerKestrelPackageVersion >
15+ <MicrosoftAspNetCoreSpaServicesPackageVersion >2.0.1</MicrosoftAspNetCoreSpaServicesPackageVersion >
1516 <MicrosoftAspNetCoreStaticFilesPackageVersion >2.0.1</MicrosoftAspNetCoreStaticFilesPackageVersion >
1617 <MicrosoftAspNetCoreWebSocketsPackageVersion >2.0.1</MicrosoftAspNetCoreWebSocketsPackageVersion >
1718 <MicrosoftExtensionsDependencyInjectionPackageVersion >2.0.0</MicrosoftExtensionsDependencyInjectionPackageVersion >
Original file line number Diff line number Diff line change 66 </PropertyGroup >
77
88 <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)" />
1013 </ItemGroup >
1114
1215 <ItemGroup >
You can’t perform that action at this time.
0 commit comments