Refactor for .NET framework compatibility
Added preprocessor directives to conditionally include code for different .NET frameworks. Adjusted namespace declarations and organized the `Static` class for improved clarity and maintainability.
This commit is contained in:
parent
fde0398c89
commit
a38447a36f
@ -5,7 +5,7 @@ using System;
|
||||
using DigitalData.Core.Abstraction.Application.Repository;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace DigitalData.Core.Infrastructure
|
||||
namespace DigitalData.Core.Abstraction.Application
|
||||
#if NET
|
||||
;
|
||||
#elif NETFRAMEWORK
|
||||
Loading…
x
Reference in New Issue
Block a user