Pārlūkot izejas kodu

changed to dotnet 8 and added gitignore file

sriram 8 mēnešus atpakaļ
vecāks
revīzija
d8fa32ebf1
3 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 2
    2
      .gitignore
  2. 1
    1
      Bizgaze.Reference.csproj
  3. 1
    1
      Bizgaze.Reference.net6.csproj

+ 2
- 2
.gitignore Parādīt failu

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

+ 1
- 1
Bizgaze.Reference.csproj Parādīt failu

@@ -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
   </PropertyGroup>
6 6
 
7 7
   <ItemGroup>

+ 1
- 1
Bizgaze.Reference.net6.csproj Parādīt failu

@@ -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
   </PropertyGroup>
6 6
 
7 7
 </Project>

Notiek ielāde…
Atcelt
Saglabāt