From 7d27a9281cfb03713ea503a4a8096934fc8586b3 Mon Sep 17 00:00:00 2001 From: Michael Hohn Date: Wed, 4 Dec 2024 12:14:54 -0800 Subject: [PATCH] remove dotnet project setup --- README.org | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.org b/README.org index f88a147..00f8e6b 100644 --- a/README.org +++ b/README.org @@ -37,11 +37,6 @@ brew install --cask dotnet-sdk dotnet --version - # Create template project - mkdir HelloWorld - cd HelloWorld - dotnet new console - # Compile template project cd ~/work-gh/codeql-intro-csharp/HelloWorld/ dotnet build @@ -53,14 +48,8 @@ #+END_SRC ** SQL Injection Sample + These are detailed steps. The next section is higher level. #+BEGIN_SRC sh - # Project Setup - cd ~/work-gh/codeql-intro-csharp/ - dotnet new console -n SqliDemo - cd SqliDemo - - dotnet add package Microsoft.Data.Sqlite - # Database Init cd ~/work-gh/codeql-intro-csharp/SqliDemo sqlite3 users.sqlite @@ -285,7 +274,6 @@ - /Users/hohn/local/codeql-cli-end-to-end/doc/readme.md - /Users/hohn/local/codeql-cli-end-to-end/sarif-cli/non-sarif-metadata/README.org - * TODO Optional: Multiple Builds #+BEGIN_SRC sh dotnet sln codeql-intro-csharp.sln list