From 708cb7d98f1b7e392f774ab8899170d7abb6983d Mon Sep 17 00:00:00 2001 From: Erik Ejlskov Jensen Date: Tue, 28 Jan 2025 15:17:42 +0100 Subject: [PATCH] Use latest rules packages, which have links to rule documentation in build warnings (#696) --- README.md | 8 ++++---- .../templates/sqlproj/sqlproj.csproj | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 387c353e..60832996 100644 --- a/README.md +++ b/README.md @@ -56,11 +56,11 @@ You should now have a project file with the following contents: - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -615,11 +615,11 @@ We know of the following public rules NuGet packages, that you can add to your p ```xml - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/MSBuild.Sdk.SqlProj.Templates/templates/sqlproj/sqlproj.csproj b/src/MSBuild.Sdk.SqlProj.Templates/templates/sqlproj/sqlproj.csproj index 816779f7..13238f1f 100644 --- a/src/MSBuild.Sdk.SqlProj.Templates/templates/sqlproj/sqlproj.csproj +++ b/src/MSBuild.Sdk.SqlProj.Templates/templates/sqlproj/sqlproj.csproj @@ -9,11 +9,11 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive