Skip to content

Commit 7e5f742

Browse files
committed
Fix tool restore
1 parent 27753ae commit 7e5f742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/migration/migrate_38.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Please note that you cannot use the ```3.8.1.*``` wildcard in the ```dotnet-tool
9292
You will also need to add this to your ```.csproj```:
9393

9494
```xml
95-
<Target Name="RestoreDotnetTools" BeforeTargets="Restore">
95+
<Target Name="RestoreDotnetTools" BeforeTargets="CollectPackageReferences">
9696
<Message Text="Restoring dotnet tools" Importance="High" />
9797
<Exec Command="dotnet tool restore" />
9898
</Target>

0 commit comments

Comments
 (0)