build(nuget): fixing paths for NuGet
This commit is contained in:
parent
7411053595
commit
7a9b77b4ad
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@
|
||||||
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
||||||
<Authors>Dylan Moonfire</Authors>
|
<Authors>Dylan Moonfire</Authors>
|
||||||
<Company>Moonfire Games</Company>
|
<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>
|
<RepositoryType>Git</RepositoryType>
|
||||||
<PackageTags>locking</PackageTags>
|
<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>
|
<PackageLicense>MIT</PackageLicense>
|
||||||
<Description>Wrappers and patterns for working with ReaderWriterLockSlim.</Description>
|
<Description>Wrappers and patterns for working with ReaderWriterLockSlim.</Description>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
Reference in a new issue