diff --git a/README.md b/README.md
index cc68ddb1..1e05df9a 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Calculator ships regularly with new features and bug fixes. You can get the late
## Getting started
Prerequisites:
-- Your computer must be running Windows 11, build 22000 or newer.
+- You must be running Windows 10 2004 (build >= 10.0.19041.0)
- Install the latest version of [Visual Studio](https://developer.microsoft.com/en-us/windows/downloads) (the free community edition is sufficient).
- Install the "Universal Windows Platform Development" workload.
- Install the optional "C++ Universal Windows Platform tools" component.
diff --git a/build/pipelines/templates/package-msixbundle.yaml b/build/pipelines/templates/package-msixbundle.yaml
index 683c5b2d..acc25665 100644
--- a/build/pipelines/templates/package-msixbundle.yaml
+++ b/build/pipelines/templates/package-msixbundle.yaml
@@ -60,7 +60,7 @@ jobs:
- powershell: |
$buildVersion = [version]$Env:BUILDVERSION
$bundleVersion = "2021.$($buildVersion.Minor).$($buildVersion.Build).$($buildVersion.Revision)"
- & "C:\Program Files (x86)\Windows Kits\10\bin\10.0.22000.0\x64\MakeAppx.exe" bundle /v /bv $bundleVersion /f $Env:MAPPINGFILEPATH /p $Env:OUTPUTPATH
+ & "C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64\MakeAppx.exe" bundle /v /bv $bundleVersion /f $Env:MAPPINGFILEPATH /p $Env:OUTPUTPATH
displayName: Make MsixBundle
env:
BUILDVERSION: $(Build.BuildNumber)
diff --git a/src/CalcManager/CalcManager.vcxproj b/src/CalcManager/CalcManager.vcxproj
index 7df97dba..42df6f7d 100644
--- a/src/CalcManager/CalcManager.vcxproj
+++ b/src/CalcManager/CalcManager.vcxproj
@@ -45,8 +45,8 @@
true
Windows Store
10.0
- 10.0.22000.0
- 10.0.17763.0
+ 10.0.22621.0
+ 10.0.19041.0
@@ -346,4 +346,4 @@
-
+
\ No newline at end of file
diff --git a/src/CalcViewModel/CalcViewModel.vcxproj b/src/CalcViewModel/CalcViewModel.vcxproj
index 1e5eb908..b8869d4b 100644
--- a/src/CalcViewModel/CalcViewModel.vcxproj
+++ b/src/CalcViewModel/CalcViewModel.vcxproj
@@ -42,8 +42,8 @@
14.0
true
Windows Store
- 10.0.22000.0
- 10.0.17763.0
+ 10.0.22621.0
+ 10.0.19041.0
10.0
@@ -417,4 +417,4 @@
-
+
\ No newline at end of file
diff --git a/src/CalcViewModelCopyForUT/CalcViewModelCopyForUT.vcxproj b/src/CalcViewModelCopyForUT/CalcViewModelCopyForUT.vcxproj
index b77fd624..7aef42f5 100644
--- a/src/CalcViewModelCopyForUT/CalcViewModelCopyForUT.vcxproj
+++ b/src/CalcViewModelCopyForUT/CalcViewModelCopyForUT.vcxproj
@@ -42,8 +42,8 @@
14.0
true
Windows Store
- 10.0.22000.0
- 10.0.17763.0
+ 10.0.22621.0
+ 10.0.19041.0
10.0
@@ -411,4 +411,4 @@
-
+
\ No newline at end of file
diff --git a/src/Calculator/Calculator.csproj b/src/Calculator/Calculator.csproj
index aa7e1f17..f95b78e6 100644
--- a/src/Calculator/Calculator.csproj
+++ b/src/Calculator/Calculator.csproj
@@ -13,8 +13,8 @@
true
en-US
UAP
- 10.0.22000.0
- 10.0.17763.0
+ 10.0.22621.0
+ 10.0.19041.0
false
false
diff --git a/src/Calculator/Package.Release.appxmanifest b/src/Calculator/Package.Release.appxmanifest
index 65a46315..e296f048 100644
--- a/src/Calculator/Package.Release.appxmanifest
+++ b/src/Calculator/Package.Release.appxmanifest
@@ -8,7 +8,7 @@
Assets\CalculatorStoreLogo.png
-
+
diff --git a/src/Calculator/Package.appxmanifest b/src/Calculator/Package.appxmanifest
index 515c8ee9..15bf7d9a 100644
--- a/src/Calculator/Package.appxmanifest
+++ b/src/Calculator/Package.appxmanifest
@@ -8,7 +8,7 @@
Assets\CalculatorStoreLogo.png
-
+
diff --git a/src/CalculatorUITests/CalculatorUITests.csproj b/src/CalculatorUITests/CalculatorUITests.csproj
index 984842cd..cf4f131f 100644
--- a/src/CalculatorUITests/CalculatorUITests.csproj
+++ b/src/CalculatorUITests/CalculatorUITests.csproj
@@ -4,7 +4,7 @@
false
-
+
diff --git a/src/CalculatorUnitTests/CalculatorUnitTests.vcxproj b/src/CalculatorUnitTests/CalculatorUnitTests.vcxproj
index 265d9469..8dbdef12 100644
--- a/src/CalculatorUnitTests/CalculatorUnitTests.vcxproj
+++ b/src/CalculatorUnitTests/CalculatorUnitTests.vcxproj
@@ -7,8 +7,8 @@
15.0
true
Windows Store
- 10.0.22000.0
- 10.0.17763.0
+ 10.0.22621.0
+ 10.0.19041.0
10.0
15.0
NativeUnitTestProject
@@ -291,4 +291,4 @@
-
+
\ No newline at end of file
diff --git a/src/GraphControl/GraphControl.vcxproj b/src/GraphControl/GraphControl.vcxproj
index 925735b6..fd461813 100644
--- a/src/GraphControl/GraphControl.vcxproj
+++ b/src/GraphControl/GraphControl.vcxproj
@@ -42,8 +42,8 @@
14.0
true
Windows Store
- 10.0.22000.0
- 10.0.17763.0
+ 10.0.22621.0
+ 10.0.19041.0
10.0
@@ -355,4 +355,4 @@
-
+
\ No newline at end of file
diff --git a/src/GraphingImpl/GraphingImpl.vcxproj b/src/GraphingImpl/GraphingImpl.vcxproj
index 0642084c..3eca1119 100644
--- a/src/GraphingImpl/GraphingImpl.vcxproj
+++ b/src/GraphingImpl/GraphingImpl.vcxproj
@@ -42,8 +42,8 @@
14.0
true
Windows Store
- 10.0.22000.0
- 10.0.17763.0
+ 10.0.22621.0
+ 10.0.19041.0
10.0
@@ -281,4 +281,4 @@
-
+
\ No newline at end of file
diff --git a/src/TraceLogging/TraceLogging.vcxproj b/src/TraceLogging/TraceLogging.vcxproj
index a48e3ed7..d4f936d8 100644
--- a/src/TraceLogging/TraceLogging.vcxproj
+++ b/src/TraceLogging/TraceLogging.vcxproj
@@ -42,8 +42,8 @@
14.0
true
Windows Store
- 10.0.22000.0
- 10.0.17763.0
+ 10.0.22621.0
+ 10.0.19041.0
10.0
@@ -301,4 +301,4 @@
-
+
\ No newline at end of file