From ec2ef74d4d97fc0f5f7ba703a396b1ff7970fea9 Mon Sep 17 00:00:00 2001 From: akshaybaluapuri Date: Fri, 18 Feb 2022 11:06:05 +0530 Subject: [PATCH 1/4] Update dotnet-core-hello-world.csproj --- dotnet-core-hello-world.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-core-hello-world.csproj b/dotnet-core-hello-world.csproj index ec593e0..dd77472 100755 --- a/dotnet-core-hello-world.csproj +++ b/dotnet-core-hello-world.csproj @@ -1,7 +1,7 @@ - netcoreapp2.1 + netcoreapp3.1 portable dotnet-core-hello-world Exe From 89ef37f3e26a4cad5e3beeab94cdf4a54feaed01 Mon Sep 17 00:00:00 2001 From: akshaybaluapuri Date: Mon, 21 Feb 2022 13:58:49 +0530 Subject: [PATCH 2/4] Update dotnet-core-hello-world.csproj --- dotnet-core-hello-world.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-core-hello-world.csproj b/dotnet-core-hello-world.csproj index dd77472..16fd300 100755 --- a/dotnet-core-hello-world.csproj +++ b/dotnet-core-hello-world.csproj @@ -3,6 +3,7 @@ netcoreapp3.1 portable + true dotnet-core-hello-world Exe dotnet-core-hello-world From 786076e7347fb92af7cdfb42014c1f5d5b78587e Mon Sep 17 00:00:00 2001 From: akshaybaluapuri Date: Mon, 21 Feb 2022 17:25:57 +0530 Subject: [PATCH 3/4] Create NuGet.config --- NuGet.config | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 NuGet.config diff --git a/NuGet.config b/NuGet.config new file mode 100644 index 0000000..e589a3e --- /dev/null +++ b/NuGet.config @@ -0,0 +1,13 @@ + + + + + + + + + + + + + From 12646e3c119e8e49be324b1c5925aa68b9d21f42 Mon Sep 17 00:00:00 2001 From: akshaybaluapuri Date: Mon, 21 Feb 2022 17:30:17 +0530 Subject: [PATCH 4/4] Delete NuGet.config --- NuGet.config | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 NuGet.config diff --git a/NuGet.config b/NuGet.config deleted file mode 100644 index e589a3e..0000000 --- a/NuGet.config +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - -