Skip to content

Commit 09d8ee4

Browse files
authored
Merge pull request #531 from ipax77/dev
update dotnet v8.0.15 / Fenix Dragoon fix
2 parents ae844ad + 2c99a60 commit 09d8ee4

File tree

22 files changed

+2461
-57
lines changed

22 files changed

+2461
-57
lines changed

src/MysqlMigrations/Migrations/20250415174232_DragoonFix.Designer.cs

Lines changed: 2370 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
using Microsoft.EntityFrameworkCore.Migrations;
2+
3+
#nullable disable
4+
5+
namespace MysqlMigrations.Migrations
6+
{
7+
/// <inheritdoc />
8+
public partial class DragoonFix : Migration
9+
{
10+
/// <inheritdoc />
11+
protected override void Up(MigrationBuilder migrationBuilder)
12+
{
13+
var sql = @"UPDATE DsAbilities
14+
SET EnergyCost = 150 WHERE Commander = 50 AND Name = 'Solar Cannon';";
15+
migrationBuilder.Sql(sql);
16+
}
17+
18+
/// <inheritdoc />
19+
protected override void Down(MigrationBuilder migrationBuilder)
20+
{
21+
22+
}
23+
}
24+
}

src/MysqlMigrations/Migrations/ReplayContextModelSnapshot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
1717
{
1818
#pragma warning disable 612, 618
1919
modelBuilder
20-
.HasAnnotation("ProductVersion", "8.0.13")
20+
.HasAnnotation("ProductVersion", "8.0.15")
2121
.HasAnnotation("Relational:MaxIdentifierLength", 64);
2222

2323
MySqlModelBuilderExtensions.AutoIncrementColumns(modelBuilder);

src/MysqlMigrations/MysqlMigrations.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.13" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.13">
14+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.15" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.15">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>
1818
</PackageReference>
19-
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.2" />
19+
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.3" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

src/SC2ArcadeCrawler/SC2ArcadeCrawler.csproj

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

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.13" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.15" />
1111
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
1212
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.3" />
1313
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.1" />

src/dsstats.api/dsstats.api.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
<ItemGroup>
1010
<PackageReference Include="MailKit" Version="4.10.0" />
11-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.13" />
12-
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.13" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.13" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.13">
11+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.15" />
12+
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.15" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.15" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.15">
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
<PrivateAssets>all</PrivateAssets>
1717
</PackageReference>

src/dsstats.auth/dsstats.auth.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
<ItemGroup>
1010
<PackageReference Include="MailKit" Version="4.10.0" />
11-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.13" />
12-
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.13" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.13" />
14-
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.2" />
11+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.15" />
12+
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.15" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.15" />
14+
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.3" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

src/dsstats.db8/dsstats.db8.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Automapper" Version="14.0.0" />
11-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.13" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.13">
11+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.15" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.15">
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
<PrivateAssets>all</PrivateAssets>
1515
</PackageReference>
16-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.13" />
17-
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.2" />
16+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.15" />
17+
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.3" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

src/dsstats.db8services/dsstats.db8services.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<PackageReference Include="CsvHelper" Version="33.0.1" />
1111
<PackageReference Include="LinqKit" Version="1.3.8" />
1212
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.13" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.13" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.15" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.15" />
1515
<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />
1616
<PackageReference Include="System.Data.SQLite" Version="1.0.119" />
17-
<PackageReference Include="System.Drawing.Common" Version="8.0.13" />
17+
<PackageReference Include="System.Drawing.Common" Version="8.0.15" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

src/dsstats.maui/SqliteMigrations/SqliteMigrations.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.13" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.13">
14+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.15" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.15">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>
1818
</PackageReference>
19-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.13" />
19+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.15" />
2020
</ItemGroup>
2121

2222
</Project>

0 commit comments

Comments
 (0)