Skip to content

Commit 851b8ed

Browse files
committed
Re-target sample apps
1 parent 6731304 commit 851b8ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ModernWpf.SampleApp/ModernWpf.SampleApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFrameworks>net45;net48;netcoreapp3.1;net5.0-windows</TargetFrameworks>
5+
<TargetFrameworks>net45;net48;netcoreapp3.1;net6.0-windows</TargetFrameworks>
66
<UseWPF>true</UseWPF>
77
<ApplicationIcon>Assets\AppIcon.ico</ApplicationIcon>
88
</PropertyGroup>

samples/MahAppsSample/MahAppsSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFrameworks>net48;netcoreapp3.1;net5.0-windows</TargetFrameworks>
5+
<TargetFrameworks>net48;netcoreapp3.1;net6.0-windows</TargetFrameworks>
66
<UseWPF>true</UseWPF>
77
<ApplicationManifest>app.manifest</ApplicationManifest>
88
</PropertyGroup>

0 commit comments

Comments
 (0)