Skip to content

Commit

Permalink
build[Functions]: Make ResponseStreaming test target .NET 6
Browse files Browse the repository at this point in the history
This will be upgraded to .NET 8 in #2729 but there are still some documentation aspects that need to be cleared out before that can be merged.

And this sample has been failing since we updated CI to support .NET 6 and .NET 8 only.
  • Loading branch information
amanda-tarafa committed Jul 22, 2024
1 parent 793fd50 commit a4c1ee4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit a4c1ee4

Please sign in to comment.