diff --git a/NEW/tests/JdeScoping.ConfigManager.Tests/GlobalUsings.cs b/NEW/tests/JdeScoping.ConfigManager.Tests/GlobalUsings.cs new file mode 100644 index 0000000..b4b243b --- /dev/null +++ b/NEW/tests/JdeScoping.ConfigManager.Tests/GlobalUsings.cs @@ -0,0 +1,3 @@ +global using Xunit; +global using Shouldly; +global using NSubstitute; diff --git a/NEW/tests/JdeScoping.ConfigManager.Tests/JdeScoping.ConfigManager.Tests.csproj b/NEW/tests/JdeScoping.ConfigManager.Tests/JdeScoping.ConfigManager.Tests.csproj new file mode 100644 index 0000000..6fbb49e --- /dev/null +++ b/NEW/tests/JdeScoping.ConfigManager.Tests/JdeScoping.ConfigManager.Tests.csproj @@ -0,0 +1,21 @@ + + + net10.0 + enable + enable + false + true + + + + + + + + + + + + + +