Skip to content

Commit 936e3c8

Browse files
committed
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
1 parent 561c16e commit 936e3c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Directory.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<GenerateDocumentationFile>false</GenerateDocumentationFile>
1010
<RestoreSources>https://api.nuget.org/v3/index.json;https://pkg.kzu.io/index.json;</RestoreSources>
1111

12+
<!-- ThisAssembly shouldn't propagate transitively by default -->
13+
<DevelopmentDependency>true</DevelopmentDependency>
1214
<PackageProjectUrl>https://clarius.org/ThisAssembly</PackageProjectUrl>
1315

1416
<!-- See https://github.com/scriban/scriban#source-embedding -->

0 commit comments

Comments
 (0)