Skip to content

Commit 1ecb539

Browse files
committed
Update .NET projects to .NET 10.
1 parent 2c5dc03 commit 1ecb539

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

MileXamlBlankAppNetCore/MileXamlBlankAppNetCore.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-
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
5+
<TargetFramework>net10.0-windows10.0.26100.0</TargetFramework>
66
<TargetPlatformVersion>10.0.26100.0</TargetPlatformVersion>
77
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
88
<LangVersion>latest</LangVersion>

MileXamlBlankAppNetCoreNativeBackend/MileXamlBlankAppNetCoreNativeBackend.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
55
<Platforms>x86;x64;ARM64</Platforms>
6-
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
6+
<TargetFramework>net10.0-windows10.0.26100.0</TargetFramework>
77
<TargetPlatformVersion>10.0.26100.0</TargetPlatformVersion>
88
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
99
<LangVersion>latest</LangVersion>

MileXamlControlsDemoNetCore/MileXamlControlsDemoNetCore.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-
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
5+
<TargetFramework>net10.0-windows10.0.26100.0</TargetFramework>
66
<TargetPlatformVersion>10.0.26100.0</TargetPlatformVersion>
77
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
88
<LangVersion>latest</LangVersion>

0 commit comments

Comments
 (0)