Skip to content

Commit

Permalink
update MsRdpEx, remove .net 7 target, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKoell committed Feb 5, 2024
1 parent 7914bf3 commit 4277318
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>RoyalApps_1024.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
</PropertyGroup>

<PropertyGroup>
<TargetFrameworks>net7.0-windows;net8.0-windows</TargetFrameworks>
<TargetFramework>net8.0-windows</TargetFramework>
<RuntimeIdentifier Condition="$(Platform) == 'x64'">win-x64</RuntimeIdentifier>
<RuntimeIdentifier Condition="$(Platform) == 'ARM64'">win-arm64</RuntimeIdentifier>
<UseWindowsForms>true</UseWindowsForms>
Expand All @@ -28,7 +28,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Devolutions.MsRdpEx" Version="2024.1.8" />
<PackageReference Include="Devolutions.MsRdpEx" Version="2024.1.10" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.49-beta">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 4277318

Please sign in to comment.