mirror of
https://github.com/DuendeSoftware/products
synced 2026-05-24 01:18:22 +00:00
8 lines
228 B
C#
8 lines
228 B
C#
|
|
// Copyright (c) Duende Software. All rights reserved.
|
||
|
|
// See LICENSE in the project root for license information.
|
||
|
|
|
||
|
|
using Duende.Cli.PluginAbstractions;
|
||
|
|
using Duende.Cli.TestPlugin;
|
||
|
|
|
||
|
|
[assembly: CliPlugin(typeof(TestCliPlugin))]
|