Skip to content

Commit b4dc68c

Browse files
committed
Update dependencies, require .NET 8
1 parent dcd0497 commit b4dc68c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/RdpNotifier/RdpNotifier.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net6.0-windows</TargetFramework>
5+
<TargetFramework>net8.0-windows</TargetFramework>
66
<Nullable>enable</Nullable>
77
<UseWindowsForms>true</UseWindowsForms>
88
<AssemblyName>RDP Notifier</AssemblyName>
@@ -24,7 +24,7 @@
2424
</PropertyGroup>
2525

2626
<ItemGroup>
27-
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.1.635-beta" PrivateAssets="all" />
27+
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.49-beta" PrivateAssets="all" />
2828
<PackageReference Include="PropertyChangedAnalyzers" Version="4.0.0" PrivateAssets="all" />
2929
</ItemGroup>
3030

0 commit comments

Comments
 (0)