Skip to content

Commit f91e96c

Browse files
authored
chore(dependencies): update dotnet to 9.0.10 (#1460)
1 parent 99dc923 commit f91e96c

File tree

117 files changed

+217
-217
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+217
-217
lines changed

DEPENDENCIES

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ nuget/nuget/-/Humanizer.Core/2.14.1, MIT, approved, #10060
1414
nuget/nuget/-/Json.More.Net/2.1.1, MIT AND OFL-1.1 AND CC-BY-SA-4.0, approved, #18191
1515
nuget/nuget/-/JsonPointer.Net/5.3.1, MIT AND OFL-1.1 AND CC-BY-SA-4.0, approved, #19476
1616
nuget/nuget/-/JsonSchema.Net/7.3.4, MIT AND OFL-1.1, approved, #17607
17-
nuget/nuget/-/Laraue.EfCoreTriggers.Common/9.0.0, MIT, approved, #17613
18-
nuget/nuget/-/Laraue.EfCoreTriggers.PostgreSql/9.0.0, MIT, approved, #17616
17+
nuget/nuget/-/Laraue.EfCoreTriggers.Common/9.0.1, MIT, approved, #17613
18+
nuget/nuget/-/Laraue.EfCoreTriggers.PostgreSql/9.0.1, MIT, approved, #17616
1919
nuget/nuget/-/MailKit/4.13.0, MIT AND BSD-3-Clause AND LicenseRef-IETF-style, approved, #22526
2020
nuget/nuget/-/MimeKit/4.13.0, MIT AND BSD-3-Clause AND LGPL-3.0-only AND LicenseRef-IETF-style AND FSFULLRWD AND CC-PDDC AND HPND, approved, #22527
2121
nuget/nuget/-/Mono.TextTemplating/3.0.0, MIT, approved, #17609
@@ -56,5 +56,5 @@ nuget/nuget/-/xunit.assert/2.9.3, Apache-2.0, approved, #16331
5656
nuget/nuget/-/xunit.core/2.9.3, Apache-2.0, approved, #16330
5757
nuget/nuget/-/xunit.extensibility.core/2.9.3, Apache-2.0 AND MIT, approved, #16334
5858
nuget/nuget/-/xunit.extensibility.execution/2.9.3, Apache-2.0 AND MIT, approved, #16333
59-
nuget/nuget/-/xunit.runner.visualstudio/3.1.2, Apache-2.0 AND MIT, approved, #20978
59+
nuget/nuget/-/xunit.runner.visualstudio/3.1.5, Apache-2.0 AND MIT, approved, #20978
6060
nuget/nuget/-/xunit/2.9.3, Apache-2.0 AND MIT, approved, #16327

src/administration/Administration.Service/Administration.Service.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
</Target>
4040

4141
<ItemGroup>
42-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.7">
42+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.10">
4343
<PrivateAssets>all</PrivateAssets>
4444
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4545
</PackageReference>
46-
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.22.1" />
46+
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.23.0" />
4747
<PackageReference Include="PasswordGenerator" Version="2.1.0" />
4848
</ItemGroup>
4949

src/externalsystems/Bpdm.Library/Bpdm.Library.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</ItemGroup>
3535

3636
<ItemGroup>
37-
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.7" />
37+
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.10" />
3838
</ItemGroup>
3939

4040
</Project>

src/framework/Framework.Async/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<Project>
2121
<PropertyGroup>
22-
<VersionPrefix>3.16.1</VersionPrefix>
22+
<VersionPrefix>3.16.2</VersionPrefix>
2323
<VersionSuffix></VersionSuffix>
2424
</PropertyGroup>
2525
</Project>

src/framework/Framework.Cors/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<Project>
2121
<PropertyGroup>
22-
<VersionPrefix>3.16.1</VersionPrefix>
22+
<VersionPrefix>3.16.2</VersionPrefix>
2323
<VersionSuffix></VersionSuffix>
2424
</PropertyGroup>
2525
</Project>

src/framework/Framework.Cors/Framework.Cors.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
</ItemGroup>
6767

6868
<ItemGroup>
69-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.7" />
69+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.10" />
7070
</ItemGroup>
7171
</Project>

src/framework/Framework.DBAccess/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<Project>
2121
<PropertyGroup>
22-
<VersionPrefix>3.16.1</VersionPrefix>
22+
<VersionPrefix>3.16.2</VersionPrefix>
2323
<VersionSuffix></VersionSuffix>
2424
</PropertyGroup>
2525
</Project>

src/framework/Framework.DBAccess/Framework.DBAccess.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
<None Include="../../../CONTRIBUTING.md" Pack="true" PackagePath="" />
5757
</ItemGroup>
5858
<ItemGroup>
59-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.7" />
60-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.7" />
59+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.10" />
60+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.10" />
6161
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
6262
</ItemGroup>
6363
<ItemGroup>

src/framework/Framework.DateTimeProvider/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<Project>
2121
<PropertyGroup>
22-
<VersionPrefix>3.16.1</VersionPrefix>
22+
<VersionPrefix>3.16.2</VersionPrefix>
2323
<VersionSuffix></VersionSuffix>
2424
</PropertyGroup>
2525
</Project>

src/framework/Framework.DateTimeProvider/Framework.DateTimeProvider.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
</ItemGroup>
6363

6464
<ItemGroup>
65-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.7" />
65+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.10" />
6666
</ItemGroup>
6767
</Project>

0 commit comments

Comments
 (0)