Skip to content

Commit fd912c5

Browse files
StevenTCrameropencode
andcommitted
fix: remove Mediator references from dev-cli
The dev-cli was referencing Mediator packages that were removed from the central package management. The Nuru Endpoint DSL doesn't require Mediator - it uses its own source generator. 🤖 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode <noreply@opencode.ai>
1 parent 63133fc commit fd912c5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tools/dev-cli/Directory.Build.props

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@
5858
<!-- Package references -->
5959
<PackageReference Include="TimeWarp.Amuru" />
6060
<PackageReference Include="TimeWarp.Nuru" />
61-
<PackageReference Include="Mediator.Abstractions" />
62-
<PackageReference Include="Mediator.SourceGenerator">
63-
<PrivateAssets>all</PrivateAssets>
64-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
65-
</PackageReference>
6661
</ItemGroup>
6762

6863
</Project>

0 commit comments

Comments
 (0)