Skip to content

Commit fdf9b6e

Browse files
author
Tim Sneath
authored
Update Windows manifest to declare Windows 11 (#104768)
1 parent 96f9254 commit fdf9b6e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dev/integration_tests/flutter_gallery/windows/runner/runner.exe.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</application>
88
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
99
<application>
10-
<!-- Windows 10 -->
10+
<!-- Windows 10 and Windows 11 -->
1111
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
1212
<!-- Windows 8.1 -->
1313
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>

dev/manual_tests/windows/runner/runner.exe.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</application>
88
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
99
<application>
10-
<!-- Windows 10 -->
10+
<!-- Windows 10 and Windows 11 -->
1111
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
1212
<!-- Windows 8.1 -->
1313
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>

examples/api/windows/runner/runner.exe.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</application>
88
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
99
<application>
10-
<!-- Windows 10 -->
10+
<!-- Windows 10 and Windows 11 -->
1111
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
1212
<!-- Windows 8.1 -->
1313
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>

packages/flutter_tools/templates/app_shared/windows.tmpl/runner/runner.exe.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</application>
88
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
99
<application>
10-
<!-- Windows 10 -->
10+
<!-- Windows 10 and Windows 11 -->
1111
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
1212
<!-- Windows 8.1 -->
1313
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>

0 commit comments

Comments
 (0)