You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This section should be removed from all templates for the 3.8.5 release and beyond
<TargetName="RestoreDotnetTools"BeforeTargets="CollectPackageReferences">
<MessageText="Restoring dotnet tools (this might take a while depending on your internet speed and should only happen upon building your project for the first time, or after upgrading MonoGame, or clearing your nuget cache)"Importance="High" />
<ExecCommand="dotnet tool restore" />
</Target>