Skip to content

Commit

Permalink
Merge pull request #1 from TheUnifox/patch-1
Browse files Browse the repository at this point in the history
Update WMC package version to 2.5.5
  • Loading branch information
e3ndr authored Sep 30, 2024
2 parents 9d38655 + 9abe6bb commit 078cbe2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<TargetFramework>netcoreapp3.1</TargetFramework>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>True</PublishSingleFile>
<PublishReadyToRun>True</PublishReadyToRun>
<PublishTrimmed>False</PublishTrimmed>
<PublishSingleFile>true</PublishSingleFile>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>
</Project>
8 changes: 7 additions & 1 deletion WMC-JsonConsoleWrapper/WMC-JsonConsoleWrapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@
<RootNamespace>WMC-JsonConsoleWrapper</RootNamespace>
<ApplicationIcon />
<StartupObject />
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<PlatformTarget>x86</PlatformTarget>
<DebugType>embedded</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>embedded</DebugType>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dubya.WindowsMediaController" Version="2.1.0" />
<PackageReference Include="Dubya.WindowsMediaController" Version="2.5.5" />
</ItemGroup>

</Project>

0 comments on commit 078cbe2

Please sign in to comment.