Skip to content

Commit

Permalink
chore: 'Fix' test project
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidIQ committed Nov 26, 2024
1 parent 9cbe45d commit d5052de
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions JWLMerge.Tests/JWLMerge.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,6 @@
<Private>True</Private>
</Reference>
</ItemGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('../packages/Microsoft.Testing.Platform.1.4.2/build/net8.0/Microsoft.Testing.Platform.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/Microsoft.Testing.Platform.1.4.2/build/net8.0/Microsoft.Testing.Platform.props'))" />
<Error Condition="!Exists('../packages/Microsoft.Testing.Platform.1.4.3/build/net8.0/Microsoft.Testing.Platform.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/Microsoft.Testing.Platform.1.4.3/build/net8.0/Microsoft.Testing.Platform.props'))" />
<Error Condition="!Exists('../packages/Microsoft.Testing.Extensions.Telemetry.1.4.3/build/net8.0/Microsoft.Testing.Extensions.Telemetry.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/Microsoft.Testing.Extensions.Telemetry.1.4.3/build/net8.0/Microsoft.Testing.Extensions.Telemetry.props'))" />
</Target>
<Import Project="../packages/Microsoft.Testing.Platform.MSBuild.1.4.1/build/net8.0/Microsoft.Testing.Platform.MSBuild.targets" Condition="Exists('../packages/Microsoft.Testing.Platform.MSBuild.1.4.1/build/net8.0/Microsoft.Testing.Platform.MSBuild.targets')" />
<Import Project="../packages/MSTest.TestAdapter.3.6.1/build/net8.0/MSTest.TestAdapter.targets" Condition="Exists('../packages/MSTest.TestAdapter.3.6.1/build/net8.0/MSTest.TestAdapter.targets')" />
<Import Project="../packages/MSTest.TestFramework.3.6.1/build/net8.0/MSTest.TestFramework.targets" Condition="Exists('../packages/MSTest.TestFramework.3.6.1/build/net8.0/MSTest.TestFramework.targets')" />
Expand Down

0 comments on commit d5052de

Please sign in to comment.