Skip to content

Commit

Permalink
Append net8.0 to TargetFrameworks (LibreHardwareMonitor#1379)
Browse files Browse the repository at this point in the history
* Append net8.0 to TargetFrameworks

* Update LibreHardwareMonitorLib.csproj

---------

Co-authored-by: PhyxionNL <[email protected]>
  • Loading branch information
yamamaya and PhyxionNL authored Jul 28, 2024
1 parent f4adb3e commit cd48456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibreHardwareMonitorLib/LibreHardwareMonitorLib.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net472;netstandard2.0;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net472;netstandard2.0;net6.0;net8.0</TargetFrameworks>
<AssemblyName>LibreHardwareMonitorLib</AssemblyName>
<RootNamespace>LibreHardwareMonitor</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down

0 comments on commit cd48456

Please sign in to comment.