Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update daily build screenshot to show a daily build #32856

Merged
merged 1 commit into from
Jan 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/DailyBuilds.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ 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](https://github.com/dotnet/efcore/assets/91606949/4c7c5838-0500-453e-929b-0bc2c4d5fb35)
![image](![image](https://github.com/dotnet/efcore/assets/1430078/9a54546b-f969-4409-868b-0fa675b162c6))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The format is wrong, should be
![image](https://github.com/dotnet/efcore/assets/1430078/9a54546b-f969-4409-868b-0fa675b162c6)

Also why is the image padded with white background?


Alternately, your IDE might provide auto-completion directly in the .csproj file:

Expand Down
Loading