In Visual Studio 2019 I added a Nuget package, Microsoft.AspNetCore.Authentication.Google
version 3.14. The only visible change I can find is an extra line in <ItemGroup>
in the .csproj file.
Where is the code of the package located?
How is version control impacted if my project is checked into TFS?