Browse Source

update devspaces.support to .NET 7

pull/2012/head
Tarun Jain 2 years ago
parent
commit
892da8b2c2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/BuildingBlocks/Devspaces.Support/Devspaces.Support.csproj

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

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />


Loading…
Cancel
Save