diff --git a/Build/_build.csproj b/Build/_build.csproj index a5e2725..2efc072 100644 --- a/Build/_build.csproj +++ b/Build/_build.csproj @@ -18,7 +18,7 @@ - + diff --git a/Src/PackageGuard.Core/PackageGuard.Core.csproj b/Src/PackageGuard.Core/PackageGuard.Core.csproj index f10036d..337ebc1 100644 --- a/Src/PackageGuard.Core/PackageGuard.Core.csproj +++ b/Src/PackageGuard.Core/PackageGuard.Core.csproj @@ -16,11 +16,11 @@ - + - + diff --git a/Src/PackageGuard.Specs/CSharp/NuGetPackageAnalyzerSpecs.cs b/Src/PackageGuard.Specs/CSharp/NuGetPackageAnalyzerSpecs.cs index ef5bbe3..f1cdb9b 100644 --- a/Src/PackageGuard.Specs/CSharp/NuGetPackageAnalyzerSpecs.cs +++ b/Src/PackageGuard.Specs/CSharp/NuGetPackageAnalyzerSpecs.cs @@ -59,7 +59,7 @@ public async Task Can_prefer_repository_metadata_over_project_url() var packages = new PackageInfoCollection(nullLogger); // Act - await analyzer.CollectPackageMetadata(ChainablePath.Current.Parent.Parent, "FluentAssertions", NuGetVersion.Parse("8.8.0"), + await analyzer.CollectPackageMetadata(ChainablePath.Current.Parent.Parent, "FluentAssertions", NuGetVersion.Parse("8.9.0"), packages); // Assert diff --git a/Src/PackageGuard.Specs/PackageGuard.Specs.csproj b/Src/PackageGuard.Specs/PackageGuard.Specs.csproj index 6f54d19..5bd2586 100644 --- a/Src/PackageGuard.Specs/PackageGuard.Specs.csproj +++ b/Src/PackageGuard.Specs/PackageGuard.Specs.csproj @@ -10,14 +10,14 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + all diff --git a/Src/PackageGuard/PackageGuard.csproj b/Src/PackageGuard/PackageGuard.csproj index eae0fc0..cae1f64 100644 --- a/Src/PackageGuard/PackageGuard.csproj +++ b/Src/PackageGuard/PackageGuard.csproj @@ -25,13 +25,13 @@ - + - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive