Skip to content

Commit 84393f0

Browse files
committed
Update package versions across multiple projects
- Bump `SimpleAuthenticationTools.Abstractions` to `3.0.10` and `TinyHelpers` to `3.3.4` in `PdfSmith.BusinessLayer.csproj`. - Upgrade `Microsoft.EntityFrameworkCore.SqlServer` to `9.0.7` in `PdfSmith.DataAccessLayer.csproj`. - Update `Microsoft.AspNetCore.OpenApi`, `Microsoft.EntityFrameworkCore.Tools` to `9.0.7`, and `SimpleAuthenticationTools` to `3.0.13` in `PdfSmith.csproj`.
1 parent eda289b commit 84393f0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/PdfSmith.BusinessLayer/PdfSmith.BusinessLayer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<PackageReference Include="OperationResultTools" Version="1.0.30" />
1313
<PackageReference Include="RazorLight" Version="2.3.1" />
1414
<PackageReference Include="Scriban" Version="6.2.1" />
15-
<PackageReference Include="SimpleAuthenticationTools.Abstractions" Version="3.0.8" />
16-
<PackageReference Include="TinyHelpers" Version="3.3.3" />
15+
<PackageReference Include="SimpleAuthenticationTools.Abstractions" Version="3.0.10" />
16+
<PackageReference Include="TinyHelpers" Version="3.3.4" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

src/PdfSmith.DataAccessLayer/PdfSmith.DataAccessLayer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.6" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.7" />
1515
</ItemGroup>
1616

1717
</Project>

src/PdfSmith/PdfSmith.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="12.0.0" />
12-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.6" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.6">
12+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.7" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.7">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>
1717
<PackageReference Include="MinimalHelpers.FluentValidation" Version="1.1.4" />
1818
<PackageReference Include="OperationResultTools.AspNetCore.Http" Version="1.0.28" />
19-
<PackageReference Include="SimpleAuthenticationTools" Version="3.0.11" />
19+
<PackageReference Include="SimpleAuthenticationTools" Version="3.0.13" />
2020
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="9.0.3" />
2121
<PackageReference Include="TinyHelpers.AspNetCore" Version="4.0.29" />
2222
</ItemGroup>

0 commit comments

Comments
 (0)