Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove hard-coded version dependency on WDK #4072

Open
Alan-Jowett opened this issue Dec 5, 2024 · 0 comments
Open

Remove hard-coded version dependency on WDK #4072

Alan-Jowett opened this issue Dec 5, 2024 · 0 comments
Assignees
Labels
cleanup Affects API usability or code maintainability but not correctness or applicability P3 triaged Discussed in a triage meeting
Milestone

Comments

@Alan-Jowett
Copy link
Member

https://github.com/microsoft/ebpf-for-windows/blob/13636b6c34beefadd2c8ad04ae689eddb97f6caf/scripts/setup_build/packages.config#L3C2-L9C96

<?xml version="1.0" encoding="utf-8"?>
<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>
@dthaler dthaler added the cleanup Affects API usability or code maintainability but not correctness or applicability label Dec 9, 2024
@Alan-Jowett Alan-Jowett self-assigned this Dec 9, 2024
@Alan-Jowett Alan-Jowett added P3 triaged Discussed in a triage meeting labels Dec 9, 2024
@Alan-Jowett Alan-Jowett added this to the 2502 milestone Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Affects API usability or code maintainability but not correctness or applicability P3 triaged Discussed in a triage meeting
Projects
None yet
Development

No branches or pull requests

2 participants