From 14da7b1ed13b6b8354c986ca50cdd2b5d58a7d11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Tue, 16 Mar 2021 15:54:38 +0300 Subject: [PATCH] Move bundling options to the abstractions package. --- .../Bundling/BlazorGlobalBundles.cs | 0 ...olo.Abp.AspNetCore.Components.WebAssembly.Theming.csproj | 6 +++--- .../Abp/AspNetCore/Mvc/UI/Bundling/BundleConfiguration.cs | 0 .../Mvc/UI/Bundling/BundleConfigurationCollection.cs | 0 .../Mvc/UI/Bundling/BundleConfigurationExtensions.cs | 0 .../Mvc/UI/Bundling/BundleContributorCollection.cs | 0 .../UI/Bundling/BundleContributorCollectionExtensions.cs | 0 .../Abp/AspNetCore/Mvc/UI/Bundling/BundleFileContributor.cs | 0 .../Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundlingMode.cs | 0 .../Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundlingOptions.cs | 0 10 files changed, 3 insertions(+), 3 deletions(-) rename framework/src/{Volo.Abp.AspNetCore.Components.Server.Theming => Volo.Abp.AspNetCore.Components.Web.Theming}/Bundling/BlazorGlobalBundles.cs (100%) rename framework/src/{Volo.Abp.AspNetCore.Mvc.UI.Bundling => Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions}/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleConfiguration.cs (100%) rename framework/src/{Volo.Abp.AspNetCore.Mvc.UI.Bundling => Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions}/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleConfigurationCollection.cs (100%) rename framework/src/{Volo.Abp.AspNetCore.Mvc.UI.Bundling => Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions}/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleConfigurationExtensions.cs (100%) rename framework/src/{Volo.Abp.AspNetCore.Mvc.UI.Bundling => Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions}/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleContributorCollection.cs (100%) rename framework/src/{Volo.Abp.AspNetCore.Mvc.UI.Bundling => Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions}/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleContributorCollectionExtensions.cs (100%) rename framework/src/{Volo.Abp.AspNetCore.Mvc.UI.Bundling => Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions}/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleFileContributor.cs (100%) rename framework/src/{Volo.Abp.AspNetCore.Mvc.UI.Bundling => Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions}/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundlingMode.cs (100%) rename framework/src/{Volo.Abp.AspNetCore.Mvc.UI.Bundling => Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions}/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundlingOptions.cs (100%) diff --git a/framework/src/Volo.Abp.AspNetCore.Components.Server.Theming/Bundling/BlazorGlobalBundles.cs b/framework/src/Volo.Abp.AspNetCore.Components.Web.Theming/Bundling/BlazorGlobalBundles.cs similarity index 100% rename from framework/src/Volo.Abp.AspNetCore.Components.Server.Theming/Bundling/BlazorGlobalBundles.cs rename to framework/src/Volo.Abp.AspNetCore.Components.Web.Theming/Bundling/BlazorGlobalBundles.cs diff --git a/framework/src/Volo.Abp.AspNetCore.Components.WebAssembly.Theming/Volo.Abp.AspNetCore.Components.WebAssembly.Theming.csproj b/framework/src/Volo.Abp.AspNetCore.Components.WebAssembly.Theming/Volo.Abp.AspNetCore.Components.WebAssembly.Theming.csproj index a0ff7f787c..51b9afbb4f 100644 --- a/framework/src/Volo.Abp.AspNetCore.Components.WebAssembly.Theming/Volo.Abp.AspNetCore.Components.WebAssembly.Theming.csproj +++ b/framework/src/Volo.Abp.AspNetCore.Components.WebAssembly.Theming/Volo.Abp.AspNetCore.Components.WebAssembly.Theming.csproj @@ -1,14 +1,14 @@ - - + + net5.0 - + diff --git a/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleConfiguration.cs b/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleConfiguration.cs similarity index 100% rename from framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleConfiguration.cs rename to framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleConfiguration.cs diff --git a/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleConfigurationCollection.cs b/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleConfigurationCollection.cs similarity index 100% rename from framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleConfigurationCollection.cs rename to framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleConfigurationCollection.cs diff --git a/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleConfigurationExtensions.cs b/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleConfigurationExtensions.cs similarity index 100% rename from framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleConfigurationExtensions.cs rename to framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleConfigurationExtensions.cs diff --git a/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleContributorCollection.cs b/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleContributorCollection.cs similarity index 100% rename from framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleContributorCollection.cs rename to framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleContributorCollection.cs diff --git a/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleContributorCollectionExtensions.cs b/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleContributorCollectionExtensions.cs similarity index 100% rename from framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleContributorCollectionExtensions.cs rename to framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleContributorCollectionExtensions.cs diff --git a/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleFileContributor.cs b/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleFileContributor.cs similarity index 100% rename from framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleFileContributor.cs rename to framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundleFileContributor.cs diff --git a/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundlingMode.cs b/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundlingMode.cs similarity index 100% rename from framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundlingMode.cs rename to framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundlingMode.cs diff --git a/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundlingOptions.cs b/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundlingOptions.cs similarity index 100% rename from framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundlingOptions.cs rename to framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundlingOptions.cs