diff options
Diffstat (limited to 'ExamTemplate/Common/ExamTemplate.Common/ExamTemplate.Common.csproj')
| -rw-r--r-- | ExamTemplate/Common/ExamTemplate.Common/ExamTemplate.Common.csproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ExamTemplate/Common/ExamTemplate.Common/ExamTemplate.Common.csproj b/ExamTemplate/Common/ExamTemplate.Common/ExamTemplate.Common.csproj new file mode 100644 index 0000000..563e6f9 --- /dev/null +++ b/ExamTemplate/Common/ExamTemplate.Common/ExamTemplate.Common.csproj @@ -0,0 +1,7 @@ +<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>net5.0</TargetFramework>
+ </PropertyGroup>
+
+</Project>
|
