Skip to content

Commit c6f9b6a

Browse files
committed
Fixed issue with nuget and macOS library access. [skip ci]
1 parent 93e4a80 commit c6f9b6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RhythmGameUtilities/RhythmGameUtilities.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<LangVersion>9.0</LangVersion>
55
<AssemblyVersion>1.0.0</AssemblyVersion>
66
<PackageId>com.neogeek.rhythm-game-utilities</PackageId>
7-
<Version>1.0.0-alpha.2</Version>
7+
<Version>1.0.0-alpha.3</Version>
88
<Title>Rhythm Game Utilities</Title>
99
<Description>A collection of utilities for creating rhythm games.</Description>
1010
<Authors>neogeek</Authors>
@@ -39,6 +39,6 @@
3939
<Content Include="./Libs/Linux/libRhythmGameUtilities.so" Pack="true"
4040
PackagePath="runtimes/linux-x64/native/" />
4141
<Content Include="./Libs/macOS/libRhythmGameUtilities.dylib" Pack="true"
42-
PackagePath="runtimes/osx-x64/native/" />
42+
PackagePath="runtimes/osx/native/" />
4343
</ItemGroup>
4444
</Project>

0 commit comments

Comments
 (0)