mirror of
https://github.com/henrygd/beszel.git
synced 2026-04-05 04:21:50 +02:00
update LibreHardwareMonitorLib to 0.9.5 (#1697)
fixes #1130 * add RuntimeIdentifier and AppendRuntimeIdentifierToOutputPath to beszel_lhm.csproj * add more default sensor filters for LHM --------- Co-authored-by: henrygd <hank@henrygd.me>
This commit is contained in:
committed by
GitHub
parent
20324763d2
commit
41f3705b6b
@@ -3,9 +3,11 @@
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net48</TargetFramework>
|
||||
<Platforms>x64</Platforms>
|
||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="LibreHardwareMonitorLib" Version="0.9.4" />
|
||||
<PackageReference Include="LibreHardwareMonitorLib" Version="0.9.5" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user