From 19231e783e47aa10b3dab4d4a439094db7185784 Mon Sep 17 00:00:00 2001
From: prasenjeetnath <147582543+prasenjeetnath@users.noreply.github.com>
Date: Fri, 13 Oct 2023 14:18:36 +0530
Subject: [PATCH] Update main.yml

---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 808a502..d145f09 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
      
       
     - name: Restore Packages
-      run: dotnet restore SourceGrid_2013.sln
+      run: Nuget restore SourceGrid_2013.sln
     
     - name: Build
       run:  D:\MSbuild\12.0\Bin\MSBuild.exe -m -t:Rebuild /p:Configuration=Debug /p:Platform="Any CPU" SourceGrid_2013.sln