Skip to content

Commit 1773338

Browse files
authored
Fixed comment guideline while using NugetPackages. (Azure#603)
1 parent c37b287 commit 1773338

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

samples/Microsoft.Azure.Functions.Worker.Extensions.OpenApi.FunctionApp.OutOfProc/Microsoft.Azure.Functions.Worker.Extensions.OpenApi.FunctionApp.OutOfProc.csproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@
2424
<ItemGroup>
2525
<ProjectReference Include="..\..\src\Microsoft.Azure.Functions.Worker.Extensions.OpenApi\Microsoft.Azure.Functions.Worker.Extensions.OpenApi.csproj" />
2626
<ProjectReference Include="..\Microsoft.Azure.Functions.Worker.Extensions.OpenApi.FunctionApp.OutOfProc.Ping\Microsoft.Azure.Functions.Worker.Extensions.OpenApi.FunctionApp.OutOfProc.Ping.csproj" />
27-
<ProjectReference Include="..\Microsoft.Azure.WebJobs.Extensions.OpenApi.FunctionApp.Models\Microsoft.Azure.WebJobs.Extensions.OpenApi.FunctionApp.Models.csproj" />
2827
</ItemGroup>
2928
<!-- Comment this block if you want to use NuGet package from https://nuget.org -->
3029

30+
<ItemGroup>
31+
<ProjectReference Include="..\Microsoft.Azure.WebJobs.Extensions.OpenApi.FunctionApp.Models\Microsoft.Azure.WebJobs.Extensions.OpenApi.FunctionApp.Models.csproj" />
32+
</ItemGroup>
3133
<ItemGroup>
3234
<None Update="host.json">
3335
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

samples/Microsoft.Azure.WebJobs.Extensions.OpenApi.FunctionApp.InProc/Microsoft.Azure.WebJobs.Extensions.OpenApi.FunctionApp.InProc.csproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@
2222
<!-- Comment this block if you want to use NuGet package from https://nuget.org -->
2323
<ItemGroup>
2424
<ProjectReference Include="..\..\src\Microsoft.Azure.WebJobs.Extensions.OpenApi\Microsoft.Azure.WebJobs.Extensions.OpenApi.csproj" />
25-
<ProjectReference Include="..\Microsoft.Azure.WebJobs.Extensions.OpenApi.FunctionApp.Models\Microsoft.Azure.WebJobs.Extensions.OpenApi.FunctionApp.Models.csproj" />
2625
</ItemGroup>
2726
<!-- Comment this block if you want to use NuGet package from https://nuget.org -->
2827

28+
<ItemGroup>
29+
<ProjectReference Include="..\Microsoft.Azure.WebJobs.Extensions.OpenApi.FunctionApp.Models\Microsoft.Azure.WebJobs.Extensions.OpenApi.FunctionApp.Models.csproj" />
30+
</ItemGroup>
2931
<ItemGroup>
3032
<None Update="host.json">
3133
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

0 commit comments

Comments
 (0)