Skip to content

Commit c48d172

Browse files
committed
update api to dotnet 8.0.17
1 parent 9fdb5a0 commit c48d172

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/MysqlMigrations/MysqlMigrations.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.15" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.17" />
1515
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.15">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>

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.15" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.17" />
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="MailKit" Version="4.10.0" />
1111
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.15" />
1212
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.15" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.15" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.17" />
1414
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.15">
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
<PrivateAssets>all</PrivateAssets>

src/dsstats.auth/dsstats.auth.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="MailKit" Version="4.10.0" />
1111
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.15" />
1212
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.15" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.15" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.17" />
1414
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.3" />
1515
</ItemGroup>
1616

src/dsstats.pickban/dsstats.pickban.csproj

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

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.15" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.17" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

src/tests/dsstats.pickban.tests/dsstats.pickban.tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>
17-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.15" />
17+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.17" />
1818
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1919
<PackageReference Include="MSTest.TestAdapter" Version="3.8.2" />
2020
<PackageReference Include="MSTest.TestFramework" Version="3.8.2" />

src/tests/dsstats.ratings.tests/dsstats.ratings.tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.15" />
1414
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.15" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.15" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.17" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1717
<PackageReference Include="MSTest.TestAdapter" Version="3.8.2" />
1818
<PackageReference Include="MSTest.TestFramework" Version="3.8.2" />

0 commit comments

Comments
 (0)