From 7ccd6ccab4a7e6f1ebefee9f74658f8a7dd33dda Mon Sep 17 00:00:00 2001 From: Steve Dietz <55600172+sdietz888@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:15:35 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 433c689..8a47c11 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The *Geotab Data-Only Plan API Examples* solution is a Visual Studio solution th The solution requires: -- [.NET 5.0 SDK](https://dotnet.microsoft.com/download) or higher +- [.NET 8.0 SDK](https://dotnet.microsoft.com/download) or higher - Geotab.Checkmate.ObjectModel (included with the NuGet package) - Ideally, MyAdmin credentials with the *MyAdminApiUser* and *Device_Admin* roles should be used when authenticating in order to be able to take advantage of all available methods; MyGeotab credentials may be used, but then the *CreateDatabaseAsync()* method cannot be used. @@ -16,4 +16,4 @@ The solution requires: ```shell > git clone https://github.com/Geotab/geotab-data-only-plan-api-examples.git geotab-data-only-plan-api-examples -``` \ No newline at end of file +```