Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
c.esneault committed Jul 18, 2019
1 parent 9fe4f3d commit 52a73f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LevelDB.Standard.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<file src="Leveldb.net\bin\Release\net4\**\*.dll" target="lib\net4" />
<file src="runtimes\win-x64\native\leveldb.dll" target="build\net4\x64" />
<file src="runtimes\win-x86\native\leveldb.dll" target="build\net4\x86" />
<file src="runtimes\osx-x64\native\leveldb.dll" target="build\net452\" /> <!-- OSX native, mandatory for Xamarin.Mac Full -->
<file src="runtimes\osx-x64\native\leveldb.dll" target="build\net4\" /> <!-- OSX native, mandatory for Xamarin.Mac Full -->
<file src="LevelDB.Standard.targets" target="build\net4" />

<!-- Libraries for Xamarin.Mac modern -->
Expand Down

0 comments on commit 52a73f0

Please sign in to comment.