Kaynağa Gözat

bizgaze.reference first commit

Prem Kumar 3 yıl önce
işleme
aadd6518d0
2 değiştirilmiş dosya ile 15 ekleme ve 0 silme
  1. 7
    0
      Bizgaze.Reference.csproj
  2. 8
    0
      Class1.cs

+ 7
- 0
Bizgaze.Reference.csproj Dosyayı Görüntüle

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

+ 8
- 0
Class1.cs Dosyayı Görüntüle

@@ -0,0 +1,8 @@
1
+using System;
2
+
3
+namespace Bizgaze.Reference
4
+{
5
+    public class Class1
6
+    {
7
+    }
8
+}

Loading…
İptal
Kaydet