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

Commit

Permalink
SpaServices.Extensions will first ship to work with 2.0.0 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSandersonMS committed Oct 23, 2017
1 parent 3fd1b40 commit 105422b
Showing 1 changed file with 7 additions and 5 deletions.
Expand Up @@ -10,11 +10,13 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Microsoft.AspNetCore.SpaServices\Microsoft.AspNetCore.SpaServices.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" />
<!--
Dependencies are currently hard-coded to 2.0.0 because that's what the first shipping
version of Microsoft.AspNetCore.SpaServices.Extensions will have to work with.
Later, all this functionality will get folded into the regular SpaServices package.
-->
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="2.0.0" NoWarn="KRB4002" />
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.0.0" NoWarn="KRB4002" />
</ItemGroup>

</Project>

0 comments on commit 105422b

Please sign in to comment.