Skip to content

Commit

Permalink
Updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarmesquita committed Jun 22, 2024
1 parent 7ed415f commit 59e69ac
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/Api.Crud.Client/Api.Crud.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="eQuantic.Core" Version="1.7.0" />
<PackageReference Include="eQuantic.Core.Api.Client" Version="1.6.19" />
<PackageReference Include="eQuantic.Core.Api.Client" Version="1.6.20" />
<PackageReference Include="eQuantic.Linq" Version="1.3.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Api.Crud/Api.Crud.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="eQuantic.Core.Api" Version="1.6.19" />
<PackageReference Include="eQuantic.Core.Api" Version="1.6.20" />
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions src/Application.Crud/Application.Crud.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="eQuantic.Core.Application" Version="1.6.19" />
<PackageReference Include="eQuantic.Core.Domain" Version="1.6.19" />
<PackageReference Include="eQuantic.Core.Exceptions" Version="1.6.19" />
<PackageReference Include="eQuantic.Core.Application" Version="1.6.20" />
<PackageReference Include="eQuantic.Core.Domain" Version="1.6.20" />
<PackageReference Include="eQuantic.Core.Exceptions" Version="1.6.20" />
<PackageReference Include="eQuantic.Mapper" Version="1.2.4" />
<PackageReference Include="Humanizer" Version="2.14.1" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.10.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion src/eQuantic.Core.Api.Sample/ExampleUnitOfWork.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using eQuantic.Core.Data.EntityFramework.Repository;
using eQuantic.Core.Data.EntityFramework.SqlServer.Repository;

namespace eQuantic.Core.Api.Sample;

Expand Down
12 changes: 6 additions & 6 deletions src/eQuantic.Core.Api.Sample/eQuantic.Core.Api.Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="eQuantic.Core.Data.EntityFramework" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.5">
<PackageReference Include="eQuantic.Core.Data.EntityFramework.SqlServer" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.5" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.1" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.6.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.6" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.6.2" />
</ItemGroup>
</Project>

0 comments on commit 59e69ac

Please sign in to comment.