Skip to content

Commit 6deb9a7

Browse files
Update NuGet Packages - Minor Updates
1 parent 9cab415 commit 6deb9a7

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

benchmarks/BaroquenMelody.Benchmarks/BaroquenMelody.Benchmarks.csproj

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

1515
<ItemGroup>
1616
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
17-
<PackageReference Include="Meziantou.Analyzer" Version="2.0.184">
17+
<PackageReference Include="Meziantou.Analyzer" Version="2.0.185">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>

src/BaroquenMelody.App.Components/BaroquenMelody.App.Components.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
<ItemGroup>
1919
<PackageReference Include="CodeBeam.MudBlazor.Extensions" Version="7.1.0" />
20-
<PackageReference Include="Fluxor.Blazor.Web" Version="6.5.0" />
21-
<PackageReference Include="Meziantou.Analyzer" Version="2.0.184">
20+
<PackageReference Include="Fluxor.Blazor.Web" Version="6.5.2" />
21+
<PackageReference Include="Meziantou.Analyzer" Version="2.0.185">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>

src/BaroquenMelody.App/BaroquenMelody.App.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@
7979
<PrivateAssets>all</PrivateAssets>
8080
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
8181
</PackageReference>
82-
<PackageReference Include="Meziantou.Analyzer" Version="2.0.184">
82+
<PackageReference Include="Meziantou.Analyzer" Version="2.0.185">
8383
<PrivateAssets>all</PrivateAssets>
8484
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
8585
</PackageReference>
86-
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.21" />
87-
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.21" />
88-
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="9.0.21" />
86+
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.22" />
87+
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.22" />
88+
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="9.0.22" />
8989
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" />
9090
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
9191
<PrivateAssets>all</PrivateAssets>

src/BaroquenMelody.Infrastructure/BaroquenMelody.Infrastructure.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Fluxor" Version="6.5.0" />
16+
<PackageReference Include="Fluxor" Version="6.5.2" />
1717
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />
1818
<PackageReference Include="Melanchall.DryWetMidi" Version="7.2.0" />
19-
<PackageReference Include="Meziantou.Analyzer" Version="2.0.184">
19+
<PackageReference Include="Meziantou.Analyzer" Version="2.0.185">
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
</PackageReference>

src/BaroquenMelody.Library/BaroquenMelody.Library.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageReference Include="Atrea.PolicyEngine" Version="4.1.0" />
1717
<PackageReference Include="Atrea.Utilities" Version="1.0.0" />
1818
<PackageReference Include="LazyCart" Version="0.4.5" />
19-
<PackageReference Include="Meziantou.Analyzer" Version="2.0.184">
19+
<PackageReference Include="Meziantou.Analyzer" Version="2.0.185">
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
</PackageReference>

src/BaroquenMelody/BaroquenMelody.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="Meziantou.Analyzer" Version="2.0.184">
26+
<PackageReference Include="Meziantou.Analyzer" Version="2.0.185">
2727
<PrivateAssets>all</PrivateAssets>
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
</PackageReference>

tests/BaroquenMelody.Infrastructure.Tests/BaroquenMelody.Infrastructure.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
</PackageReference>
3030
<PackageReference Include="NUnit" Version="4.3.2" />
31-
<PackageReference Include="NUnit.Analyzers" Version="4.5.0">
31+
<PackageReference Include="NUnit.Analyzers" Version="4.6.0">
3232
<PrivateAssets>all</PrivateAssets>
3333
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3434
</PackageReference>

tests/BaroquenMelody.Library.Tests/BaroquenMelody.Library.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3333
</PackageReference>
3434
<PackageReference Include="NUnit" Version="4.3.2" />
35-
<PackageReference Include="NUnit.Analyzers" Version="4.5.0">
35+
<PackageReference Include="NUnit.Analyzers" Version="4.6.0">
3636
<PrivateAssets>all</PrivateAssets>
3737
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3838
</PackageReference>

0 commit comments

Comments
 (0)