Skip to content

Commit

Permalink
update function to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinobrien committed Jun 25, 2024
1 parent 344b52e commit 829305c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LuasAPI.AzureFunction/LuasAPI.AzureFunction.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AzureFunctionsVersion>v3</AzureFunctionsVersion>
<TargetFramework>net8.0</TargetFramework>
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 829305c

Please sign in to comment.