Nuget - include steam_api64.dll

This commit is contained in:
Garry Newman 2020-02-25 14:37:29 +00:00
parent 998c18764a
commit 263fb219a8

View File

@ -18,17 +18,17 @@
<PackageProjectUrl>https://github.com/Facepunch/Facepunch.Steamworks</PackageProjectUrl>
<PackageIcon>Facepunch.Steamworks.jpg</PackageIcon>
<PackageTags>facepunch;steam;unity;steamworks;valve</PackageTags>
<PackageVersion>2.3.0</PackageVersion>
<PackageVersion>2.3.1</PackageVersion>
<LangVersion>latest</LangVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/Facepunch/Facepunch.Steamworks.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<None Include="steam_api64.dll" Pack="true" PackagePath="\native\">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<Content Include="steam_api64.dll" PackagePath="\content\" Pack="true" PackageCopyToOutput="true">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="Facepunch.Steamworks.jpg" Pack="true" PackagePath="\"/>
</ItemGroup>