diff --git a/src/Cropper.Blazor/Client/Cropper.Blazor.Client.csproj b/src/Cropper.Blazor/Client/Cropper.Blazor.Client.csproj
index 8f04c2bb..229d7dbd 100644
--- a/src/Cropper.Blazor/Client/Cropper.Blazor.Client.csproj
+++ b/src/Cropper.Blazor/Client/Cropper.Blazor.Client.csproj
@@ -1,175 +1,175 @@
-
-
-
- net8.0
- enable
- enable
- service-worker-assets.js
-
-
-
- false
- false
- true
- false
- Static
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(MSBuildThisFileDirectory)../
-
-
-
-
-
-
- $(SolutionDir)Cropper.Blazor.Client.Compiler/bin/Debug/netcoreapp3.1/Cropper.Blazor.Client.Compiler.dll
-
-
-
-
- $(SolutionDir)Cropper.Blazor.Client.Compiler/bin/Debug/net8.0/Cropper.Blazor.Client.Compiler.dll
-
-
-
-
-
-
- dotnet run --configuration release --project "$(SolutionDir)Cropper.Blazor.Client.Compiler/Cropper.Blazor.Client.Compiler.csproj"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <_NewCompiledSnippets Include="Models\Snippets.generated.cs" Exclude="@(Compile)" />
- <_NewCompiledDocsStrings Include="Models\DocStrings.generated.cs" Exclude="@(Compile)" />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ net8.0
+ enable
+ enable
+ service-worker-assets.js
+
+
+
+ false
+ false
+ true
+ false
+ Static
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $(MSBuildThisFileDirectory)../
+
+
+
+
+
+
+ $(SolutionDir)Cropper.Blazor.Client.Compiler/bin/Debug/netcoreapp3.1/Cropper.Blazor.Client.Compiler.dll
+
+
+
+
+ $(SolutionDir)Cropper.Blazor.Client.Compiler/bin/Debug/net8.0/Cropper.Blazor.Client.Compiler.dll
+
+
+
+
+
+
+ dotnet run --configuration release --project "$(SolutionDir)Cropper.Blazor.Client.Compiler/Cropper.Blazor.Client.Compiler.csproj"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <_NewCompiledSnippets Include="Models\Snippets.generated.cs" Exclude="@(Compile)" />
+ <_NewCompiledDocsStrings Include="Models\DocStrings.generated.cs" Exclude="@(Compile)" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/Cropper.Blazor/Cropper.Blazor.UnitTests/Cropper.Blazor.UnitTests.csproj b/src/Cropper.Blazor/Cropper.Blazor.UnitTests/Cropper.Blazor.UnitTests.csproj
index 21f88d45..12ceecf5 100644
--- a/src/Cropper.Blazor/Cropper.Blazor.UnitTests/Cropper.Blazor.UnitTests.csproj
+++ b/src/Cropper.Blazor/Cropper.Blazor.UnitTests/Cropper.Blazor.UnitTests.csproj
@@ -1,60 +1,60 @@
-
-
-
- net8.0;net7.0;net6.0
- disable
- enable
- false
-
-
-
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
- cobertura
- ExcludeFromCodeCoverageAttribute
- [Cropper.Blazor]*
- **/*.g.cs
- true
- ./
-
-
-
+
+
+
+ net8.0;net7.0;net6.0
+ disable
+ enable
+ false
+
+
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ cobertura
+ ExcludeFromCodeCoverageAttribute
+ [Cropper.Blazor]*
+ **/*.g.cs
+ true
+ ./
+
+
+
diff --git a/src/Cropper.Blazor/Server/Cropper.Blazor.Server.csproj b/src/Cropper.Blazor/Server/Cropper.Blazor.Server.csproj
index f68215e1..5f9acea8 100644
--- a/src/Cropper.Blazor/Server/Cropper.Blazor.Server.csproj
+++ b/src/Cropper.Blazor/Server/Cropper.Blazor.Server.csproj
@@ -1,17 +1,17 @@
-
-
-
- net8.0
- enable
- enable
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ net8.0
+ enable
+ enable
+
+
+
+
+
+
+
+
+
+
+