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

Commit ae7ae65

Browse files
Revert "SpaServices.Extensions will first ship to work with 2.0.0 dependencies" because it breaks the build. Will need to find a different way to enforce this.
This reverts commit 105422b.
1 parent 105422b commit ae7ae65

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

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

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

1212
<ItemGroup>
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" />
13+
<ProjectReference Include="..\Microsoft.AspNetCore.SpaServices\Microsoft.AspNetCore.SpaServices.csproj" />
14+
</ItemGroup>
15+
16+
<ItemGroup>
17+
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" />
2018
</ItemGroup>
2119

2220
</Project>

0 commit comments

Comments
 (0)