From 6cacfb2ad5ff70f05b6533f326c256ffbfe1572b Mon Sep 17 00:00:00 2001 From: Anthony Simmon Date: Mon, 4 Mar 2024 14:32:51 -0500 Subject: [PATCH] Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 74e9584..231518f 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ This package provides a set of **programming standards for .NET projects**, incl During development, the package will provide warnings :warning: when standards are not met. For a production build (`Release` configuration), these warnings will be treated as errors :x: and will make the build fail. +> [!WARNING] +> This package only works with [SDK-style projects](https://learn.microsoft.com/en-us/dotnet/core/project-sdk/overview). Older ASP.NET projects (non-Core) are not supported. The same applies to older desktop applications unless they have migrated to the new `Microsoft.NET.Sdk.WindowsDesktop` SDK. + ## Getting started Install the NuGet package in your project: