Browse Source

changed to dotnet 8 and added gitignore file

sriram 8 months ago
parent
commit
1d9863f026
3 changed files with 4 additions and 4 deletions
  1. 2
    2
      .gitignore
  2. 1
    1
      CRM.Visitors/CRM.Visitors.Publish.csproj
  3. 1
    1
      CRM.Visitors/CRM.Visitors.csproj

+ 2
- 2
.gitignore View File

@@ -1,4 +1,4 @@
1 1
 /**/obj/
2 2
 /**/bin/
3
-/**/.vs/
4
-/**/.idea/
3
+/**/node_modules/
4
+.vs/

+ 1
- 1
CRM.Visitors/CRM.Visitors.Publish.csproj View File

@@ -1,7 +1,7 @@
1 1
 <Project Sdk="Microsoft.NET.Sdk">
2 2
 
3 3
   <PropertyGroup>
4
-    <TargetFramework>net6.0</TargetFramework>
4
+    <TargetFramework>net8.0</TargetFramework>
5 5
     <AssemblyName>Bizgaze.CRM.Visitors</AssemblyName>
6 6
     <RootNamespace>Bizgaze.CRM.Visitors</RootNamespace>
7 7
   </PropertyGroup>

+ 1
- 1
CRM.Visitors/CRM.Visitors.csproj View File

@@ -1,7 +1,7 @@
1 1
 <Project Sdk="Microsoft.NET.Sdk">
2 2
 
3 3
   <PropertyGroup>
4
-    <TargetFramework>net5.0</TargetFramework>
4
+    <TargetFramework>net8.0</TargetFramework>
5 5
   </PropertyGroup>
6 6
 
7 7
   <ItemGroup>

Loading…
Cancel
Save