-
Notifications
You must be signed in to change notification settings - Fork 94
/
Copy pathMicrosoft.ComponentDetection.Detectors.csproj
39 lines (34 loc) · 1.73 KB
/
Microsoft.ComponentDetection.Detectors.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="DotNet.Glob" />
<PackageReference Include="Microsoft.Extensions.Logging" />
<PackageReference Include="morelinq" />
<PackageReference Include="NuGet.ProjectModel" />
<PackageReference Include="NuGet.Versioning" />
<PackageReference Include="Polly" />
<PackageReference Include="SemanticVersioning" />
<PackageReference Include="yamldotnet" />
<PackageReference Include="Microsoft.Build.Framework" ExcludeAssets="Runtime" PrivateAssets="All" />
<PackageReference Include="Microsoft.Build.Locator" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" />
<PackageReference Include="MSBuild.StructuredLogger" />
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="System.Reactive" />
<PackageReference Include="System.Threading.Tasks.Dataflow" />
<PackageReference Include="Tomlyn.Signed" />
<PackageReference Include="Valleysoft.DockerfileModel" />
<!-- Fix alerts -->
<PackageReference Include="System.Formats.Asn1" />
</ItemGroup>
<ItemGroup Label="Package References">
<ProjectReference Include="..\Microsoft.ComponentDetection.Common\Microsoft.ComponentDetection.Common.csproj" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="ivy\Resources\build.xml">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="ivy\Resources\java-src\IvyComponentDetectionAntTask.java">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</EmbeddedResource>
</ItemGroup>
</Project>