From ed5de40d3b9ede3825f8a82cea5f278bdccfe442 Mon Sep 17 00:00:00 2001 From: moulidharansf4071 Date: Mon, 8 Jul 2024 16:38:53 +0530 Subject: [PATCH] 891562: changes --- DiagramBuilder.csproj | 16 ++++++++++++---- Nuget.config | 18 ++++++++++++++++++ README.md | 13 ++++++------- packages.config | 4 ++-- 4 files changed, 38 insertions(+), 13 deletions(-) create mode 100644 Nuget.config diff --git a/DiagramBuilder.csproj b/DiagramBuilder.csproj index 81ad572..fd413df 100644 --- a/DiagramBuilder.csproj +++ b/DiagramBuilder.csproj @@ -45,16 +45,23 @@ prompt 4 + + + + + + + packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll - - packages\Syncfusion.EJ2.MVC4.22.2.5\lib\net40\Syncfusion.EJ2.dll + + packages\Syncfusion.EJ2.MVC4.26.1.35\lib\net40\Syncfusion.EJ2.dll - - packages\Syncfusion.Licensing.22.2.5\lib\net46\Syncfusion.Licensing.dll + + packages\Syncfusion.Licensing.26.1.35\lib\net40\Syncfusion.Licensing.dll @@ -320,6 +327,7 @@ + diff --git a/Nuget.config b/Nuget.config new file mode 100644 index 0000000..de9505a --- /dev/null +++ b/Nuget.config @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index c4071ea..d2c97ac 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,17 @@ # ej2-showcase-aspnetmvc-diagram-builder The aspnet MVC diagram builder application is used to create the diagrams such as "Flow Charts", "MindMap Diagrams" and "Organization Chart" through Visual Interface. +## Deployment + Requirements to run the demo - Visual Studio 2022 (or) - Visual Studio 2019 - - -How to run the demo - --Clone the repository. - --Open the DiagramBuilder.sln file using Visual Studio. + ### Run -Press Ctrl + F5 to run the sample. +- Clone the repository. +- Open the DiagramBuilder.csproj file using Visual Studio. +- Press Ctrl + F5 to run the sample. diff --git a/packages.config b/packages.config index d3267c8..bfb8d33 100644 --- a/packages.config +++ b/packages.config @@ -2,8 +2,8 @@ - - + +