From 0e12bd2b71c4ee77a97b554ab99a84d85de66b8a Mon Sep 17 00:00:00 2001 From: Erik Ejlskov Jensen Date: Mon, 30 Sep 2024 11:10:57 +0200 Subject: [PATCH] fix up --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 11faaa94..8f299163 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,7 @@ You should now have a project file with the following contents: ``` -Then run a `dotnet build` and you'll find a .dacpac file with the same name as your project file in the `bin\Debug\netstandard2.1 -` folder. If you want to change the name of the `.dacpac` file you can set the `` property in your project file to something else. +Then run a `dotnet build` and you'll find a .dacpac file with the same name as your project file in the `bin\Debug\netstandard2.1` folder. If you want to change the name of the `.dacpac` file you can set the `` property in your project file to something else. > Note: For PackageReferences this SDK currently assumes that the `.dacpac` file has the same name as the package. If you plan to create a NuGet package out of your project (see [below](#packaging-support)) then make sure that `` matches the ID of your package.