update framework, change notification library

This commit is contained in:
Jakob 2022-12-26 16:05:21 +01:00
parent e054fda4dd
commit 2c0da5f9ea
5 changed files with 32 additions and 32 deletions

View file

@ -8,7 +8,7 @@
<OutputType>WinExe</OutputType>
<RootNamespace>EnvyUpdate</RootNamespace>
<AssemblyName>EnvyUpdate</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
@ -31,6 +31,7 @@
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
@ -188,7 +189,7 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Costura.Fody">
<PackageReference Include="Costura.Fody" PrivateAssets="All">
<Version>4.1.0</Version>
</PackageReference>
<PackageReference Include="Fody">
@ -199,6 +200,9 @@
<PackageReference Include="Hardcodet.NotifyIcon.Wpf">
<Version>1.1.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications">
<Version>6.1.1</Version>
</PackageReference>
<PackageReference Include="Notifications.Wpf">
<Version>0.1.1</Version>
</PackageReference>