Skip to content

Commit

Permalink
🛠️ backend/api/api.csproj -> Updated target framework to net8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davisdre committed Jan 2, 2025
1 parent cec1aae commit f59bf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/api.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit f59bf6e

Please sign in to comment.