Skip to content

Commit

Permalink
chore: Updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarmesquita committed Aug 25, 2024
1 parent 7400c5d commit f235030
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions src/Api.Crud.Client/Api.Crud.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<RootNamespace>eQuantic.Core.Api.Crud.Client</RootNamespace>
<AssemblyName>eQuantic.Core.Api.Crud.Client</AssemblyName>
<AssemblyTitle>eQuantic.Core.Api.Crud.Client</AssemblyTitle>
<AssemblyVersion>1.7.10.0</AssemblyVersion>
<FileVersion>1.7.10.0</FileVersion>
<Version>1.7.10.0</Version>
<AssemblyVersion>1.7.11.0</AssemblyVersion>
<FileVersion>1.7.11.0</FileVersion>
<Version>1.7.11.0</Version>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>

<PackageId>eQuantic.Core.Api.Crud.Client</PackageId>
Expand Down Expand Up @@ -46,8 +46,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="eQuantic.Core" Version="1.7.0" />
<PackageReference Include="eQuantic.Core.Api.Client" Version="1.7.2" />
<PackageReference Include="eQuantic.Linq" Version="1.3.3" />
<PackageReference Include="eQuantic.Core.Api.Client" Version="1.7.3" />
<PackageReference Include="eQuantic.Linq" Version="1.3.4" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
Expand Down
8 changes: 4 additions & 4 deletions src/Api.Crud/Api.Crud.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<AssemblyName>eQuantic.Core.Api.Crud</AssemblyName>
<RootNamespace>eQuantic.Core.Api.Crud</RootNamespace>
<AssemblyTitle>eQuantic.Core.Api.Crud</AssemblyTitle>
<AssemblyVersion>1.7.10.0</AssemblyVersion>
<FileVersion>1.7.10.0</FileVersion>
<Version>1.7.10.0</Version>
<AssemblyVersion>1.7.11.0</AssemblyVersion>
<FileVersion>1.7.11.0</FileVersion>
<Version>1.7.11.0</Version>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>

<PackageId>eQuantic.Core.Api.Crud</PackageId>
Expand Down Expand Up @@ -37,7 +37,7 @@
</PropertyGroup>

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

Expand Down
12 changes: 6 additions & 6 deletions src/Application.Crud/Application.Crud.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<RootNamespace>eQuantic.Core.Application.Crud</RootNamespace>
<AssemblyName>eQuantic.Core.Application.Crud</AssemblyName>
<AssemblyTitle>eQuantic.Core.Application.Crud</AssemblyTitle>
<AssemblyVersion>1.7.10.0</AssemblyVersion>
<FileVersion>1.7.10.0</FileVersion>
<Version>1.7.10.0</Version>
<AssemblyVersion>1.7.11.0</AssemblyVersion>
<FileVersion>1.7.11.0</FileVersion>
<Version>1.7.11.0</Version>
<TargetFrameworks>netstandard2.1;net7.0;net8.0</TargetFrameworks>

<PackageId>eQuantic.Core.Application.Crud</PackageId>
Expand Down Expand Up @@ -37,9 +37,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="eQuantic.Core.Application" Version="1.7.2" />
<PackageReference Include="eQuantic.Core.Domain" Version="1.7.2" />
<PackageReference Include="eQuantic.Core.Exceptions" Version="1.7.2" />
<PackageReference Include="eQuantic.Core.Application" Version="1.7.3" />
<PackageReference Include="eQuantic.Core.Domain" Version="1.7.3" />
<PackageReference Include="eQuantic.Core.Exceptions" Version="1.7.3" />
<PackageReference Include="eQuantic.Mapper" Version="1.3.6" />
<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.10.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.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
6 changes: 3 additions & 3 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.SqlServer" Version="8.0.2" />
<PackageReference Include="eQuantic.Core.Data.EntityFramework.SqlServer" Version="8.0.3" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.8" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.1" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.7.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.2" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.7.2" />
</ItemGroup>
</Project>

0 comments on commit f235030

Please sign in to comment.