This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
update devspaces.support to .NET 7
pull/2012/head
Tarun Jain
2 years ago
parent
3a03508f8a
commit
892da8b2c2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>net
6
.0</TargetFramework>
<TargetFramework>net
7
.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
Write
Preview
Loading…
Cancel
Save