yavsc/Directory.Build.props

16 lines
714 B
Text
Raw Permalink Normal View History

2026-02-17 19:24:30 +00:00
<Project>
<PropertyGroup>
<RootNamespace>Yavsc</RootNamespace>
2026-06-28 14:11:26 +01:00
<!--
GitVersion.MsBuild is referenced as a build-time package from
every csproj under src/. Setting UseProjectNamespaceForGitVersionInformation
here (in Directory.Build.props) means each assembly exposes a
GitVersionInformation type under its own namespace, e.g.
PostIt.GitVersionInformation, Yavsc.GitVersionInformation, so
the assembly metadata reflects the source tree it was built
from without conflicting names.
-->
<UseProjectNamespaceForGitVersionInformation>true</UseProjectNamespaceForGitVersionInformation>
2026-08-10 18:12:59 +01:00
<NoWarn>NU1701, NU1901, NU1902</NoWarn>
2026-02-17 19:24:30 +00:00
</PropertyGroup>
</Project>