forked from microsoft/ebpf-for-windows
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alan Jowett <alanjo@microsoft.com>
- Loading branch information
1 parent
1c7af6d
commit 1cc5ec6
Showing
4 changed files
with
17 additions
and
13 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
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" /> | ||
</packages> | ||
<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