Skip to content

Commit dde28a8

Browse files
author
Adit Sheth
committed
Resolved build errors.
1 parent e2b5ddc commit dde28a8

File tree

1 file changed

+2
-2
lines changed
  • docs/visual-basic/developing-apps/development-with-my

1 file changed

+2
-2
lines changed

docs/visual-basic/developing-apps/development-with-my/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Starting with .NET 5, not all `My` services are supported. The following `My` ob
2929
- <xref:Microsoft.VisualBasic.ApplicationServices.ApplicationBase> (`My.Application`)
3030
- <xref:Microsoft.VisualBasic.Devices.Computer> (`My.Computer`)
3131
- <xref:Microsoft.VisualBasic.ApplicationServices.User> (`My.User`)
32-
- <xref:Microsoft.VisualBasic.MyServices.Internal.MySettings> (`My.Settings`)
33-
- <xref:Microsoft.VisualBasic.MyServices.Internal.MyResources> (`My.Resources`)
32+
- [My.Settings Object](../../language-reference/objects/my-settings-object.md)
33+
- [My.Resources Object](../../language-reference/objects/my-resources-object.md)
3434

3535
- **Not supported in .NET 5+:**
3636
- [My.Forms Object](../../language-reference/objects/my-forms-object.md)

0 commit comments

Comments
 (0)