Browse Source

Updated dependent packages for Devspaces.Support.csproj

pull/1770/head
Sumit Ghosh 3 years ago
parent
commit
02382a6997
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/BuildingBlocks/Devspaces.Support/Devspaces.Support.csproj

+ 2
- 2
src/BuildingBlocks/Devspaces.Support/Devspaces.Support.csproj View File

@ -5,7 +5,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" /> <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0-preview.7.21377.19" />
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0-preview.7.21377.19" />
</ItemGroup> </ItemGroup>
</Project> </Project>

Loading…
Cancel
Save