diff --git a/backend/LeedsBeerQuest.API/LeedsBeerQuest.API.Tests/LeedsBeerQuest.API.Tests.csproj b/backend/LeedsBeerQuest.API/LeedsBeerQuest.API.Tests/LeedsBeerQuest.API.Tests.csproj new file mode 100644 index 0000000..4e170f5 --- /dev/null +++ b/backend/LeedsBeerQuest.API/LeedsBeerQuest.API.Tests/LeedsBeerQuest.API.Tests.csproj @@ -0,0 +1,17 @@ + + + + net6.0 + enable + + false + + + + + + + + + + diff --git a/backend/LeedsBeerQuest.API/LeedsBeerQuest.API.sln b/backend/LeedsBeerQuest.API/LeedsBeerQuest.API.sln index 65a129a..5ca4080 100644 --- a/backend/LeedsBeerQuest.API/LeedsBeerQuest.API.sln +++ b/backend/LeedsBeerQuest.API/LeedsBeerQuest.API.sln @@ -2,6 +2,8 @@ Microsoft Visual Studio Solution File, Format Version 12.00 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeedsBeerQuest.API", "LeedsBeerQuest.API\LeedsBeerQuest.API.csproj", "{98E83960-5FE3-47E2-B1C1-2A449BAAB6E8}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeedsBeerQuest.API.Tests", "LeedsBeerQuest.API.Tests\LeedsBeerQuest.API.Tests.csproj", "{A73E79B2-CE91-49DC-928A-4BDBC000994E}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -12,5 +14,9 @@ Global {98E83960-5FE3-47E2-B1C1-2A449BAAB6E8}.Debug|Any CPU.Build.0 = Debug|Any CPU {98E83960-5FE3-47E2-B1C1-2A449BAAB6E8}.Release|Any CPU.ActiveCfg = Release|Any CPU {98E83960-5FE3-47E2-B1C1-2A449BAAB6E8}.Release|Any CPU.Build.0 = Release|Any CPU + {A73E79B2-CE91-49DC-928A-4BDBC000994E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A73E79B2-CE91-49DC-928A-4BDBC000994E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A73E79B2-CE91-49DC-928A-4BDBC000994E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A73E79B2-CE91-49DC-928A-4BDBC000994E}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection EndGlobal