Skip to content

Commit

Permalink
chore: remove unused project reference in test project
Browse files Browse the repository at this point in the history
Removed reference to ConfigureApplication.csproj from Tests.TaskRunJobs.csproj as it is no longer needed.
  • Loading branch information
montyclt committed Jan 20, 2025
1 parent 0783fd7 commit edb0f9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Tests.TaskRunJobs/Tests.TaskRunJobs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<Import Project="../MSBuild/Test.props"/>

<ItemGroup Label="Project references">
<ProjectReference Include="..\ConfigureApplication\ConfigureApplication.csproj" />
<ProjectReference Include="..\ContractImplementations.MicrosoftLogging\ContractImplementations.MicrosoftLogging.csproj" />
<ProjectReference Include="..\ContractImplementations.TaskRunJobs\ContractImplementations.TaskRunJobs.csproj" />
<ProjectReference Include="..\Foundation\Foundation.csproj" />
Expand Down

0 comments on commit edb0f9e

Please sign in to comment.