Skip to content

Commit

Permalink
Fix test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mrica-equinor committed Jan 23, 2025
1 parent c10b529 commit 422fb55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/api/api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
<PackageReference Include="MQTTnet" Version="4.3.6.1152" />
<PackageReference Include="MQTTnet.Extensions.ManagedClient" Version="4.3.6.1152" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.5.1" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.5.1" >
<NoWarn>NU1903</NoWarn>
</PackageReference>
<PackageReference Include="NCrontab" Version="3.3.3" />
</ItemGroup>

Expand Down

0 comments on commit 422fb55

Please sign in to comment.