diff --git a/src/DKNet.FW.sln.DotSettings.user b/src/DKNet.FW.sln.DotSettings.user
index 18ad5218..f443ceb1 100644
--- a/src/DKNet.FW.sln.DotSettings.user
+++ b/src/DKNet.FW.sln.DotSettings.user
@@ -588,14 +588,14 @@
<SessionState ContinuousTestingMode="0" Name="All tests from <AspNet>" xmlns="urn:schemas-jetbrains-com:jetbrains-ut-session">
<Solution />
</SessionState>
- <SessionState ContinuousTestingMode="0" Name="All tests from <AspNet>\<AspCore.Idempotency.Tests>" xmlns="urn:schemas-jetbrains-com:jetbrains-ut-session">
+ <SessionState ContinuousTestingMode="0" IsActive="True" Name="All tests from <AspNet>\<AspCore.Idempotency.Tests>" xmlns="urn:schemas-jetbrains-com:jetbrains-ut-session">
<Or>
<Project Location="/Users/steven/_CODE/DRUNK/DKNet/src/AspNet/AspCore.Idempotency.Tests" Presentation="<AspNet>\<AspCore.Idempotency.Tests>" />
<Project Location="/Users/steven/_CODE/DRUNK/DKNet/src/AspNet/AspCore.Idempotency.MsSqlStore.Tests" Presentation="<AspNet>\<AspCore.Idempotency.MsSqlStore.Tests>" />
</Or>
</SessionState>
- <SessionState ContinuousTestingMode="0" IsActive="True" Name="Session" xmlns="urn:schemas-jetbrains-com:jetbrains-ut-session">
+ <SessionState ContinuousTestingMode="0" Name="Session" xmlns="urn:schemas-jetbrains-com:jetbrains-ut-session">
<Or>
<Project Location="/Users/steven/_CODE/DRUNK/DKNet/src" Presentation="<AspNet>" />
<Project Location="/Users/steven/_CODE/DRUNK/DKNet/src" Presentation="<Core>" />
diff --git a/src/EfCore/DKNet.EfCore.DtoGenerator/DKNet.EfCore.DtoGenerator.csproj b/src/EfCore/DKNet.EfCore.DtoGenerator/DKNet.EfCore.DtoGenerator.csproj
index 63765d71..67af29e9 100644
--- a/src/EfCore/DKNet.EfCore.DtoGenerator/DKNet.EfCore.DtoGenerator.csproj
+++ b/src/EfCore/DKNet.EfCore.DtoGenerator/DKNet.EfCore.DtoGenerator.csproj
@@ -18,7 +18,9 @@
$(NoWarn);NU5128
-
+
+
+
@@ -26,10 +28,10 @@
-
+
-
+
diff --git a/src/EfCore/DKNet.EfCore.DtoGenerator/GenerateDtoAttribute.cs b/src/EfCore/DKNet.EfCore.DtoGenerator/GenerateDtoAttribute.cs
index 57e1464f..8d8428d0 100644
--- a/src/EfCore/DKNet.EfCore.DtoGenerator/GenerateDtoAttribute.cs
+++ b/src/EfCore/DKNet.EfCore.DtoGenerator/GenerateDtoAttribute.cs
@@ -35,7 +35,7 @@ namespace DKNet.EfCore.DtoGenerator;
/// are automatically excluded, including both single entity properties and collection properties.
///
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, AllowMultiple = false, Inherited = false)]
-public sealed class GenerateDtoAttribute : Attribute
+internal sealed class GenerateDtoAttribute : Attribute
{
///
/// Gets the entity type to generate a DTO for.
diff --git a/src/EfCore/EfCore.DtoGenerator.Tests/EfCore.DtoGenerator.Tests.csproj b/src/EfCore/EfCore.DtoGenerator.Tests/EfCore.DtoGenerator.Tests.csproj
index 48ac8d12..e7baf20c 100644
--- a/src/EfCore/EfCore.DtoGenerator.Tests/EfCore.DtoGenerator.Tests.csproj
+++ b/src/EfCore/EfCore.DtoGenerator.Tests/EfCore.DtoGenerator.Tests.csproj
@@ -66,7 +66,10 @@
+ ReferenceOutputAssembly="true">
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+