From 1871676e80c32d556652c969ac8de8be9cf4ae95 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Thu, 6 May 2021 20:13:47 +0300 Subject: Updated some target frameworks and namespaces --- ExamTemplate/Common/Class1.cs | 2 +- ExamTemplate/Common/Common.csproj | 2 +- ExamTemplate/Services/Class1.cs | 2 +- ExamTemplate/Services/Services.csproj | 2 +- ExamTemplate/Web/Web.csproj | 6 +++++- 5 files changed, 9 insertions(+), 5 deletions(-) (limited to 'ExamTemplate') diff --git a/ExamTemplate/Common/Class1.cs b/ExamTemplate/Common/Class1.cs index 8cae90e..c750e05 100644 --- a/ExamTemplate/Common/Class1.cs +++ b/ExamTemplate/Common/Class1.cs @@ -1,6 +1,6 @@ using System; -namespace Common +namespace ExamTemplate.Common { public class Class1 { diff --git a/ExamTemplate/Common/Common.csproj b/ExamTemplate/Common/Common.csproj index 72764a6..563e6f9 100644 --- a/ExamTemplate/Common/Common.csproj +++ b/ExamTemplate/Common/Common.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + net5.0 diff --git a/ExamTemplate/Services/Class1.cs b/ExamTemplate/Services/Class1.cs index ba9b8d2..f374fd7 100644 --- a/ExamTemplate/Services/Class1.cs +++ b/ExamTemplate/Services/Class1.cs @@ -1,6 +1,6 @@ using System; -namespace Services +namespace ExamTemplate.Services { public class Class1 { diff --git a/ExamTemplate/Services/Services.csproj b/ExamTemplate/Services/Services.csproj index 98e2941..59fa33e 100644 --- a/ExamTemplate/Services/Services.csproj +++ b/ExamTemplate/Services/Services.csproj @@ -6,7 +6,7 @@ - netstandard2.0 + net5.0 diff --git a/ExamTemplate/Web/Web.csproj b/ExamTemplate/Web/Web.csproj index 3c3737c..ef3c865 100644 --- a/ExamTemplate/Web/Web.csproj +++ b/ExamTemplate/Web/Web.csproj @@ -5,8 +5,12 @@ + + + + - netcoreapp5.0 + net5.0 -- cgit v1.2.3