File tree 1 file changed +6
-6
lines changed
5_More/WinUI/BehaviorSample
1 file changed +6
-6
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 >net6 .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 >BehaviorSample</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
<ImplicitUsings >enable</ImplicitUsings >
13
13
<Nullable >enable</Nullable >
25
25
</ItemGroup >
26
26
27
27
<ItemGroup >
28
- <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.1.0 " />
29
- <PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" 10.0.22000.194 " />
30
- <PackageReference Include =" Microsoft.Xaml.Behaviors.WinUI.Managed" Version =" 2 .0.8 " />
28
+ <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.6.250205002 " />
29
+ <PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" 10.0.26100.1742 " />
30
+ <PackageReference Include =" Microsoft.Xaml.Behaviors.WinUI.Managed" Version =" 3 .0.0 " />
31
31
<Manifest Include =" $(ApplicationManifest)" />
32
32
</ItemGroup >
33
33
You can’t perform that action at this time.
0 commit comments