-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add required permissions Signed-off-by: Alan Jowett <[email protected]> * Update the WDK Signed-off-by: Alan Jowett <[email protected]> --------- Signed-off-by: Alan Jowett <[email protected]>
- Loading branch information
1 parent
bf40cde
commit 13cadc6
Showing
5 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
Copyright (c) eBPF for Windows contributors | ||
SPDX-License-Identifier: MIT | ||
--> | ||
<packages> | ||
<package id="Microsoft.Windows.SDK.CPP" version="10.0.26100.2161" targetFramework="native" /> | ||
<package id="Microsoft.Windows.SDK.CPP.arm64" version="10.0.26100.2161" targetFramework="native" /> | ||
<package id="Microsoft.Windows.SDK.CPP.x64" version="10.0.26100.2161" targetFramework="native" /> | ||
<package id="Microsoft.Windows.SDK.CPP.x86" version="10.0.26100.2161" targetFramework="native" /> | ||
<package id="Microsoft.Windows.WDK.ARM64" version="10.0.26100.2161" targetFramework="native" /> | ||
<package id="Microsoft.Windows.WDK.x64" version="10.0.26100.2161" targetFramework="native" /> | ||
<package id="Microsoft.Windows.WDK.x86" version="10.0.26100.2161" targetFramework="native" /> | ||
<package id="Microsoft.Windows.SDK.CPP" version="10.0.26100.2454" targetFramework="native" /> | ||
<package id="Microsoft.Windows.SDK.CPP.arm64" version="10.0.26100.2454" targetFramework="native" /> | ||
<package id="Microsoft.Windows.SDK.CPP.x64" version="10.0.26100.2454" targetFramework="native" /> | ||
<package id="Microsoft.Windows.SDK.CPP.x86" version="10.0.26100.2454" targetFramework="native" /> | ||
<package id="Microsoft.Windows.WDK.ARM64" version="10.0.26100.2454" targetFramework="native" /> | ||
<package id="Microsoft.Windows.WDK.x64" version="10.0.26100.2454" targetFramework="native" /> | ||
<package id="Microsoft.Windows.WDK.x86" version="10.0.26100.2454" targetFramework="native" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters