Skip to content

Commit b3e241b

Browse files
committed
Update NuGet packages to latest versions
- Updated Microsoft.Extensions.* packages from 10.0.6 to 10.0.8 - Updated Microsoft.Extensions.Http.Resilience from 10.5.0 to 10.6.0 - Updated TUnit from 1.34.5 to 1.47.0
1 parent f1d2498 commit b3e241b

4 files changed

Lines changed: 13 additions & 12 deletions

File tree

Synology.Api.Sdk.sln.DotSettings.user

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@
3333
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=7020124F_002D9FFC_002D4AC3_002D8F3D_002DAAB8E0240759_002Ff_003AThrowHelper_002Ecs_002Fl_003A_002E_002E_003F_002E_002E_003F_002E_002E_003F_002E_002E_003FLibrary_003FApplication_0020Support_003FJetBrains_003FRider2025_002E1_003Fresharper_002Dhost_003FSourcesCache_003F4743f513c7ddc8411223a46f0ca426ed929391acebcff993721dff2f0c6b34_003FThrowHelper_002Ecs/@EntryIndexedValue">ForceIncluded</s:String>
3434
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=7020124F_002D9FFC_002D4AC3_002D8F3D_002DAAB8E0240759_002Ff_003AThrowHelper_002ESerialization_002Ecs_002Fl_003A_002E_002E_003F_002E_002E_003F_002E_002E_003F_002E_002E_003FLibrary_003FApplication_0020Support_003FJetBrains_003FRider2024_002E3_003Fresharper_002Dhost_003FSourcesCache_003Fd4add5c92cbab0a855876709b0a3af1a731faf96e8e134ee7787a2c262028_003FThrowHelper_002ESerialization_002Ecs/@EntryIndexedValue">ForceIncluded</s:String>
3535
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=7020124F_002D9FFC_002D4AC3_002D8F3D_002DAAB8E0240759_002Ff_003AUserSecretsConfigurationExtensions_002Ecs_002Fl_003A_002E_002E_003F_002E_002E_003F_002E_002E_003F_002E_002E_003FLibrary_003FApplication_0020Support_003FJetBrains_003FRider2024_002E3_003Fresharper_002Dhost_003FSourcesCache_003F807a7fbe3c562c321aeba61c123987fe2c45828c2a8b8d0bb87bef5ac4cbeaa_003FUserSecretsConfigurationExtensions_002Ecs/@EntryIndexedValue">ForceIncluded</s:String>
36-
<s:String x:Key="/Default/Environment/UnitTesting/UnitTestSessionStore/Sessions/=f69b4f4d_002D09fa_002D4262_002Da7b8_002De2c72cfbf787/@EntryIndexedValue">&lt;SessionState ContinuousTestingMode="0" IsActive="True" Name="All tests from Solution" xmlns="urn:schemas-jetbrains-com:jetbrains-ut-session"&gt;
36+
<s:String x:Key="/Default/Environment/UnitTesting/UnitTestSessionStore/Sessions/=cd319c96_002D9b9e_002D4ab4_002Db82e_002De062fdd811c5/@EntryIndexedValue">&lt;SessionState ContinuousTestingMode="0" IsActive="True" Name="All tests from Solution" xmlns="urn:schemas-jetbrains-com:jetbrains-ut-session"&gt;
3737
&lt;Solution /&gt;
3838
&lt;/SessionState&gt;</s:String>
3939

4040

4141

4242

43+
4344
</wpf:ResourceDictionary>

src/Synology.Api.Sdk.ConsumerSample/Synology.Api.Sdk.ConsumerSample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -13,7 +13,7 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.6" />
16+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.8" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

src/Synology.Api.Sdk/Synology.Api.Sdk.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>net9.0;net10.0</TargetFrameworks>
@@ -18,12 +18,12 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="10.0.6" />
22-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.6" />
23-
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.6" />
24-
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="10.5.0" />
25-
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="10.0.6" />
26-
<PackageReference Include="Microsoft.Extensions.Options.DataAnnotations" Version="10.0.6" />
21+
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="10.0.8" />
22+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.8" />
23+
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.8" />
24+
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="10.6.0" />
25+
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="10.0.8" />
26+
<PackageReference Include="Microsoft.Extensions.Options.DataAnnotations" Version="10.0.8" />
2727
</ItemGroup>
2828

2929
<ItemGroup>

tests/Synology.Api.Sdk.Tests/Synology.Api.Sdk.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net10.0</TargetFramework>
@@ -12,7 +12,7 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="NSubstitute" Version="5.3.0" />
15-
<PackageReference Include="TUnit" Version="1.34.5" />
15+
<PackageReference Include="TUnit" Version="1.47.0" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)