12 lines
532 B
XML
12 lines
532 B
XML
<!--
|
|
This file is temporary until aspnet/StaticFiles are merged into this repo.
|
|
This is required to provide dependencies for samples and tests.
|
|
-->
|
|
<Project>
|
|
<ItemGroup>
|
|
<LatestPackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="3.0.0-preview-18571-0010" />
|
|
<LatestPackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="3.0.0-preview-18571-0010" />
|
|
<LatestPackageReference Include="Microsoft.AspNetCore.Routing" Version="3.0.0-preview-18571-0010" />
|
|
</ItemGroup>
|
|
</Project>
|