Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 105422b

Browse files
SpaServices.Extensions will first ship to work with 2.0.0 dependencies
1 parent 3fd1b40 commit 105422b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/Microsoft.AspNetCore.SpaServices.Extensions/Microsoft.AspNetCore.SpaServices.Extensions.csproj

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<ProjectReference Include="..\Microsoft.AspNetCore.SpaServices\Microsoft.AspNetCore.SpaServices.csproj" />
14-
</ItemGroup>
15-
16-
<ItemGroup>
17-
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" />
13+
<!--
14+
Dependencies are currently hard-coded to 2.0.0 because that's what the first shipping
15+
version of Microsoft.AspNetCore.SpaServices.Extensions will have to work with.
16+
Later, all this functionality will get folded into the regular SpaServices package.
17+
-->
18+
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="2.0.0" NoWarn="KRB4002" />
19+
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.0.0" NoWarn="KRB4002" />
1820
</ItemGroup>
1921

2022
</Project>

0 commit comments

Comments
 (0)