File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
VisualPinball.Engine.PinMAME Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
<RuntimeIdentifier Condition =" $([MSBuild]::IsOSPlatform('Linux'))" >linux-x64</RuntimeIdentifier >
14
14
</PropertyGroup >
15
15
<ItemGroup >
16
- <PackageReference Include =" PinMame" Version =" 0.2.0-preview.8 " />
16
+ <PackageReference Include =" PinMame" Version =" 0.2.0-preview.9 " />
17
17
<PackageReference Include =" PinMame.Native" Version =" 3.5.0-preview.79" />
18
18
<PackageReference Include =" VisualPinball.Engine" Version =" 0.0.1-preview.105" />
19
19
<!-- Uncomment when doing local dev -->
26
26
<Plugins Include =" $(OutDir)PinMame.dll" />
27
27
</ItemGroup >
28
28
<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" />
30
30
</ItemGroup >
31
31
<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" />
33
33
</ItemGroup >
34
34
<ItemGroup >
35
35
<Plugins Include =" $(OutDir)$(AssemblyName).dll" />
You can’t perform that action at this time.
0 commit comments