Skip to content

Commit 08ff0da

Browse files
committed
Update dependencies and bump version to 1.0.8
Upgraded DotNet.ReproducibleBuilds, Compila.Net.Utils, Microsoft.EntityFrameworkCore, and RabbitMQ.Client to newer versions. Replaced FluentValidation.AspNetCore with FluentValidation and added Microsoft.AspNetCore.Mvc.Formatters.Json. Incremented project version to 1.0.8.
1 parent f2ff387 commit 08ff0da

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

Compila.AspNetCore.Utils/Compila.AspNetCore.Utils.csproj

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
12-
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.25">
11+
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.39">
1312
<PrivateAssets>all</PrivateAssets>
1413
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1514
</PackageReference>
16-
<PackageReference Include="Compila.Net.Utils" Version="1.0.25" />
17-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.2" />
18-
<PackageReference Include="RabbitMQ.Client" Version="7.0.0" />
15+
<PackageReference Include="Compila.Net.Utils" Version="1.0.26" />
16+
<PackageReference Include="FluentValidation" Version="12.1.1" />
17+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Json" Version="2.3.9" />
18+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.10" />
19+
<PackageReference Include="RabbitMQ.Client" Version="7.2.0" />
1920
</ItemGroup>
2021

2122
<PropertyGroup>
@@ -32,7 +33,7 @@
3233
<RepositoryUrl>https://github.com/compila-ltd/Compila.AspNetCore.Utils</RepositoryUrl>
3334
<RepositoryBranch>master</RepositoryBranch>
3435
<PackageId>Compila.AspNetCore.Utils</PackageId>
35-
<Version>1.0.7</Version>
36+
<Version>1.0.8</Version>
3637
<Authors>Eyonys Gonzalez Marcaida</Authors>
3738
<Company>Compila</Company>
3839
<PackageDescription>Utils for Compila development projects.</PackageDescription>

0 commit comments

Comments
 (0)