From a8b16644a0dfb67a452ff116073e22c83a48059a Mon Sep 17 00:00:00 2001 From: Arthur Vickers Date: Thu, 1 Feb 2024 09:25:29 +0000 Subject: [PATCH] Fix daily build selection image. (#32975) * Fix daily build selection image. * Update DailyBuilds.md * Remove image --- docs/DailyBuilds.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DailyBuilds.md b/docs/DailyBuilds.md index 32a0ee783fb..428ab457b4b 100644 --- a/docs/DailyBuilds.md +++ b/docs/DailyBuilds.md @@ -79,11 +79,11 @@ Using wildcards will cause NuGet to pull the latest daily build whenever package You can use your IDE to choose the latest version. For example, in Visual Studio: -![image](![image](https://github.com/dotnet/efcore/assets/1430078/9a54546b-f969-4409-868b-0fa675b162c6)) +![Pick the daily build to use inside your IDE.](https://github.com/dotnet/efcore/assets/1430078/925aebff-fc88-4812-8cab-a3c4c29e8b94) Alternately, your IDE might provide auto-completion directly in the .csproj file: -![image](https://user-images.githubusercontent.com/1430078/92645046-1d142900-f299-11ea-9e40-c2b1fe1f61c1.png) +![Use auto-completion in the csproj file, if supported by your IDE.](https://user-images.githubusercontent.com/1430078/92645046-1d142900-f299-11ea-9e40-c2b1fe1f61c1.png) ## What about Visual Studio and the SDK?