-MsBuild.GitVersion
All checks were successful
Dotnet build and test / build (push) Successful in 3m50s
Forgejo Release / release (push) Successful in 9m24s

This commit is contained in:
Paul Schneider 2026-08-29 00:52:29 +01:00
commit 8226f54074
Signed by: notazof
GPG key ID: 1DD5D838E5343B06
12 changed files with 1 additions and 41 deletions

View file

@ -1,16 +1,6 @@
<Project>
<PropertyGroup>
<RootNamespace>Yavsc</RootNamespace>
<!--
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>
<NoWarn>NU1701, NU1901, NU1902, NU1507</NoWarn>
</PropertyGroup>
</Project>