From 50308a5981a00cb3ea1ac7b7ba3a7c95c7a7322f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Mon, 9 Apr 2018 22:00:42 +0300 Subject: [PATCH] Upgraded all nuget packages. --- .../Volo.Abp.AspNetCore.Authentication.OAuth.csproj | 2 +- .../Volo.Abp.AspNetCore.EmbeddedFiles.csproj | 2 +- .../Volo.Abp.AspNetCore.Mvc.csproj | 4 ++-- .../Volo.Abp.AspNetCore.TestBase.csproj | 2 +- src/Volo.Abp.AspNetCore/Volo.Abp.AspNetCore.csproj | 6 +++--- .../Volo.Abp.Authorization.csproj | 2 +- src/Volo.Abp.Caching/Volo.Abp.Caching.csproj | 2 +- src/Volo.Abp.Core/Volo.Abp.Core.csproj | 10 +++++----- src/Volo.Abp.Http.Client/Volo.Abp.Http.Client.csproj | 2 +- src/Volo.Abp.Json/Volo.Abp.Json.csproj | 2 +- src/Volo.Abp.Localization/Volo.Abp.Localization.csproj | 2 +- .../Volo.Abp.VirtualFileSystem.csproj | 4 ++-- test/AbpTestBase/AbpTestBase.csproj | 2 +- ...lo.Abp.AspNetCore.Authentication.OAuth.Tests.csproj | 2 +- .../Volo.Abp.AspNetCore.MultiTenancy.Tests.csproj | 2 +- .../Volo.Abp.AspNetCore.Mvc.Tests.csproj | 6 +++--- .../Volo.Abp.AspNetCore.Mvc.Versioning.Tests.csproj | 4 ++-- .../Volo.Abp.AspNetCore.Tests.csproj | 2 +- .../Volo.Abp.Auditing.Tests.csproj | 2 +- .../Volo.Abp.Authorization.Tests.csproj | 2 +- .../Volo.Abp.AutoMapper.Tests.csproj | 2 +- .../Volo.Abp.Autofac.Tests.csproj | 2 +- .../Volo.Abp.Caching.Tests.csproj | 2 +- .../Volo.Abp.Castle.Core.Tests.csproj | 2 +- test/Volo.Abp.Core.Tests/Volo.Abp.Core.Tests.csproj | 2 +- test/Volo.Abp.Data.Tests/Volo.Abp.Data.Tests.csproj | 2 +- test/Volo.Abp.Ddd.Tests/Volo.Abp.Ddd.Tests.csproj | 2 +- .../Volo.Abp.EntityFrameworkCore.Tests.csproj | 2 +- .../Volo.Abp.EventBus.Tests.csproj | 2 +- .../Volo.Abp.Http.Client.Tests.csproj | 2 +- .../Volo.Abp.Localization.Tests.csproj | 2 +- .../Volo.Abp.MemoryDb.Tests.csproj | 2 +- .../Volo.Abp.MongoDB.Tests.csproj | 2 +- .../Volo.Abp.MultiTenancy.Tests.csproj | 2 +- .../Volo.Abp.Serialization.Tests.csproj | 2 +- .../Volo.Abp.TestApp.Tests.csproj | 2 +- .../Volo.Abp.UI.Navigation.Tests.csproj | 2 +- test/Volo.Abp.Uow.Tests/Volo.Abp.Uow.Tests.csproj | 2 +- .../Volo.Abp.Validation.Tests.csproj | 2 +- .../Volo.Abp.VirtualFileSystem.Tests.csproj | 2 +- 40 files changed, 51 insertions(+), 51 deletions(-) diff --git a/src/Volo.Abp.AspNetCore.Authentication.OAuth/Volo.Abp.AspNetCore.Authentication.OAuth.csproj b/src/Volo.Abp.AspNetCore.Authentication.OAuth/Volo.Abp.AspNetCore.Authentication.OAuth.csproj index d942b8cc0a..453e8dba01 100644 --- a/src/Volo.Abp.AspNetCore.Authentication.OAuth/Volo.Abp.AspNetCore.Authentication.OAuth.csproj +++ b/src/Volo.Abp.AspNetCore.Authentication.OAuth/Volo.Abp.AspNetCore.Authentication.OAuth.csproj @@ -19,7 +19,7 @@ - + diff --git a/src/Volo.Abp.AspNetCore.EmbeddedFiles/Volo.Abp.AspNetCore.EmbeddedFiles.csproj b/src/Volo.Abp.AspNetCore.EmbeddedFiles/Volo.Abp.AspNetCore.EmbeddedFiles.csproj index 03db7c46e2..084b60b43d 100644 --- a/src/Volo.Abp.AspNetCore.EmbeddedFiles/Volo.Abp.AspNetCore.EmbeddedFiles.csproj +++ b/src/Volo.Abp.AspNetCore.EmbeddedFiles/Volo.Abp.AspNetCore.EmbeddedFiles.csproj @@ -18,7 +18,7 @@ - + diff --git a/src/Volo.Abp.AspNetCore.Mvc/Volo.Abp.AspNetCore.Mvc.csproj b/src/Volo.Abp.AspNetCore.Mvc/Volo.Abp.AspNetCore.Mvc.csproj index e6f8683b9e..b0eb6ddbb4 100644 --- a/src/Volo.Abp.AspNetCore.Mvc/Volo.Abp.AspNetCore.Mvc.csproj +++ b/src/Volo.Abp.AspNetCore.Mvc/Volo.Abp.AspNetCore.Mvc.csproj @@ -23,8 +23,8 @@ - - + + diff --git a/src/Volo.Abp.AspNetCore.TestBase/Volo.Abp.AspNetCore.TestBase.csproj b/src/Volo.Abp.AspNetCore.TestBase/Volo.Abp.AspNetCore.TestBase.csproj index bdf3cfc8aa..bb0b3df0f9 100644 --- a/src/Volo.Abp.AspNetCore.TestBase/Volo.Abp.AspNetCore.TestBase.csproj +++ b/src/Volo.Abp.AspNetCore.TestBase/Volo.Abp.AspNetCore.TestBase.csproj @@ -20,7 +20,7 @@ - + diff --git a/src/Volo.Abp.AspNetCore/Volo.Abp.AspNetCore.csproj b/src/Volo.Abp.AspNetCore/Volo.Abp.AspNetCore.csproj index 0120ecd02e..d5dbd6c42e 100644 --- a/src/Volo.Abp.AspNetCore/Volo.Abp.AspNetCore.csproj +++ b/src/Volo.Abp.AspNetCore/Volo.Abp.AspNetCore.csproj @@ -20,9 +20,9 @@ - - - + + + diff --git a/src/Volo.Abp.Authorization/Volo.Abp.Authorization.csproj b/src/Volo.Abp.Authorization/Volo.Abp.Authorization.csproj index 21bcf1102f..34e22cdf4c 100644 --- a/src/Volo.Abp.Authorization/Volo.Abp.Authorization.csproj +++ b/src/Volo.Abp.Authorization/Volo.Abp.Authorization.csproj @@ -14,7 +14,7 @@ - + diff --git a/src/Volo.Abp.Caching/Volo.Abp.Caching.csproj b/src/Volo.Abp.Caching/Volo.Abp.Caching.csproj index 01bb10de40..c7b6e966a5 100644 --- a/src/Volo.Abp.Caching/Volo.Abp.Caching.csproj +++ b/src/Volo.Abp.Caching/Volo.Abp.Caching.csproj @@ -14,7 +14,7 @@ - + diff --git a/src/Volo.Abp.Core/Volo.Abp.Core.csproj b/src/Volo.Abp.Core/Volo.Abp.Core.csproj index 25e61405ae..bf3e6e1af2 100644 --- a/src/Volo.Abp.Core/Volo.Abp.Core.csproj +++ b/src/Volo.Abp.Core/Volo.Abp.Core.csproj @@ -17,13 +17,13 @@ - + - + - - - + + + diff --git a/src/Volo.Abp.Http.Client/Volo.Abp.Http.Client.csproj b/src/Volo.Abp.Http.Client/Volo.Abp.Http.Client.csproj index 6e6b6dc0a9..fad6ffe394 100644 --- a/src/Volo.Abp.Http.Client/Volo.Abp.Http.Client.csproj +++ b/src/Volo.Abp.Http.Client/Volo.Abp.Http.Client.csproj @@ -14,7 +14,7 @@ - + diff --git a/src/Volo.Abp.Json/Volo.Abp.Json.csproj b/src/Volo.Abp.Json/Volo.Abp.Json.csproj index 3e5c6e4f81..2af2186c63 100644 --- a/src/Volo.Abp.Json/Volo.Abp.Json.csproj +++ b/src/Volo.Abp.Json/Volo.Abp.Json.csproj @@ -14,7 +14,7 @@ - + diff --git a/src/Volo.Abp.Localization/Volo.Abp.Localization.csproj b/src/Volo.Abp.Localization/Volo.Abp.Localization.csproj index 89caaac610..abcdf41323 100644 --- a/src/Volo.Abp.Localization/Volo.Abp.Localization.csproj +++ b/src/Volo.Abp.Localization/Volo.Abp.Localization.csproj @@ -18,7 +18,7 @@ - + diff --git a/src/Volo.Abp.VirtualFileSystem/Volo.Abp.VirtualFileSystem.csproj b/src/Volo.Abp.VirtualFileSystem/Volo.Abp.VirtualFileSystem.csproj index efff28f143..00c582fef4 100644 --- a/src/Volo.Abp.VirtualFileSystem/Volo.Abp.VirtualFileSystem.csproj +++ b/src/Volo.Abp.VirtualFileSystem/Volo.Abp.VirtualFileSystem.csproj @@ -14,8 +14,8 @@ - - + + diff --git a/test/AbpTestBase/AbpTestBase.csproj b/test/AbpTestBase/AbpTestBase.csproj index bcc6242fea..78aeb9d8b4 100644 --- a/test/AbpTestBase/AbpTestBase.csproj +++ b/test/AbpTestBase/AbpTestBase.csproj @@ -15,7 +15,7 @@ - + diff --git a/test/Volo.Abp.AspNetCore.Authentication.OAuth.Tests/Volo.Abp.AspNetCore.Authentication.OAuth.Tests.csproj b/test/Volo.Abp.AspNetCore.Authentication.OAuth.Tests/Volo.Abp.AspNetCore.Authentication.OAuth.Tests.csproj index e8441e1690..ef2216dfc1 100644 --- a/test/Volo.Abp.AspNetCore.Authentication.OAuth.Tests/Volo.Abp.AspNetCore.Authentication.OAuth.Tests.csproj +++ b/test/Volo.Abp.AspNetCore.Authentication.OAuth.Tests/Volo.Abp.AspNetCore.Authentication.OAuth.Tests.csproj @@ -18,7 +18,7 @@ - + diff --git a/test/Volo.Abp.AspNetCore.MultiTenancy.Tests/Volo.Abp.AspNetCore.MultiTenancy.Tests.csproj b/test/Volo.Abp.AspNetCore.MultiTenancy.Tests/Volo.Abp.AspNetCore.MultiTenancy.Tests.csproj index d345000026..126bc7482f 100644 --- a/test/Volo.Abp.AspNetCore.MultiTenancy.Tests/Volo.Abp.AspNetCore.MultiTenancy.Tests.csproj +++ b/test/Volo.Abp.AspNetCore.MultiTenancy.Tests/Volo.Abp.AspNetCore.MultiTenancy.Tests.csproj @@ -17,7 +17,7 @@ - + diff --git a/test/Volo.Abp.AspNetCore.Mvc.Tests/Volo.Abp.AspNetCore.Mvc.Tests.csproj b/test/Volo.Abp.AspNetCore.Mvc.Tests/Volo.Abp.AspNetCore.Mvc.Tests.csproj index d0d292dd49..d75ab62851 100644 --- a/test/Volo.Abp.AspNetCore.Mvc.Tests/Volo.Abp.AspNetCore.Mvc.Tests.csproj +++ b/test/Volo.Abp.AspNetCore.Mvc.Tests/Volo.Abp.AspNetCore.Mvc.Tests.csproj @@ -16,9 +16,9 @@ - - - + + + diff --git a/test/Volo.Abp.AspNetCore.Mvc.Versioning.Tests/Volo.Abp.AspNetCore.Mvc.Versioning.Tests.csproj b/test/Volo.Abp.AspNetCore.Mvc.Versioning.Tests/Volo.Abp.AspNetCore.Mvc.Versioning.Tests.csproj index cb7da9c09b..de8fb199ae 100644 --- a/test/Volo.Abp.AspNetCore.Mvc.Versioning.Tests/Volo.Abp.AspNetCore.Mvc.Versioning.Tests.csproj +++ b/test/Volo.Abp.AspNetCore.Mvc.Versioning.Tests/Volo.Abp.AspNetCore.Mvc.Versioning.Tests.csproj @@ -16,8 +16,8 @@ - - + + diff --git a/test/Volo.Abp.AspNetCore.Tests/Volo.Abp.AspNetCore.Tests.csproj b/test/Volo.Abp.AspNetCore.Tests/Volo.Abp.AspNetCore.Tests.csproj index 1c231acc40..3373f7850b 100644 --- a/test/Volo.Abp.AspNetCore.Tests/Volo.Abp.AspNetCore.Tests.csproj +++ b/test/Volo.Abp.AspNetCore.Tests/Volo.Abp.AspNetCore.Tests.csproj @@ -12,7 +12,7 @@ - + diff --git a/test/Volo.Abp.Auditing.Tests/Volo.Abp.Auditing.Tests.csproj b/test/Volo.Abp.Auditing.Tests/Volo.Abp.Auditing.Tests.csproj index ac881ee3af..90bef0ea71 100644 --- a/test/Volo.Abp.Auditing.Tests/Volo.Abp.Auditing.Tests.csproj +++ b/test/Volo.Abp.Auditing.Tests/Volo.Abp.Auditing.Tests.csproj @@ -18,7 +18,7 @@ - + diff --git a/test/Volo.Abp.Authorization.Tests/Volo.Abp.Authorization.Tests.csproj b/test/Volo.Abp.Authorization.Tests/Volo.Abp.Authorization.Tests.csproj index 78375e68de..521a734b34 100644 --- a/test/Volo.Abp.Authorization.Tests/Volo.Abp.Authorization.Tests.csproj +++ b/test/Volo.Abp.Authorization.Tests/Volo.Abp.Authorization.Tests.csproj @@ -19,7 +19,7 @@ - + diff --git a/test/Volo.Abp.AutoMapper.Tests/Volo.Abp.AutoMapper.Tests.csproj b/test/Volo.Abp.AutoMapper.Tests/Volo.Abp.AutoMapper.Tests.csproj index 5a15c1f594..7587549903 100644 --- a/test/Volo.Abp.AutoMapper.Tests/Volo.Abp.AutoMapper.Tests.csproj +++ b/test/Volo.Abp.AutoMapper.Tests/Volo.Abp.AutoMapper.Tests.csproj @@ -17,7 +17,7 @@ - + diff --git a/test/Volo.Abp.Autofac.Tests/Volo.Abp.Autofac.Tests.csproj b/test/Volo.Abp.Autofac.Tests/Volo.Abp.Autofac.Tests.csproj index 43a746f511..332c75c0be 100644 --- a/test/Volo.Abp.Autofac.Tests/Volo.Abp.Autofac.Tests.csproj +++ b/test/Volo.Abp.Autofac.Tests/Volo.Abp.Autofac.Tests.csproj @@ -18,7 +18,7 @@ - + diff --git a/test/Volo.Abp.Caching.Tests/Volo.Abp.Caching.Tests.csproj b/test/Volo.Abp.Caching.Tests/Volo.Abp.Caching.Tests.csproj index 65e3abae38..5efbf24504 100644 --- a/test/Volo.Abp.Caching.Tests/Volo.Abp.Caching.Tests.csproj +++ b/test/Volo.Abp.Caching.Tests/Volo.Abp.Caching.Tests.csproj @@ -18,7 +18,7 @@ - + diff --git a/test/Volo.Abp.Castle.Core.Tests/Volo.Abp.Castle.Core.Tests.csproj b/test/Volo.Abp.Castle.Core.Tests/Volo.Abp.Castle.Core.Tests.csproj index 37e2d07c06..69e17dd2c1 100644 --- a/test/Volo.Abp.Castle.Core.Tests/Volo.Abp.Castle.Core.Tests.csproj +++ b/test/Volo.Abp.Castle.Core.Tests/Volo.Abp.Castle.Core.Tests.csproj @@ -17,7 +17,7 @@ - + diff --git a/test/Volo.Abp.Core.Tests/Volo.Abp.Core.Tests.csproj b/test/Volo.Abp.Core.Tests/Volo.Abp.Core.Tests.csproj index f8b8d9dede..35d8e08b52 100644 --- a/test/Volo.Abp.Core.Tests/Volo.Abp.Core.Tests.csproj +++ b/test/Volo.Abp.Core.Tests/Volo.Abp.Core.Tests.csproj @@ -17,7 +17,7 @@ - + diff --git a/test/Volo.Abp.Data.Tests/Volo.Abp.Data.Tests.csproj b/test/Volo.Abp.Data.Tests/Volo.Abp.Data.Tests.csproj index 89d6920b8d..b2fdf28254 100644 --- a/test/Volo.Abp.Data.Tests/Volo.Abp.Data.Tests.csproj +++ b/test/Volo.Abp.Data.Tests/Volo.Abp.Data.Tests.csproj @@ -17,7 +17,7 @@ - + diff --git a/test/Volo.Abp.Ddd.Tests/Volo.Abp.Ddd.Tests.csproj b/test/Volo.Abp.Ddd.Tests/Volo.Abp.Ddd.Tests.csproj index c87f48f7a4..182b51461b 100644 --- a/test/Volo.Abp.Ddd.Tests/Volo.Abp.Ddd.Tests.csproj +++ b/test/Volo.Abp.Ddd.Tests/Volo.Abp.Ddd.Tests.csproj @@ -18,7 +18,7 @@ - + diff --git a/test/Volo.Abp.EntityFrameworkCore.Tests/Volo.Abp.EntityFrameworkCore.Tests.csproj b/test/Volo.Abp.EntityFrameworkCore.Tests/Volo.Abp.EntityFrameworkCore.Tests.csproj index c99f47c5a5..2e0ee44f16 100644 --- a/test/Volo.Abp.EntityFrameworkCore.Tests/Volo.Abp.EntityFrameworkCore.Tests.csproj +++ b/test/Volo.Abp.EntityFrameworkCore.Tests/Volo.Abp.EntityFrameworkCore.Tests.csproj @@ -20,7 +20,7 @@ - + diff --git a/test/Volo.Abp.EventBus.Tests/Volo.Abp.EventBus.Tests.csproj b/test/Volo.Abp.EventBus.Tests/Volo.Abp.EventBus.Tests.csproj index 21639175d7..27bfd1e3c7 100644 --- a/test/Volo.Abp.EventBus.Tests/Volo.Abp.EventBus.Tests.csproj +++ b/test/Volo.Abp.EventBus.Tests/Volo.Abp.EventBus.Tests.csproj @@ -20,7 +20,7 @@ - + diff --git a/test/Volo.Abp.Http.Client.Tests/Volo.Abp.Http.Client.Tests.csproj b/test/Volo.Abp.Http.Client.Tests/Volo.Abp.Http.Client.Tests.csproj index 77280fa252..324a71c054 100644 --- a/test/Volo.Abp.Http.Client.Tests/Volo.Abp.Http.Client.Tests.csproj +++ b/test/Volo.Abp.Http.Client.Tests/Volo.Abp.Http.Client.Tests.csproj @@ -18,7 +18,7 @@ - + \ No newline at end of file diff --git a/test/Volo.Abp.Localization.Tests/Volo.Abp.Localization.Tests.csproj b/test/Volo.Abp.Localization.Tests/Volo.Abp.Localization.Tests.csproj index dc1609dde6..44039a4395 100644 --- a/test/Volo.Abp.Localization.Tests/Volo.Abp.Localization.Tests.csproj +++ b/test/Volo.Abp.Localization.Tests/Volo.Abp.Localization.Tests.csproj @@ -21,7 +21,7 @@ - + diff --git a/test/Volo.Abp.MemoryDb.Tests/Volo.Abp.MemoryDb.Tests.csproj b/test/Volo.Abp.MemoryDb.Tests/Volo.Abp.MemoryDb.Tests.csproj index fb682d6649..0042a9b195 100644 --- a/test/Volo.Abp.MemoryDb.Tests/Volo.Abp.MemoryDb.Tests.csproj +++ b/test/Volo.Abp.MemoryDb.Tests/Volo.Abp.MemoryDb.Tests.csproj @@ -19,7 +19,7 @@ - + \ No newline at end of file diff --git a/test/Volo.Abp.MongoDB.Tests/Volo.Abp.MongoDB.Tests.csproj b/test/Volo.Abp.MongoDB.Tests/Volo.Abp.MongoDB.Tests.csproj index f737d7a297..d93f179070 100644 --- a/test/Volo.Abp.MongoDB.Tests/Volo.Abp.MongoDB.Tests.csproj +++ b/test/Volo.Abp.MongoDB.Tests/Volo.Abp.MongoDB.Tests.csproj @@ -19,7 +19,7 @@ - + diff --git a/test/Volo.Abp.MultiTenancy.Tests/Volo.Abp.MultiTenancy.Tests.csproj b/test/Volo.Abp.MultiTenancy.Tests/Volo.Abp.MultiTenancy.Tests.csproj index c7f6eb6dac..70ea5c3277 100644 --- a/test/Volo.Abp.MultiTenancy.Tests/Volo.Abp.MultiTenancy.Tests.csproj +++ b/test/Volo.Abp.MultiTenancy.Tests/Volo.Abp.MultiTenancy.Tests.csproj @@ -17,7 +17,7 @@ - + diff --git a/test/Volo.Abp.Serialization.Tests/Volo.Abp.Serialization.Tests.csproj b/test/Volo.Abp.Serialization.Tests/Volo.Abp.Serialization.Tests.csproj index d37bf44009..ed21baa3ab 100644 --- a/test/Volo.Abp.Serialization.Tests/Volo.Abp.Serialization.Tests.csproj +++ b/test/Volo.Abp.Serialization.Tests/Volo.Abp.Serialization.Tests.csproj @@ -18,7 +18,7 @@ - + diff --git a/test/Volo.Abp.TestApp.Tests/Volo.Abp.TestApp.Tests.csproj b/test/Volo.Abp.TestApp.Tests/Volo.Abp.TestApp.Tests.csproj index 20dacffad4..fa01da124a 100644 --- a/test/Volo.Abp.TestApp.Tests/Volo.Abp.TestApp.Tests.csproj +++ b/test/Volo.Abp.TestApp.Tests/Volo.Abp.TestApp.Tests.csproj @@ -12,7 +12,7 @@ - + diff --git a/test/Volo.Abp.UI.Navigation.Tests/Volo.Abp.UI.Navigation.Tests.csproj b/test/Volo.Abp.UI.Navigation.Tests/Volo.Abp.UI.Navigation.Tests.csproj index 9c6a2742b3..184637fb38 100644 --- a/test/Volo.Abp.UI.Navigation.Tests/Volo.Abp.UI.Navigation.Tests.csproj +++ b/test/Volo.Abp.UI.Navigation.Tests/Volo.Abp.UI.Navigation.Tests.csproj @@ -17,7 +17,7 @@ - + diff --git a/test/Volo.Abp.Uow.Tests/Volo.Abp.Uow.Tests.csproj b/test/Volo.Abp.Uow.Tests/Volo.Abp.Uow.Tests.csproj index fe26e9227f..2a0ac5603f 100644 --- a/test/Volo.Abp.Uow.Tests/Volo.Abp.Uow.Tests.csproj +++ b/test/Volo.Abp.Uow.Tests/Volo.Abp.Uow.Tests.csproj @@ -18,7 +18,7 @@ - + diff --git a/test/Volo.Abp.Validation.Tests/Volo.Abp.Validation.Tests.csproj b/test/Volo.Abp.Validation.Tests/Volo.Abp.Validation.Tests.csproj index 7d4c9e1c12..1d15cb523c 100644 --- a/test/Volo.Abp.Validation.Tests/Volo.Abp.Validation.Tests.csproj +++ b/test/Volo.Abp.Validation.Tests/Volo.Abp.Validation.Tests.csproj @@ -18,7 +18,7 @@ - + diff --git a/test/Volo.Abp.VirtualFileSystem.Tests/Volo.Abp.VirtualFileSystem.Tests.csproj b/test/Volo.Abp.VirtualFileSystem.Tests/Volo.Abp.VirtualFileSystem.Tests.csproj index 24813b6fa4..1db4b6e8c4 100644 --- a/test/Volo.Abp.VirtualFileSystem.Tests/Volo.Abp.VirtualFileSystem.Tests.csproj +++ b/test/Volo.Abp.VirtualFileSystem.Tests/Volo.Abp.VirtualFileSystem.Tests.csproj @@ -21,7 +21,7 @@ - +