Skip to content

Commit b57a033

Browse files
Update eng/packages/http-client-csharp/generator/Azure.Generator/src/Primitives/NewAzureProjectScaffolding.cs
a minor change. Co-authored-by: Dapeng Zhang <ufo54153@gmail.com>
1 parent 6f64ef4 commit b57a033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/packages/http-client-csharp/generator/Azure.Generator/src/Primitives/NewAzureProjectScaffolding.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ protected override string GetSourceProjectFileContent()
4040
builder.PackageReferences.Add(packages);
4141
}
4242

43-
foreach (var compileInclude in BuildCompileIncludes())
43+
foreach (var compileInclude in CompileIncludes)
4444
{
4545
builder.CompileIncludes.Add(compileInclude);
4646
}

0 commit comments

Comments
 (0)