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

Use new csproj format for test project #18

Closed MIchaelMainer closed 4 years ago

peombwa commented 5 years ago

@MIchaelMainer Also, going forward, all tests will use XUnit and not MSTest, correct?

MIchaelMainer commented 5 years ago

Correct.

michael-hawker commented 5 years ago

Looks like this was done already? At least the new csproj format? Can it be closed?

However, I did notice that when checking out the dev branch, the project wouldn't build as the test project used an older dependency version than the main project. Updating it to match the main project worked fine though.