build(nuget): fixing paths for NuGet

This commit is contained in:
Dylan R. E. Moonfire 2021-09-06 23:38:44 -05:00
parent 7411053595
commit 7a9b77b4ad

View file

@ -7,10 +7,10 @@
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<Authors>Dylan Moonfire</Authors>
<Company>Moonfire Games</Company>
<RepositoryUrl>https://gitlab.com/mfgames/mfgames-locking-cil</RepositoryUrl>
<RepositoryUrl>https://gitlab.com/mfgames-cil/mfgames-locking-cil</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>locking</PackageTags>
<PackageProjectUrl>https://gitlab.com/mfgames/mfgames-locking-cil</PackageProjectUrl>
<PackageProjectUrl>https://gitlab.com/mfgames-cil/mfgames-locking-cil</PackageProjectUrl>
<PackageLicense>MIT</PackageLicense>
<Description>Wrappers and patterns for working with ReaderWriterLockSlim.</Description>
</PropertyGroup>