File tree 1 file changed +3
-3
lines changed
WinUI3Localizer.SampleApp
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >WinExe</OutputType >
4
- <TargetFramework >net7 .0-windows10.0.19041.0</TargetFramework >
4
+ <TargetFramework >net8 .0-windows10.0.19041.0</TargetFramework >
5
5
<TargetPlatformMinVersion >10.0.17763.0</TargetPlatformMinVersion >
6
6
<RootNamespace >WinUI3Localizer.SampleApp</RootNamespace >
7
7
<ApplicationManifest >app.manifest</ApplicationManifest >
8
8
<Platforms >x86;x64;arm64</Platforms >
9
- <RuntimeIdentifiers >win10 -x86;win10 -x64;win10 -arm64</RuntimeIdentifiers >
10
- <PublishProfile >win10 -$(Platform).pubxml</PublishProfile >
9
+ <RuntimeIdentifiers >win -x86;win -x64;win -arm64</RuntimeIdentifiers >
10
+ <PublishProfile >win -$(Platform).pubxml</PublishProfile >
11
11
<UseWinUI >true</UseWinUI >
12
12
<EnablePreviewMsixTooling >true</EnablePreviewMsixTooling >
13
13
<LangVersion >latest</LangVersion >
You can’t perform that action at this time.
0 commit comments