We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6731304 commit 851b8edCopy full SHA for 851b8ed
ModernWpf.SampleApp/ModernWpf.SampleApp.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>WinExe</OutputType>
5
- <TargetFrameworks>net45;net48;netcoreapp3.1;net5.0-windows</TargetFrameworks>
+ <TargetFrameworks>net45;net48;netcoreapp3.1;net6.0-windows</TargetFrameworks>
6
<UseWPF>true</UseWPF>
7
<ApplicationIcon>Assets\AppIcon.ico</ApplicationIcon>
8
</PropertyGroup>
samples/MahAppsSample/MahAppsSample.csproj
- <TargetFrameworks>net48;netcoreapp3.1;net5.0-windows</TargetFrameworks>
+ <TargetFrameworks>net48;netcoreapp3.1;net6.0-windows</TargetFrameworks>
<ApplicationManifest>app.manifest</ApplicationManifest>
0 commit comments