-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathCycloneDX.Spdx.Interop.csproj
More file actions
23 lines (19 loc) · 879 Bytes
/
CycloneDX.Spdx.Interop.csproj
File metadata and controls
23 lines (19 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Product>CycloneDX.Spdx.Interop</Product>
<Description>A .NET Standard library for CycloneDX and SPDX inter-op.</Description>
<PackageId>CycloneDX.Spdx.Interop</PackageId>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\CycloneDX.Core\CycloneDX.Core.csproj" />
<ProjectReference Include="..\CycloneDX.Spdx\CycloneDX.Spdx.csproj" />
<ProjectReference Include="..\CycloneDX.Utils\CycloneDX.Utils.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.103">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
</Project>