microsoftgraph / msgraph-sdk-dotnet-auth

Archived - use the TokenCredential classes provided by Azure.Identity. https://docs.microsoft.com/en-us/dotnet/api/overview/azure/identity-readme
https://graph.microsoft.com
MIT License
78 stars 19 forks source link

Target netcore3.1 in test project #75

Closed peombwa closed 4 years ago

peombwa commented 4 years ago

This PR closes #74 by updating the target framework to .NET core 3.1. NET core 2.2 and 3.0 and in End of Line (EOL).

MIchaelMainer commented 4 years ago

Hm, we shouldn't trigger a preview build based on this change. We should update the pipeline with a path filter.

peombwa commented 4 years ago

@MIchaelMainer, it was a manual trigger with publish task disabled.