From d8fa32ebf12b12c2e9fad1350675b81884b79d59 Mon Sep 17 00:00:00 2001 From: sriram Date: Fri, 15 Nov 2024 00:00:09 +0530 Subject: [PATCH] changed to dotnet 8 and added gitignore file --- .gitignore | 4 ++-- Bizgaze.Reference.csproj | 2 +- Bizgaze.Reference.net6.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5094d4b..4936ea3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ /**/obj/ /**/bin/ -/**/.vs/ -/**/.idea/ \ No newline at end of file +/**/node_modules/ +.vs/ diff --git a/Bizgaze.Reference.csproj b/Bizgaze.Reference.csproj index 05b7646..415be46 100644 --- a/Bizgaze.Reference.csproj +++ b/Bizgaze.Reference.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 diff --git a/Bizgaze.Reference.net6.csproj b/Bizgaze.Reference.net6.csproj index dbc1517..58990cd 100644 --- a/Bizgaze.Reference.net6.csproj +++ b/Bizgaze.Reference.net6.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0