Skip to content

Commit 95e7287

Browse files
committed
Downgrade to Windows SDK 10.0.22000.0
1 parent 16cd494 commit 95e7287

6 files changed

+6
-6
lines changed

Build-FFmpeg.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ param(
2525
10.0.17763.0
2626
10.0.18362.0
2727
#>
28-
[version] $WindowsTargetPlatformVersion = '10.0.22621.0',
28+
[version] $WindowsTargetPlatformVersion = '10.0.22000.0',
2929

3030
[ValidateSet('Debug', 'Release')]
3131
[string] $Configuration = 'Release',

Build-FFmpegInteropX.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ param(
2222
10.0.17763.0
2323
10.0.18362.0
2424
#>
25-
[version] $WindowsTargetPlatformVersion = '10.0.22621.0',
25+
[version] $WindowsTargetPlatformVersion = '10.0.22000.0',
2626

2727
[ValidateSet('UWP', 'Desktop')]
2828
[string] $WindowsTarget = 'UWP',

Build-OverallPackage.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ param(
99
# If a version string is specified, a NuGet package will be created.
1010
[string] $LibPackageVersion,
1111

12-
[version] $WindowsTargetPlatformVersion = '10.0.22621.0',
12+
[version] $WindowsTargetPlatformVersion = '10.0.22000.0',
1313

1414
# FFmpegInteropX NuGet settings
1515
[string] $FFmpegInteropXUrl = 'https://github.com/ffmpeginteropx/FFmpegInteropX.git',

Build-VideoEffects.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ param(
2222
10.0.17763.0
2323
10.0.18362.0
2424
#>
25-
[version] $WindowsTargetPlatformVersion = '10.0.22621.0',
25+
[version] $WindowsTargetPlatformVersion = '10.0.22000.0',
2626

2727
[ValidateSet('UWP', 'Desktop')]
2828
[string] $WindowsTarget = 'UWP',

Build/Start-DevShell.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ param(
2525
10.0.17763.0
2626
10.0.18362.0
2727
#>
28-
[version] $WindowsTargetPlatformVersion = '10.0.22621.0',
28+
[version] $WindowsTargetPlatformVersion = '10.0.22000.0',
2929

3030
[System.IO.DirectoryInfo] $VSInstallerFolder = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer",
3131

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<WindowsTargetPlatformVersion Condition="'$(WindowsTargetPlatformVersion)' == ''">10.0.22621.0</WindowsTargetPlatformVersion>
4+
<WindowsTargetPlatformVersion Condition="'$(WindowsTargetPlatformVersion)' == ''">10.0.22000.0</WindowsTargetPlatformVersion>
55
<WindowsTargetPlatformMinVersion Condition="'$(WindowsTargetPlatformMinVersion)' == ''">10.0.17763.0</WindowsTargetPlatformMinVersion>
66
</PropertyGroup>
77

0 commit comments

Comments
 (0)