Skip to content

Commit 69e6dca

Browse files
committed
Add Extension Properties
1 parent 526f346 commit 69e6dca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/net80-launcher/Net80AgentLauncher.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
namespace TestCentric.Engine.Services
1717
{
1818
[Extension(Description = "Pluggable agent for running tests under .NET 8.0", EngineVersion = "2.0.0")]
19+
[ExtensionProperty("AgentType", "LocalProcess")]
20+
[ExtensionProperty("TargetFramework", ".NETCoreApp,Version=8.0")]
1921
public class Net80AgentLauncher : IAgentLauncher
2022
{
2123
private string AGENT_NAME = "testcentric-net80-agent.dll";

0 commit comments

Comments
 (0)