From 2ee89e4ddb17dd4d85d05abe663e69b99b231eac Mon Sep 17 00:00:00 2001 From: edleno2 Date: Mon, 3 May 2021 18:42:24 -0700 Subject: [PATCH] Changed nfproj to sign the assembly Signing this assembly so we can give it access to System namespace via nanoFramework.Core. A later change will replace the Debug.WriteLine to Console.WriteLine so we can build a Production version of the Nuget library but still be able to output to the debugger. Fix #737 Signed-off-by: Ed Lenoir --- nanoFramework.Logging/nanoFramework.Logging.nfproj | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/nanoFramework.Logging/nanoFramework.Logging.nfproj b/nanoFramework.Logging/nanoFramework.Logging.nfproj index 582221e..f4abc8f 100644 --- a/nanoFramework.Logging/nanoFramework.Logging.nfproj +++ b/nanoFramework.Logging/nanoFramework.Logging.nfproj @@ -1,7 +1,7 @@ - $(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\ + $(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\ @@ -17,6 +17,15 @@ v1.0 bin\$(Configuration)\nanoFramework.Logging.xml + + true + + + key.snk + + + false + @@ -39,6 +48,7 @@ +