test: exclude `Microsoft.NET.Test.Sdk` from `Microsoft.ComponentDetection.TestsUtilities` project (#321)

This commit is contained in:
Jamie Magee 2022-10-21 09:52:16 -07:00 коммит произвёл GitHub
Родитель 700256654a
Коммит 37d48290e8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
6 изменённых файлов: 18 добавлений и 11 удалений

Просмотреть файл

@ -2,12 +2,7 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))"/>
<PropertyGroup Label="Build">
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
</PropertyGroup>
<ItemGroup Label="Package References">
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
<PackageReference Include="MSTest.TestAdapter"/>
<PackageReference Include="MSTest.TestFramework"/>
<PackageReference Include="Moq"/>

Просмотреть файл

@ -1,7 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\Microsoft.ComponentDetection.TestsUtilities\Microsoft.ComponentDetection.TestsUtilities.csproj"/>
</ItemGroup>
<ItemGroup Label="Package References">
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
</ItemGroup>
</Project>

Просмотреть файл

@ -4,7 +4,8 @@
<ProjectReference Include="..\..\src\Microsoft.ComponentDetection.Contracts\Microsoft.ComponentDetection.Contracts.csproj"/>
</ItemGroup>
<ItemGroup>
<ItemGroup Label="Package References">
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
<PackageReference Include="System.Reactive"/>
<PackageReference Include="packageurl-dotnet"/>
</ItemGroup>

Просмотреть файл

@ -4,7 +4,8 @@
<ProjectReference Include="..\Microsoft.ComponentDetection.TestsUtilities\Microsoft.ComponentDetection.TestsUtilities.csproj" />
</ItemGroup>
<ItemGroup>
<ItemGroup Label="Package References">
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
<PackageReference Include="NuGet.Versioning" />
<PackageReference Include="System.Reactive" />
<PackageReference Include="packageurl-dotnet" />

Просмотреть файл

@ -5,4 +5,8 @@
<ProjectReference Include="..\Microsoft.ComponentDetection.TestsUtilities\Microsoft.ComponentDetection.TestsUtilities.csproj"/>
</ItemGroup>
<ItemGroup Label="Package References">
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
</ItemGroup>
</Project>

Просмотреть файл

@ -1,10 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Label="Build">
<IsPackable>true</IsPackable>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\src\Microsoft.ComponentDetection.Detectors\Microsoft.ComponentDetection.Detectors.csproj"/>
<PackageReference Include="System.Reactive"/>
</ItemGroup>
<PropertyGroup>
<IsPackable>true</IsPackable>
</PropertyGroup>
</Project>