⚠️ pas tester, tests non fonctionnels
continuous-integration/drone/push Build is passing Details

API
Damien NORTIER 1 year ago
parent 52375d4e0f
commit 328506e10e

@ -29,6 +29,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csp
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FakeDatas", "FakeDatas\FakeDatas.csproj", "{3C930FB5-2F1E-463E-978B-F0B5C7A58307}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StubbedDbContextLibrary", "StubbedDbContextLibrary\StubbedDbContextLibrary.csproj", "{6A0D9093-EAA4-45A0-8813-ED5BB4E1EA3E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -87,6 +89,10 @@ Global
{3C930FB5-2F1E-463E-978B-F0B5C7A58307}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C930FB5-2F1E-463E-978B-F0B5C7A58307}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C930FB5-2F1E-463E-978B-F0B5C7A58307}.Release|Any CPU.Build.0 = Release|Any CPU
{6A0D9093-EAA4-45A0-8813-ED5BB4E1EA3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A0D9093-EAA4-45A0-8813-ED5BB4E1EA3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A0D9093-EAA4-45A0-8813-ED5BB4E1EA3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A0D9093-EAA4-45A0-8813-ED5BB4E1EA3E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE

@ -7,12 +7,14 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.1.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DbConnectionLibrairie\DbConnectionLibrairie.csproj" />
<ProjectReference Include="..\DTOs\DTOs.csproj" />
<ProjectReference Include="..\ExtensionsClassLibrairie\ExtensionsClassLibrairie.csproj" />
<ProjectReference Include="..\ManagerInterfaces\ManagerInterfaces.csproj" />
<ProjectReference Include="..\OrderCriterias\OrderCriterias.csproj" />
<ProjectReference Include="..\ServiceManagers\ServiceManagers.csproj" />

Loading…
Cancel
Save