Skip to content

Commit

Permalink
Remove the target framework 6.0 from AzureFunctionsTest.csproj since …
Browse files Browse the repository at this point in the history
…it doesn't support building for multiple targets
  • Loading branch information
claudiamurialdo committed Oct 18, 2023
1 parent 1844f8b commit 9a05bd5
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>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<TargetFramework>net8.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit 9a05bd5

Please sign in to comment.