We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd0497 commit b4dc68cCopy full SHA for b4dc68c
src/RdpNotifier/RdpNotifier.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>WinExe</OutputType>
5
- <TargetFramework>net6.0-windows</TargetFramework>
+ <TargetFramework>net8.0-windows</TargetFramework>
6
<Nullable>enable</Nullable>
7
<UseWindowsForms>true</UseWindowsForms>
8
<AssemblyName>RDP Notifier</AssemblyName>
@@ -24,7 +24,7 @@
24
</PropertyGroup>
25
26
<ItemGroup>
27
- <PackageReference Include="Microsoft.Windows.CsWin32" Version="0.1.635-beta" PrivateAssets="all" />
+ <PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.49-beta" PrivateAssets="all" />
28
<PackageReference Include="PropertyChangedAnalyzers" Version="4.0.0" PrivateAssets="all" />
29
</ItemGroup>
30
0 commit comments