Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
update VSMac mention
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptdev authored Apr 25, 2019
1 parent b4af259 commit e202c56
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions VisualBasic/TaskyVB/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Sample for the [Visual Basic and .NET Standard](https://docs.microsoft.com/xamar
IMPORTANT
---------

This sample *requires* Visual Studio on Windows.
This sample requires Visual Studio on Windows.

^ if you *really* wanted to try it in VIsual Studio for Mac, you'll have to remove the Visual Basic project and reference the **TaskyPortableVB.dll** directly.
^ if you *really* wanted to try it in Visual Studio 2019 for Mac, note that the Visual Basic project will not have syntax-highlighting, code-completion, or IntelliSense.

NOTES
-----
Expand All @@ -19,6 +19,5 @@ This simple to-do list app demonstrates using a **.NET Standard** library to sha

To keep the code simple we use a single XML file as the data-store - it contains a serialized collection of Task objects that we read & write to when the user edits their to-do items.


If you are browsing the VB code, this
[Visual Basic Reference](https://docs.microsoft.com/dotnet/visual-basic/language-reference/) might come in handy ;)

0 comments on commit e202c56

Please sign in to comment.