Skip to content

Commit ca9c191

Browse files
authored
Merge pull request #124451 from s-bauer/patch-1
Capitalization matters
2 parents 6534c7a + ba09595 commit ca9c191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-dotnet-class-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following is an example of a minimal `project` file with these changes:
5050
<Project Sdk="Microsoft.NET.Sdk">
5151
<PropertyGroup>
5252
<TargetFramework>net8.0</TargetFramework>
53-
<AzureFunctionsVersion>V4</AzureFunctionsVersion>
53+
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
5454
</PropertyGroup>
5555
<ItemGroup>
5656
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.4.0" />

0 commit comments

Comments
 (0)