Skip to content

Commit a03307a

Browse files
committed
ci: Reference correct NuGet PinMame version.
1 parent 44b9a5f commit a03307a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

VisualPinball.Engine.PinMAME/VisualPinball.Engine.PinMAME.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<RuntimeIdentifier Condition="$([MSBuild]::IsOSPlatform('Linux'))">linux-x64</RuntimeIdentifier>
1414
</PropertyGroup>
1515
<ItemGroup>
16-
<PackageReference Include="PinMame" Version="0.2.0-preview.8" />
16+
<PackageReference Include="PinMame" Version="0.2.0-preview.9" />
1717
<PackageReference Include="PinMame.Native" Version="3.5.0-preview.79" />
1818
<PackageReference Include="VisualPinball.Engine" Version="0.0.1-preview.105" />
1919
<!-- Uncomment when doing local dev -->
@@ -26,10 +26,10 @@
2626
<Plugins Include="$(OutDir)PinMame.dll" />
2727
</ItemGroup>
2828
<ItemGroup Condition="'$(RuntimeIdentifier)' == 'ios-arm64'">
29-
<Plugins Include="$(NuGetPackageRoot)\pinmame\0.2.0-preview.7\runtimes\ios\lib\netstandard2.1\PinMame.dll" />
29+
<Plugins Include="$(NuGetPackageRoot)\pinmame\0.2.0-preview.9\runtimes\ios\lib\netstandard2.1\PinMame.dll" />
3030
</ItemGroup>
3131
<ItemGroup Condition="'$(RuntimeIdentifier)' == 'android-arm64-v8a'">
32-
<Plugins Include="$(NuGetPackageRoot)\pinmame\0.2.0-preview.7\runtimes\android\lib\netstandard2.1\PinMame.dll" />
32+
<Plugins Include="$(NuGetPackageRoot)\pinmame\0.2.0-preview.9\runtimes\android\lib\netstandard2.1\PinMame.dll" />
3333
</ItemGroup>
3434
<ItemGroup>
3535
<Plugins Include="$(OutDir)$(AssemblyName).dll" />

0 commit comments

Comments
 (0)