Skip to content

Commit

Permalink
Update to latest versions of engine api and agent core
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed Oct 10, 2024
1 parent d0d46fd commit ce67907
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/agent-exe/net80-agent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="TestCentric.Agent.Core" Version="2.0.0" />
<PackageReference Include="TestCentric.Engine.Api" Version="2.0.0-dev00014" />
<PackageReference Include="TestCentric.Agent.Core" Version="2.1.0-dev00007" />
<PackageReference Include="TestCentric.Engine.Api" Version="2.0.0-dev00017" />
<PackageReference Include="TestCentric.Extensibility" Version="3.0.0" />
<PackageReference Include="TestCentric.Metadata" Version="3.0.2" />
<PackageReference Include="TestCentric.InternalTrace" Version="1.2.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/launcher/net80-agent-launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="TestCentric.Engine.Api" Version="2.0.0-dev00014" />
<PackageReference Include="TestCentric.Engine.Api" Version="2.0.0-dev00017" />
<PackageReference Include="TestCentric.Extensibility.Api" Version="3.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/tests/net80-agent-launcher.tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ItemGroup>
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnitLite" Version="4.1.0" />
<PackageReference Include="TestCentric.Engine.Api" Version="2.0.0-dev00014" />
<PackageReference Include="TestCentric.Engine.Api" Version="2.0.0-dev00017" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ce67907

Please sign in to comment.