You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A console application to synchronise SharePoint Online lists with a SQL Server database, including data quality routines for common list inconsistencies. Built with the SharePoint Client Side Object Model (CSOM) and .NET Framework 4.8.
7
+
A console application to synchronise SharePoint Online lists with a SQL Server database, including data quality routines for common list inconsistencies. Built with the SharePoint Client Side Object Model (CSOM) and .NET 8.0.
8
8
9
9
---
10
10
@@ -51,9 +51,8 @@ All settings (SharePoint credentials, SQL connection string) are stored in an XM
51
51
52
52
## Prerequisites
53
53
54
-
- Windows operating system (.NET Framework 4.8 target)
55
-
-[.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-framework/net48) or later
56
-
- Visual Studio 2019 or 2022 (for building from source)
54
+
- Windows operating system (.NET 8.0 target)
55
+
-[.NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0) or later
57
56
- Access to a SharePoint Online tenant with appropriate read/write permissions
58
57
- SQL Server (any edition) with a database where target tables will be created/updated
59
58
- VPN access if SharePoint or SQL Server is only reachable within a corporate network
@@ -67,25 +66,24 @@ All settings (SharePoint credentials, SQL connection string) are stored in an XM
0 commit comments