Skip to content

Commit f6d446e

Browse files
committed
chore: Bump packages
1 parent df27499 commit f6d446e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<!-- Shared code analyzers used for all projects in the solution -->
5353
<ItemGroup Label="Code Analyzers">
5454
<PackageReference Include="AsyncFixer" Version="1.6.0" PrivateAssets="All" />
55-
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.21.0.86780" PrivateAssets="All" />
55+
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.22.0.87781" PrivateAssets="All" />
5656
</ItemGroup>
5757

5858
<ItemGroup Label="Implicit usings"

src/bunit.generators.internal/bunit.generators.internal.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
</PackageReference>
24-
<PackageReference Include="Meziantou.Polyfill" Version="1.0.36">
24+
<PackageReference Include="Meziantou.Polyfill" Version="1.0.37">
2525
<PrivateAssets>all</PrivateAssets>
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2727
</PackageReference>

src/bunit.generators/bunit.generators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<PrivateAssets>all</PrivateAssets>
7676
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7777
</PackageReference>
78-
<PackageReference Include="Meziantou.Polyfill" Version="1.0.36">
78+
<PackageReference Include="Meziantou.Polyfill" Version="1.0.37">
7979
<PrivateAssets>all</PrivateAssets>
8080
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
8181
</PackageReference>

src/bunit.web.query/bunit.web.query.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="Microsoft.Extensions.Logging" Version="$(DotNet3Version)" />
1919
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="$(DotNet3Version)" />
2020
<PackageReference Include="Microsoft.AspNetCore.Components" Version="$(DotNet3Version)" />
21-
<PackageReference Include="Meziantou.Polyfill" Version="1.0.36">
21+
<PackageReference Include="Meziantou.Polyfill" Version="1.0.37">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2424
</PackageReference>

tests/bunit.generators.tests/bunit.generators.tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="System.Net.Http" Version="4.3.4" />
1818
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
1919
<PackageReference Include="Verify.SourceGenerators" Version="2.2.0" />
20-
<PackageReference Include="Verify.Xunit" Version="23.5.0" />
20+
<PackageReference Include="Verify.Xunit" Version="23.5.2" />
2121
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.2" />
2222
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
2323
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.9.2" />

0 commit comments

Comments
 (0)