Browse Source

changed to dotnet 8 and added gitignore file

sriram 8 months ago
parent
commit
d8fa32ebf1
3 changed files with 4 additions and 4 deletions
  1. 2
    2
      .gitignore
  2. 1
    1
      Bizgaze.Reference.csproj
  3. 1
    1
      Bizgaze.Reference.net6.csproj

+ 2
- 2
.gitignore View File

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

+ 1
- 1
Bizgaze.Reference.csproj View File

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

+ 1
- 1
Bizgaze.Reference.net6.csproj View File

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

Loading…
Cancel
Save