File tree Expand file tree Collapse file tree
src/ScratchcardStatistics Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments