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