From 936e3c84e4702b4d0e69f3325399ea59429fbad6 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Fri, 10 Mar 2023 12:01:52 -0300 Subject: [PATCH] ThisAssembly should not propagate transitively by default Since we typically generate code that's intended for consumption within the project itself, we shouldn't cause other projects referencing the consuming project to also get ThisAssembly stuff. Fixes #210 --- src/Directory.props | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Directory.props b/src/Directory.props index 227acc7c..8001e20b 100644 --- a/src/Directory.props +++ b/src/Directory.props @@ -9,6 +9,8 @@ false https://api.nuget.org/v3/index.json;https://pkg.kzu.io/index.json; + + true https://clarius.org/ThisAssembly