Blocksy

Dependencies And References

  1. Add dependencies to the project :
    • (1) AspNetCore.Reporting” Version=”2.1.0″
    • (2) Microsoft.AspNetCore.Authentication.JwtBearer” Version=”5.0.2″
    • (3) Microsoft.AspNetCore.HttpOverrides” Version=”2.1.1″
    • (4) Newtonsoft.Json” Version=”13.0.1″
    • (5) Npgsql” Version=”5.0.3″
    • (6) Swashbuckle.AspNetCore” Version=”6.2.3″
    • (7) System.Management” Version=”5.0.0″
    • (8) System.Text.Encoding.CodePages” Version=”5.0.0″
  2. Add the GSITLibrary as an assembly reference from the source file :
    …\GSIT-LEARN\Library\GSITLibrary\GSITLibrary\bin\Release\net6.0\ GSITLibrary.dll
  3. After adding dependencies, the CRM project looks like this :
  4. Change Workspace name in all files in project. Open file Program.cs.
    Use find and Replace to replace “namespace GSITServer” with “namespace CRM”.
    Click the replace all button to replace the namespace in all files in the project.
  5. Done for all this initial process, you can enter Hello World.