Skip to content

Commit be8e55b

Browse files
Merge pull request #239 from LokeshBaskar/main
Updated Framework for Azure Function V1 Sample
2 parents 715f271 + a2e0997 commit be8e55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Word-to-Image-conversion/Convert-Word-to-image/Azure/Azure_Functions/Azure_Functions_v1/Convert-Word-Document-to-Image/Convert-Word-Document-to-Image.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net46</TargetFramework>
3+
<TargetFramework>net48</TargetFramework>
44
<AzureFunctionsVersion>v1</AzureFunctionsVersion>
55
</PropertyGroup>
66
<ItemGroup>

0 commit comments

Comments
 (0)