dependencies.temp.props 594 B

123456789101112
  1. <!--
  2. This file is temporary until aspnet/Diagnostics and StaticFiles are merged into this repo.
  3. This is required to provide dependencies for samples and tests.
  4. -->
  5. <Project>
  6. <ItemGroup>
  7. <LatestPackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="2.2.0" />
  8. <LatestPackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="2.2.0" />
  9. <LatestPackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" />
  10. <LatestPackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />
  11. </ItemGroup>
  12. </Project>