From fd09a2fbfee5cef18ee28eaa6477937b2475dbd5 Mon Sep 17 00:00:00 2001 From: Mark Cilia Vincenti Date: Sat, 15 Nov 2025 15:15:21 +0100 Subject: [PATCH] Clean unneeded dependency that was giving a warning. --- Directory.Packages.props | 3 +-- src/LinkDotNet.Blog.Web/LinkDotNet.Blog.Web.csproj | 1 - .../LinkDotNet.Blog.IntegrationTests.csproj | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 0ad50c80..755c2d8f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -29,7 +29,6 @@ - @@ -58,4 +57,4 @@ - \ No newline at end of file + diff --git a/src/LinkDotNet.Blog.Web/LinkDotNet.Blog.Web.csproj b/src/LinkDotNet.Blog.Web/LinkDotNet.Blog.Web.csproj index 5cbf0174..df51c1e0 100644 --- a/src/LinkDotNet.Blog.Web/LinkDotNet.Blog.Web.csproj +++ b/src/LinkDotNet.Blog.Web/LinkDotNet.Blog.Web.csproj @@ -18,7 +18,6 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - diff --git a/tests/LinkDotNet.Blog.IntegrationTests/LinkDotNet.Blog.IntegrationTests.csproj b/tests/LinkDotNet.Blog.IntegrationTests/LinkDotNet.Blog.IntegrationTests.csproj index ecc3a43e..70e23b43 100644 --- a/tests/LinkDotNet.Blog.IntegrationTests/LinkDotNet.Blog.IntegrationTests.csproj +++ b/tests/LinkDotNet.Blog.IntegrationTests/LinkDotNet.Blog.IntegrationTests.csproj @@ -10,7 +10,6 @@ -