From 02bffe72ea836c86daadea733d3430cf8a5b1b47 Mon Sep 17 00:00:00 2001 From: Joerg Beekmann Date: Sun, 30 Jun 2019 10:17:03 -0700 Subject: [PATCH] paket.targets -> Paket.Restore.targets I believe the docs are out of date on this file. I don't have a paket.targets file, only a Packet.Restore.targets file. Updated the docs on the assumption Paket.Restore.targets is the new name. Pls review my comment on the implications of not committing this file as I'm not sure that is correct. --- docs/content/faq.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/content/faq.md b/docs/content/faq.md index 2660a5da90..25db0ee8ad 100644 --- a/docs/content/faq.md +++ b/docs/content/faq.md @@ -137,8 +137,9 @@ committed to source control: The following files can be committed, but are not essential: -* [`.paket/paket.targets`](paket-folder.html) allows you to enable automatic - package restore in Visual Studio. +* [`.paket/Paket.Restore.targets`](paket-folder.html) allows you to enable automatic + package restore in Visual Studio. If not commited then if using Visual Studio you + will need to run `dotnet restore` manually. * [`.paket/paket.bootstrapper.exe`](bootstrapper.html) is a small, rarely updated executable that will download the latest version of the main `paket.exe`. It is not necessary, but can be very useful for other developers