We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27753ae commit 7e5f742Copy full SHA for 7e5f742
articles/migration/migrate_38.md
@@ -92,7 +92,7 @@ Please note that you cannot use the ```3.8.1.*``` wildcard in the ```dotnet-tool
92
You will also need to add this to your ```.csproj```:
93
94
```xml
95
- <Target Name="RestoreDotnetTools" BeforeTargets="Restore">
+ <Target Name="RestoreDotnetTools" BeforeTargets="CollectPackageReferences">
96
<Message Text="Restoring dotnet tools" Importance="High" />
97
<Exec Command="dotnet tool restore" />
98
</Target>
0 commit comments