diff --git a/Src/PackageGuard.ApiVerificationTests/ApprovedApi/net8.0.verified.txt b/Src/PackageGuard.ApiVerificationTests/ApprovedApi/net8.0.verified.txt index af99461..ba31927 100644 --- a/Src/PackageGuard.ApiVerificationTests/ApprovedApi/net8.0.verified.txt +++ b/Src/PackageGuard.ApiVerificationTests/ApprovedApi/net8.0.verified.txt @@ -60,6 +60,7 @@ public string? License { get; set; } public string? LicenseUrl { get; set; } public string Name { get; set; } + [set: JetBrains.Annotations.UsedImplicitly] public string[] Projects { get; set; } public string? RepositoryUrl { get; set; } public string Source { get; set; } diff --git a/Src/PackageGuard.ApiVerificationTests/PackageGuard.ApiVerificationTests.csproj b/Src/PackageGuard.ApiVerificationTests/PackageGuard.ApiVerificationTests.csproj index 521f4f6..342f438 100644 --- a/Src/PackageGuard.ApiVerificationTests/PackageGuard.ApiVerificationTests.csproj +++ b/Src/PackageGuard.ApiVerificationTests/PackageGuard.ApiVerificationTests.csproj @@ -6,7 +6,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Src/PackageGuard.Core/PackageGuard.Core.csproj b/Src/PackageGuard.Core/PackageGuard.Core.csproj index 52c315e..980d5d5 100644 --- a/Src/PackageGuard.Core/PackageGuard.Core.csproj +++ b/Src/PackageGuard.Core/PackageGuard.Core.csproj @@ -17,7 +17,7 @@ - + @@ -25,7 +25,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Src/PackageGuard.Specs/PackageGuard.Specs.csproj b/Src/PackageGuard.Specs/PackageGuard.Specs.csproj index 26d4ab0..e0a807e 100644 --- a/Src/PackageGuard.Specs/PackageGuard.Specs.csproj +++ b/Src/PackageGuard.Specs/PackageGuard.Specs.csproj @@ -11,15 +11,15 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Src/PackageGuard/PackageGuard.csproj b/Src/PackageGuard/PackageGuard.csproj index 58bf349..de665e0 100644 --- a/Src/PackageGuard/PackageGuard.csproj +++ b/Src/PackageGuard/PackageGuard.csproj @@ -26,13 +26,13 @@ - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -42,7 +42,7 @@ - +