Skip to content

Commit fbd4cbf

Browse files
dependabot[bot]Tetram76
authored andcommitted
NuGet: Bump dotnet-ef and 3 others
Bumps dotnet-ef from 8.0.17 to 8.0.18 Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.17 to 8.0.18 Bumps Microsoft.CodeAnalysis.CSharp.Workspaces from 4.13.0 to 4.14.0 Bumps Microsoft.EntityFrameworkCore from 8.0.17 to 8.0.18 --- updated-dependencies: - dependency-name: dotnet-ef dependency-version: 8.0.18 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-version: 8.0.18 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 8.0.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 394000d commit fbd4cbf

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

api/.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"dotnet-ef": {
6-
"version": "8.0.17",
6+
"version": "8.0.18",
77
"commands": [
88
"dotnet-ef"
99
]

api/Directory.Packages.props

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Project>
22
<PropertyGroup>
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
4-
<AspNetVersion>8.0.17</AspNetVersion>
5-
<EfVersion>8.0.17</EfVersion>
4+
<AspNetVersion>8.0.18</AspNetVersion>
5+
<EfVersion>8.0.18</EfVersion>
66
<DevExpressVersion>23.1.7</DevExpressVersion>
77
<HotChocolateVersion>13.9.14</HotChocolateVersion>
88
<!-- must match sdk compiler (csc) version: cf. sdk version in global.json -->
9-
<CSharpAnalyzers>4.13.0</CSharpAnalyzers>
9+
<CSharpAnalyzers>4.14.0</CSharpAnalyzers>
1010
</PropertyGroup>
1111
<ItemGroup>
1212
<PackageVersion Include="DataAnnotatedModelValidations" Version="5.2.0" />
@@ -25,7 +25,7 @@
2525
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="$(CSharpAnalyzers)" />
2626
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="$(EfVersion)" />
2727
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="$(EfVersion)" />
28-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="$(EfVersion)"/>
28+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="$(EfVersion)" />
2929
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
3030
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.1" />
3131
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
@@ -40,11 +40,11 @@
4040
<PackageVersion Include="JunitXml.TestLogger" Version="3.0.134" />
4141
<PackageVersion Include="MSTest.TestAdapter" Version="3.1.1" />
4242
<PackageVersion Include="MSTest.TestFramework" Version="3.1.1" />
43-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1"/>
44-
<PackageVersion Include="Moq" Version="4.20.70"/>
43+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
44+
<PackageVersion Include="Moq" Version="4.20.70" />
4545
<PackageVersion Include="NBuilder" Version="6.1.0" />
4646
<PackageVersion Include="Snapshooter.Xunit" Version="0.15.0" />
47-
<PackageVersion Include="coverlet.collector" Version="6.0.4"/>
47+
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
4848
<PackageVersion Include="xunit" Version="2.9.3" />
4949
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
5050
</ItemGroup>

0 commit comments

Comments
 (0)