Skip to content

Commit

Permalink
Packages updated
Browse files Browse the repository at this point in the history
  • Loading branch information
TTLC198 committed Dec 4, 2023
1 parent bc45d10 commit 5b088ae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions HSMonitor/HSMonitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<TargetFramework>net7.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<RootNamespace>HSMonitor</RootNamespace>
Expand All @@ -17,9 +17,9 @@

<ItemGroup>
<PackageReference Include="Hardcodet.NotifyIcon.Wpf" Version="1.1.0" />
<PackageReference Include="LibreHardwareMonitorLib" Version="0.9.3-pre245" />
<PackageReference Include="LibreHardwareMonitorLib" Version="0.9.3-pre260" />
<PackageReference Include="MaterialDesignThemes" Version="4.10.0-ci316" />
<PackageReference Include="NetSparkleUpdater.SparkleUpdater" Version="2.3.0-preview20230704001" />
<PackageReference Include="NetSparkleUpdater.SparkleUpdater" Version="2.3.0" />
<PackageReference Include="PropertyChanged.Fody" Version="4.1.0" PrivateAssets="All" />
<PackageReference Include="Stylet" Version="1.3.6" />
</ItemGroup>
Expand All @@ -43,7 +43,6 @@
</ItemGroup>

<ItemGroup>
<Folder Include="obj" />
<Folder Include="Resources\Fonts" />
</ItemGroup>

Expand Down

0 comments on commit 5b088ae

Please sign in to comment.