diff --git a/src/Infrastructure.Tests/Infrastructure.Tests.csproj b/src/Infrastructure.Tests/Infrastructure.Tests.csproj new file mode 100644 index 0000000..085bddd --- /dev/null +++ b/src/Infrastructure.Tests/Infrastructure.Tests.csproj @@ -0,0 +1,23 @@ + + + + net8.0 + enable + enable + + false + true + + + + + + + + + + + + + + diff --git a/src/Infrastructure.sln b/src/Infrastructure.sln index 369f901..e11dcac 100644 --- a/src/Infrastructure.sln +++ b/src/Infrastructure.sln @@ -5,6 +5,8 @@ VisualStudioVersion = 17.10.35122.118 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{2D8C51B8-2EC0-49ED-89CA-21DF94417EFF}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure.Tests", "Infrastructure.Tests\Infrastructure.Tests.csproj", "{47915B09-D98E-4BA2-8B07-4C18056A7191}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -15,6 +17,10 @@ Global {2D8C51B8-2EC0-49ED-89CA-21DF94417EFF}.Debug|Any CPU.Build.0 = Debug|Any CPU {2D8C51B8-2EC0-49ED-89CA-21DF94417EFF}.Release|Any CPU.ActiveCfg = Release|Any CPU {2D8C51B8-2EC0-49ED-89CA-21DF94417EFF}.Release|Any CPU.Build.0 = Release|Any CPU + {47915B09-D98E-4BA2-8B07-4C18056A7191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {47915B09-D98E-4BA2-8B07-4C18056A7191}.Debug|Any CPU.Build.0 = Debug|Any CPU + {47915B09-D98E-4BA2-8B07-4C18056A7191}.Release|Any CPU.ActiveCfg = Release|Any CPU + {47915B09-D98E-4BA2-8B07-4C18056A7191}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE