From e52bddf8b7894afe0f7ee4ad42ce8dea3527df40 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Fri, 15 Sep 2023 13:29:09 -0300 Subject: [PATCH] Skip SNK by default from init --- .netconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.netconfig b/.netconfig index ffb0c85..368f49a 100644 --- a/.netconfig +++ b/.netconfig @@ -25,4 +25,9 @@ # the more flexible SDK-based approach: https://www.cazzulino.com/central-package-versions.html [file "src/nuget.config"] url = https://github.com/devlooped/oss/blob/main/src/nuget.config - skip \ No newline at end of file + skip + +# strong-naming is less and less relevant nowadays +[file "src/kzu.snk"] + url = https://github.com/devlooped/oss/blob/main/src/kzu.snk + skip