Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
eldonferranpol committed Jun 12, 2024
1 parent 28a5c72 commit e9136fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .net/Api/Requests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System.Net;
using System.Security.Claims;
using System.Threading.Tasks;
using System.Xml.Schema;

namespace Sensemaking.Web.Api
{
Expand Down
4 changes: 2 additions & 2 deletions .net/Bdd.Web/Bdd.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.9" />
<PackageReference Include="Sensemaking.Bdd" Version="1.0.204" />
<PackageReference Include="Sensemaking.Http.Json.Client" Version="1.0.204" />
<PackageReference Include="Sensemaking.Bdd" Version="1.0.209" />
<PackageReference Include="Sensemaking.Http.Json.Client" Version="1.0.209" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions .net/Host/Host.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.20" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.13.1" />
<PackageReference Include="Scrutor" Version="4.2.0" />
<PackageReference Include="Sensemaking.Host" Version="1.0.204" />
<PackageReference Include="Sensemaking.Http" Version="1.0.204" />
<PackageReference Include="Sensemaking.Serialization" Version="1.0.204" />
<PackageReference Include="Sensemaking.Host" Version="1.0.209" />
<PackageReference Include="Sensemaking.Http" Version="1.0.209" />
<PackageReference Include="Sensemaking.Serialization" Version="1.0.209" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e9136fa

Please sign in to comment.