From 884657440f3979c7eef6ea62f9544d830b3de060 Mon Sep 17 00:00:00 2001 From: Gwenael Fillon Date: Mon, 2 May 2022 20:54:00 +0200 Subject: [PATCH] correct package --- docs/Package/PACKAGING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Package/PACKAGING.md b/docs/Package/PACKAGING.md index ad64e9b..c2aaf32 100644 --- a/docs/Package/PACKAGING.md +++ b/docs/Package/PACKAGING.md @@ -34,6 +34,7 @@ has_children: true ``` dotnet add $ProjectFile package BIA.Net.Core.$layerPackage -v 3.5.* ``` +- In Visual Studio select the local - Start the script **...\BIADemo\DotNet\Switch-To-Nuget.ps1** - Check that the solution compiles (need to have configured a local source nuget to ...\BIADemo\BIAPackage\NuGetPackage) - test the BIADemo project.