Merged PR 17569: Update transitive dependencies from MS.Win.Compatibily

App package updates for MS.Win.Compat dependencies
This commit is contained in:
Travis Plunk 2021-10-13 20:28:07 +00:00 committed by Dongbo Wang
parent 04cf3e1dab
commit 122a770eef

View file

@ -32,6 +32,11 @@
<PackageReference Include="Microsoft.NETCore.Windows.ApiSets" Version="1.0.1" />
<!-- do not update this one because it brings in minor version upgrades -->
<PackageReference Include="Microsoft.Windows.Compatibility" Version="5.0.0" />
<!-- these are Microsoft.Windows.Compatibility depenecies that need updating -->
<PackageReference Include="System.Diagnostics.EventLog" Version="5.0.1" />
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="5.0.1" />
<PackageReference Include="System.DirectoryServices.Protocols" Version="5.0.1" />
<PackageReference Include="System.Reflection.DispatchProxy" Version="4.5.1" />
</ItemGroup>
</Project>