Patch CI
continuous-integration/drone/push Build is passing Details

Dashboard
Hugo LIVET 2 years ago
parent 49702f9d53
commit 6a83ae33bc

@ -1,5 +1,4 @@
using Microsoft.Maui.Graphics; using Model;
using Model;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;

@ -7,4 +7,9 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Data\Data_CI.csproj" />
<ProjectReference Include="..\Modele\Model_CI.csproj" />
</ItemGroup>
</Project> </Project>

Loading…
Cancel
Save