From 35f35e1cc4349d77ad6eefb0252ffcb745db4dc7 Mon Sep 17 00:00:00 2001 From: Deborah Gause Date: Sun, 21 Jun 2020 15:01:32 -0400 Subject: [PATCH 1/3] Deb Added a comment --- MVC_Start/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MVC_Start/Program.cs b/MVC_Start/Program.cs index 4d1db8e..239a0a8 100644 --- a/MVC_Start/Program.cs +++ b/MVC_Start/Program.cs @@ -23,3 +23,4 @@ public static IWebHost BuildWebHost(string[] args) => .Build(); } } +//Deb's Comment \ No newline at end of file From a9c70cc7cc62767c62a8dcdf78889674e38695f3 Mon Sep 17 00:00:00 2001 From: neeraj kumar Date: Sun, 21 Jun 2020 15:18:26 -0400 Subject: [PATCH 2/3] NK Changes --- MVC_Start/Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MVC_Start/Program.cs b/MVC_Start/Program.cs index 239a0a8..58f5d80 100644 --- a/MVC_Start/Program.cs +++ b/MVC_Start/Program.cs @@ -23,4 +23,5 @@ public static IWebHost BuildWebHost(string[] args) => .Build(); } } -//Deb's Comment \ No newline at end of file +//Deb's Comment +//Neeraj's Comment \ No newline at end of file From 5cac32867b7c163456978d5a8780f0639d73f4a2 Mon Sep 17 00:00:00 2001 From: swasselle Date: Wed, 24 Jun 2020 21:53:44 -0400 Subject: [PATCH 3/3] Sarah's comment --- MVC_Start/Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MVC_Start/Program.cs b/MVC_Start/Program.cs index 58f5d80..e12da0a 100644 --- a/MVC_Start/Program.cs +++ b/MVC_Start/Program.cs @@ -24,4 +24,5 @@ public static IWebHost BuildWebHost(string[] args) => } } //Deb's Comment -//Neeraj's Comment \ No newline at end of file +//Neeraj's Comment +//Sarah's Comment \ No newline at end of file