googleapis / google-api-dotnet-client

Google APIs Client Library for .NET
https://developers.google.com/api-client-library/dotnet
Apache License 2.0
1.36k stars 526 forks source link

chore: Use a vanilla reference in net462 for System.Management #2821

Closed jskeet closed 2 months ago

jskeet commented 3 months ago

The lib/net462 folder in System.Management version 7.0.2 is empty, so this should be equivalent.

Addresses #2820.

amanda-tarafa commented 2 months ago

Addind the do not merge label, I'm double checking this.

amanda-tarafa commented 2 months ago

I can see no reason why we had the versioned package reference vs. the .NET Framework reference. Also, I've ran several tests including from applications targetting both .NET Framework 4.6.2 and .NET Framework 4.8 with Google.Apis.Auth depending on the .NET Framework reference of System.Management and everything works fine.

This should be good to merge.