Skip to content

Commit 404d43d

Browse files
committed
Updated windows SDK version
1 parent 67653bc commit 404d43d

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/build-keytools-windows.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ jobs:
2020
- name: Setup MSBuild
2121
uses: microsoft/setup-msbuild@v1
2222

23-
- name: Install Windows SDK used in the current .sln
24-
run: |
25-
choco install windows-sdk-10.0.16299.0
26-
2723
# Step 3: Build the solution
2824
- name: Build Solution
2925
shell: cmd

tools/keytools/wolfBootKeygenTool.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<ProjectGuid>{599F7765-B224-41D4-AA56-597FFA9763BC}</ProjectGuid>
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>wolfBootKeygenTool</RootNamespace>
25-
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
25+
<WindowsTargetPlatformVersion>10.0.20348.0</WindowsTargetPlatformVersion>
2626
</PropertyGroup>
2727
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@@ -180,4 +180,4 @@
180180
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
181181
<ImportGroup Label="ExtensionTargets">
182182
</ImportGroup>
183-
</Project>
183+
</Project>

tools/keytools/wolfBootSignTool.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<ProjectGuid>{0E5B9C81-CA2B-47CA-BA83-074078CF3393}</ProjectGuid>
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>wolfBootSignTool</RootNamespace>
25-
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
25+
<WindowsTargetPlatformVersion>10.0.20348.0</WindowsTargetPlatformVersion>
2626
</PropertyGroup>
2727
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@@ -187,4 +187,4 @@
187187
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
188188
<ImportGroup Label="ExtensionTargets">
189189
</ImportGroup>
190-
</Project>
190+
</Project>

0 commit comments

Comments
 (0)