We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d988282 commit b82c081Copy full SHA for b82c081
1 file changed
src/Nefarius.Utilities.DeviceManagement.csproj
@@ -31,7 +31,9 @@
31
<PackageReference Include="Microsoft.Windows.SDK.Win32Metadata" Version="65.0.8-preview">
32
<PrivateAssets>all</PrivateAssets>
33
</PackageReference>
34
- <PackageReference Include="Microsoft.Windows.WDK.Win32Metadata" Version="0.13.25-experimental" />
+ <PackageReference Include="Microsoft.Windows.WDK.Win32Metadata" Version="0.13.25-experimental">
35
+ <PrivateAssets>all</PrivateAssets>
36
+ </PackageReference>
37
<PackageReference Include="MinVer" Version="6.0.0">
38
39
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
0 commit comments