File tree Expand file tree Collapse file tree 5 files changed +20
-12
lines changed Expand file tree Collapse file tree 5 files changed +20
-12
lines changed Original file line number Diff line number Diff line change 12
12
# Allow manual triggering of the script
13
13
workflow_dispatch :
14
14
15
+ permissions :
16
+ contents : read # Required by actions/checkout to fetch code.
17
+ issues : write # Required to create issues.
18
+
15
19
jobs :
16
20
check :
17
21
runs-on : Windows-latest
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!--
3
+ Copyright (c) eBPF for Windows contributors
4
+ SPDX-License-Identifier: MIT
5
+ -->
2
6
<packages >
3
- <package id =" Microsoft.Windows.SDK.CPP" version =" 10.0.26100.2161 " targetFramework =" native" />
4
- <package id =" Microsoft.Windows.SDK.CPP.arm64" version =" 10.0.26100.2161 " targetFramework =" native" />
5
- <package id =" Microsoft.Windows.SDK.CPP.x64" version =" 10.0.26100.2161 " targetFramework =" native" />
6
- <package id =" Microsoft.Windows.SDK.CPP.x86" version =" 10.0.26100.2161 " targetFramework =" native" />
7
- <package id =" Microsoft.Windows.WDK.ARM64" version =" 10.0.26100.2161 " targetFramework =" native" />
8
- <package id =" Microsoft.Windows.WDK.x64" version =" 10.0.26100.2161 " targetFramework =" native" />
9
- <package id =" Microsoft.Windows.WDK.x86" version =" 10.0.26100.2161 " targetFramework =" native" />
7
+ <package id =" Microsoft.Windows.SDK.CPP" version =" 10.0.26100.2454 " targetFramework =" native" />
8
+ <package id =" Microsoft.Windows.SDK.CPP.arm64" version =" 10.0.26100.2454 " targetFramework =" native" />
9
+ <package id =" Microsoft.Windows.SDK.CPP.x64" version =" 10.0.26100.2454 " targetFramework =" native" />
10
+ <package id =" Microsoft.Windows.SDK.CPP.x86" version =" 10.0.26100.2454 " targetFramework =" native" />
11
+ <package id =" Microsoft.Windows.WDK.ARM64" version =" 10.0.26100.2454 " targetFramework =" native" />
12
+ <package id =" Microsoft.Windows.WDK.x64" version =" 10.0.26100.2454 " targetFramework =" native" />
13
+ <package id =" Microsoft.Windows.WDK.x86" version =" 10.0.26100.2454 " targetFramework =" native" />
10
14
</packages >
Original file line number Diff line number Diff line change 5
5
-->
6
6
<Project DefaultTargets =" Build" ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
7
7
<PropertyGroup >
8
- <WDKVersion >10.0.26100.2161 </WDKVersion >
8
+ <WDKVersion >10.0.26100.2454 </WDKVersion >
9
9
</PropertyGroup >
10
10
<ItemGroup Label =" ProjectConfigurations" >
11
11
<ProjectConfiguration Include =" Debug|x64" >
Original file line number Diff line number Diff line change 5
5
-->
6
6
<Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
7
7
<PropertyGroup >
8
- <WDKVersion >10.0.26100.2161 </WDKVersion >
8
+ <WDKVersion >10.0.26100.2454 </WDKVersion >
9
9
</PropertyGroup >
10
10
<ItemGroup Label =" ProjectConfigurations" >
11
11
<ProjectConfiguration Include =" Debug|x64" >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!--
3
- Copyright (c) Microsoft Corporation
3
+ Copyright (c) eBPF for Windows contributors
4
4
SPDX-License-Identifier: MIT
5
5
-->
6
6
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" TreatAsLocalProperty =" Platform" >
7
7
<PropertyGroup >
8
8
<HostPlatform >$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture)</HostPlatform >
9
9
<WindowsTargetPlatformVersion >10.0.26100.0</WindowsTargetPlatformVersion >
10
- <WDKVersion >10.0.26100.2161 </WDKVersion >
10
+ <WDKVersion >10.0.26100.2454 </WDKVersion >
11
11
</PropertyGroup >
12
12
13
13
<Import Project =" $(SolutionDir)packages\Microsoft.Windows.SDK.CPP.$(WDKVersion)\build\native\Microsoft.Windows.SDK.cpp.props" Condition =" Exists('$(SolutionDir)packages\Microsoft.Windows.SDK.CPP.$(WDKVersion)\build\native\Microsoft.Windows.SDK.cpp.props')" />
You can’t perform that action at this time.
0 commit comments