diff --git a/Tests/Directory.Build.props b/Tests/Directory.Build.props
index 49364c0..10868d3 100644
--- a/Tests/Directory.Build.props
+++ b/Tests/Directory.Build.props
@@ -1,37 +1,37 @@
-
-
- net8.0
- enable
- enable
-
-
-
- true
- cobertura
- $(MSBuildProjectDirectory)/TestResults/
- [*.Tests]*,[*.IntegrationTests]*,[*.TestUtils]*
- **/*Migrations/*.cs
- GeneratedCodeAttribute,CompilerGeneratedAttribute
- 80
-
-
-
-
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
+
+
+ net8.0
+ enable
+ enable
+
+
+
+ true
+ cobertura
+ $(MSBuildProjectDirectory)/TestResults/
+ [*.Tests]*,[*.IntegrationTests]*,[*.TestUtils]*
+ **/*Migrations/*.cs
+ GeneratedCodeAttribute,CompilerGeneratedAttribute
+ 80
+
+
+
+
+
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
diff --git a/src/DemoShop.Application/DemoShop.Application.csproj b/src/DemoShop.Application/DemoShop.Application.csproj
old mode 100755
new mode 100644
index 07ec26c..f901500
--- a/src/DemoShop.Application/DemoShop.Application.csproj
+++ b/src/DemoShop.Application/DemoShop.Application.csproj
@@ -1,19 +1,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/DemoShop.Domain/DemoShop.Domain.csproj b/src/DemoShop.Domain/DemoShop.Domain.csproj
old mode 100755
new mode 100644
index cf5395c..9f58321
--- a/src/DemoShop.Domain/DemoShop.Domain.csproj
+++ b/src/DemoShop.Domain/DemoShop.Domain.csproj
@@ -1,8 +1,8 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/src/DemoShop.Infrastructure/DemoShop.Infrastructure.csproj b/src/DemoShop.Infrastructure/DemoShop.Infrastructure.csproj
old mode 100755
new mode 100644
index ebe6df4..9bdb0ab
--- a/src/DemoShop.Infrastructure/DemoShop.Infrastructure.csproj
+++ b/src/DemoShop.Infrastructure/DemoShop.Infrastructure.csproj
@@ -1,22 +1,24 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index 8107b19..0980e87 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -1,32 +1,32 @@
-
-
- net8.0
- enable
- enable
- true
- All
- true
-
-
-
- full
- true
- true
- true
- true
-
-
-
- $(NoWarn);CA2007
- $(NoWarn);CA1062;CA1861
-
-
-
-
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
-
+
+
+ net8.0
+ enable
+ enable
+ true
+ All
+ true
+
+
+
+ full
+ true
+ true
+ true
+ true
+
+
+
+ $(NoWarn);CA2007
+ $(NoWarn);CA1062;CA1861
+
+
+
+
+
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
+
+