Skip to content

Commit 7eccc15

Browse files
Bump the tests group with 4 updates
Bumps DependencyInjection.Lifetime.Analyzers from 1.7.0 to 1.13.0 Bumps Microsoft.Extensions.Http.Polly from 9.0.0 to 9.0.12 Bumps System.IO.Hashing from 9.0.0 to 9.0.12 Bumps System.ServiceModel.Syndication from 9.0.0 to 9.0.12 --- updated-dependencies: - dependency-name: DependencyInjection.Lifetime.Analyzers dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: Microsoft.Extensions.Http.Polly dependency-version: 9.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: System.IO.Hashing dependency-version: 9.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: System.ServiceModel.Syndication dependency-version: 9.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3547aed commit 7eccc15

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

src/DNTCommon.Web.Core/DNTCommon.Web.Core.csproj

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<PrivateAssets>all</PrivateAssets>
100100
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
101101
</PackageReference>
102-
<PackageReference Include="DependencyInjection.Lifetime.Analyzers" Version="1.7.0">
102+
<PackageReference Include="DependencyInjection.Lifetime.Analyzers" Version="1.13.0">
103103
<PrivateAssets>all</PrivateAssets>
104104
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
105105
</PackageReference>
@@ -130,36 +130,36 @@
130130
<DefineConstants>NET_6</DefineConstants>
131131
</PropertyGroup>
132132
<ItemGroup Condition="('$(TargetFramework)' == 'net6.0')">
133-
<PackageReference Include="System.ServiceModel.Syndication" Version="8.0.0"/>
134-
<PackageReference Include="System.IO.Hashing" Version="8.0.0"/>
135-
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="6.0.0"/>
133+
<PackageReference Include="System.ServiceModel.Syndication" Version="9.0.12"/>
134+
<PackageReference Include="System.IO.Hashing" Version="9.0.12"/>
135+
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="9.0.12"/>
136136
</ItemGroup>
137137

138138
<PropertyGroup Condition="('$(TargetFramework)' == 'net7.0')">
139139
<DefineConstants>NET_7</DefineConstants>
140140
</PropertyGroup>
141141
<ItemGroup Condition="('$(TargetFramework)' == 'net7.0')">
142-
<PackageReference Include="System.ServiceModel.Syndication" Version="8.0.0"/>
143-
<PackageReference Include="System.IO.Hashing" Version="8.0.0"/>
144-
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="7.0.0"/>
142+
<PackageReference Include="System.ServiceModel.Syndication" Version="9.0.12"/>
143+
<PackageReference Include="System.IO.Hashing" Version="9.0.12"/>
144+
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="9.0.12"/>
145145
</ItemGroup>
146146

147147
<PropertyGroup Condition="('$(TargetFramework)' == 'net8.0')">
148148
<DefineConstants>NET_8</DefineConstants>
149149
</PropertyGroup>
150150
<ItemGroup Condition="('$(TargetFramework)' == 'net8.0')">
151-
<PackageReference Include="System.ServiceModel.Syndication" Version="8.0.0"/>
152-
<PackageReference Include="System.IO.Hashing" Version="8.0.0"/>
153-
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.0"/>
151+
<PackageReference Include="System.ServiceModel.Syndication" Version="9.0.12"/>
152+
<PackageReference Include="System.IO.Hashing" Version="9.0.12"/>
153+
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="9.0.12"/>
154154
</ItemGroup>
155155

156156
<PropertyGroup Condition="('$(TargetFramework)' == 'net9.0')">
157157
<DefineConstants>NET_9</DefineConstants>
158158
</PropertyGroup>
159159
<ItemGroup Condition="('$(TargetFramework)' == 'net9.0')">
160-
<PackageReference Include="System.ServiceModel.Syndication" Version="9.0.0"/>
161-
<PackageReference Include="System.IO.Hashing" Version="9.0.0"/>
162-
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="9.0.0"/>
160+
<PackageReference Include="System.ServiceModel.Syndication" Version="9.0.12"/>
161+
<PackageReference Include="System.IO.Hashing" Version="9.0.12"/>
162+
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="9.0.12"/>
163163
</ItemGroup>
164164

165165
<PropertyGroup Condition="('$(TargetFramework)' == 'net10.0')">

0 commit comments

Comments
 (0)