Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Mar 7, 2024
1 parent 98a5221 commit 063dc40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Analyzers\HotChocolate.Fusion.Analyzers.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
<ProjectReference Include="..\..\src\Composition.Analyzers\HotChocolate.Fusion.Composition.Analyzers.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
<ProjectReference Include="..\..\src\Composition\HotChocolate.Fusion.Composition.csproj" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static void Foo(string[] args)
.WithEnvironment("Identity__Url", identityHttpsEndpoint);


// builder.Build().Compose().Run();
builder.Build().Compose().Run();
}
}

0 comments on commit 063dc40

Please sign in to comment.