From 34467d02b5eb8b0fb658e93708a96091f00b2a39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Fri, 15 Dec 2017 14:43:15 +0300 Subject: [PATCH] Enable C# 7.1 support for related projects. --- .../Volo.Abp.AspNetCore.Mvc.csproj.DotSettings | 2 ++ .../Volo.Abp.EntityFrameworkCore.csproj.DotSettings | 2 ++ .../Volo.Abp.Http.Client.csproj.DotSettings | 2 ++ .../Volo.Abp.Identity.Domain.csproj.DotSettings | 2 ++ src/Volo.Abp.MongoDB/Volo.Abp.MongoDB.csproj.DotSettings | 2 ++ 5 files changed, 10 insertions(+) create mode 100644 src/Volo.Abp.AspNetCore.Mvc/Volo.Abp.AspNetCore.Mvc.csproj.DotSettings create mode 100644 src/Volo.Abp.EntityFrameworkCore/Volo.Abp.EntityFrameworkCore.csproj.DotSettings create mode 100644 src/Volo.Abp.Http.Client/Volo.Abp.Http.Client.csproj.DotSettings create mode 100644 src/Volo.Abp.Identity.Domain/Volo.Abp.Identity.Domain.csproj.DotSettings create mode 100644 src/Volo.Abp.MongoDB/Volo.Abp.MongoDB.csproj.DotSettings diff --git a/src/Volo.Abp.AspNetCore.Mvc/Volo.Abp.AspNetCore.Mvc.csproj.DotSettings b/src/Volo.Abp.AspNetCore.Mvc/Volo.Abp.AspNetCore.Mvc.csproj.DotSettings new file mode 100644 index 0000000000..58ad6c8854 --- /dev/null +++ b/src/Volo.Abp.AspNetCore.Mvc/Volo.Abp.AspNetCore.Mvc.csproj.DotSettings @@ -0,0 +1,2 @@ + + CSharp71 \ No newline at end of file diff --git a/src/Volo.Abp.EntityFrameworkCore/Volo.Abp.EntityFrameworkCore.csproj.DotSettings b/src/Volo.Abp.EntityFrameworkCore/Volo.Abp.EntityFrameworkCore.csproj.DotSettings new file mode 100644 index 0000000000..58ad6c8854 --- /dev/null +++ b/src/Volo.Abp.EntityFrameworkCore/Volo.Abp.EntityFrameworkCore.csproj.DotSettings @@ -0,0 +1,2 @@ + + CSharp71 \ No newline at end of file diff --git a/src/Volo.Abp.Http.Client/Volo.Abp.Http.Client.csproj.DotSettings b/src/Volo.Abp.Http.Client/Volo.Abp.Http.Client.csproj.DotSettings new file mode 100644 index 0000000000..58ad6c8854 --- /dev/null +++ b/src/Volo.Abp.Http.Client/Volo.Abp.Http.Client.csproj.DotSettings @@ -0,0 +1,2 @@ + + CSharp71 \ No newline at end of file diff --git a/src/Volo.Abp.Identity.Domain/Volo.Abp.Identity.Domain.csproj.DotSettings b/src/Volo.Abp.Identity.Domain/Volo.Abp.Identity.Domain.csproj.DotSettings new file mode 100644 index 0000000000..58ad6c8854 --- /dev/null +++ b/src/Volo.Abp.Identity.Domain/Volo.Abp.Identity.Domain.csproj.DotSettings @@ -0,0 +1,2 @@ + + CSharp71 \ No newline at end of file diff --git a/src/Volo.Abp.MongoDB/Volo.Abp.MongoDB.csproj.DotSettings b/src/Volo.Abp.MongoDB/Volo.Abp.MongoDB.csproj.DotSettings new file mode 100644 index 0000000000..58ad6c8854 --- /dev/null +++ b/src/Volo.Abp.MongoDB/Volo.Abp.MongoDB.csproj.DotSettings @@ -0,0 +1,2 @@ + + CSharp71 \ No newline at end of file