Skip to content

Commit 6120105

Browse files
committed
Update packages
1 parent c0264c6 commit 6120105

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/ScratchcardStatistics/ScratchcardStatistics.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.4" />
13-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.4" PrivateAssets="all" />
14-
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.11.8" />
15-
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Emoji" Version="4.11.8" />
16-
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Icons" Version="4.11.8" />
12+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.5" />
13+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.5" PrivateAssets="all" />
14+
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.11.9" />
15+
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Emoji" Version="4.11.9" />
16+
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Icons" Version="4.11.9" />
1717
</ItemGroup>
1818

1919
</Project>

src/ScratchcardStatistics/Services/ScratchcardService.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3326,7 +3326,7 @@ public static class ScratchcardService
33263326
new(
33273327
"Kutyák",
33283328
1_500,
3329-
new(2025, 5, 2),
3329+
new(2025, 5, 9),
33303330
null,
33313331
5_000_000,
33323332
new Dictionary<uint, uint>
@@ -3348,7 +3348,7 @@ public static class ScratchcardService
33483348
new(
33493349
"Macskák",
33503350
1_500,
3351-
new(2025, 5, 2),
3351+
new(2025, 5, 9),
33523352
null,
33533353
5_000_000,
33543354
new Dictionary<uint, uint>
@@ -3370,7 +3370,7 @@ public static class ScratchcardService
33703370
new(
33713371
"Kutyák & Macskák",
33723372
3_000,
3373-
new(2025, 5, 2),
3373+
new(2025, 5, 9),
33743374
null,
33753375
3_500_000,
33763376
new Dictionary<uint, uint>

0 commit comments

Comments
 (0)