aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Common
diff options
context:
space:
mode:
Diffstat (limited to 'ExamTemplate/Common')
-rw-r--r--ExamTemplate/Common/Class1.cs8
-rw-r--r--ExamTemplate/Common/Common.csproj7
2 files changed, 15 insertions, 0 deletions
diff --git a/ExamTemplate/Common/Class1.cs b/ExamTemplate/Common/Class1.cs
new file mode 100644
index 0000000..8cae90e
--- /dev/null
+++ b/ExamTemplate/Common/Class1.cs
@@ -0,0 +1,8 @@
+using System;
+
+namespace Common
+{
+ public class Class1
+ {
+ }
+}
diff --git a/ExamTemplate/Common/Common.csproj b/ExamTemplate/Common/Common.csproj
new file mode 100644
index 0000000..72764a6
--- /dev/null
+++ b/ExamTemplate/Common/Common.csproj
@@ -0,0 +1,7 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>netstandard2.0</TargetFramework>
+ </PropertyGroup>
+
+</Project>