- <!--
- 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="2.2.0" />
- <LatestPackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="2.2.0" />
- <LatestPackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" />
- <LatestPackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />
- </ItemGroup>
- </Project>
|