Skip to content

Commit bcf16ee

Browse files
Merge pull request #257936 from mattchenderson/patch-10
fixing xml in sample
2 parents f1bbd42 + f6e1ef8 commit bcf16ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions-dotnet-migrate-project-v4-isolated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following changes are required in the `.csproj` XML project file:
2626
<FrameworkReference Include="Microsoft.AspNetCore.App" />
2727
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.19.0" />
2828
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.15.1" />
29-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="1.0.0" >
29+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="1.0.0" />
3030
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.21.0" />
3131
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="1.0.0" />
3232
```

0 commit comments

Comments
 (0)