Skip to content

Commit 0947905

Browse files
committed
Fix duplicate references
1 parent 18fee0b commit 0947905

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/DataCollectors/Microsoft.TestPlatform.Extensions.EventLogCollector.UnitTests/Microsoft.TestPlatform.Extensions.EventLogCollector.UnitTests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
<ItemGroup>
2222
<ProjectReference Include="..\..\..\src\DataCollectors\Microsoft.TestPlatform.Extensions.EventLogCollector\Microsoft.TestPlatform.Extensions.EventLogCollector.csproj" SetTargetFramework="TargetFramework=$(NetFrameworkRunnerTargetFramework)" />
23-
<PackageReference Include="MSTest.TestFramework" Version="$(MSTestTestFrameworkVersion)" />
2423
</ItemGroup>
2524

2625
<!-- We build this only for net48, and it fails to skip this on Linux in Aracade otherwise. -->

test/SettingsMigrator.UnitTests/SettingsMigrator.UnitTests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
<ItemGroup>
1717
<ProjectReference Include="..\..\src\SettingsMigrator\SettingsMigrator.csproj" />
18-
<PackageReference Include="MSTest.TestFramework" Version="$(MSTestTestFrameworkVersion)" />
1918
</ItemGroup>
2019

2120
<ItemGroup>

0 commit comments

Comments
 (0)