Skip to content

Commit 390773e

Browse files
committed
fix:修正项目文件中的 MySql 引用路径
所有项目文件中,`Adnc.Infra.Repository.EfCore.MySql.csproj` 的引用路径中的 "MySql" 被更改为 "Mysql"。这项更改在 `Adnc.Demo.Admin.Repository.csproj`、`Adnc.Demo.Maint.Repository.csproj`、`Adnc.Demo.Ord.Migrations.csproj` 和 `Adnc.Shared.Application.csproj` 中均有体现。
1 parent daed0f5 commit 390773e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Demo/Admin/Admin.Repository/Adnc.Demo.Admin.Repository.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ItemGroup Condition="'$(SolutionName)'=='Adnc'">
1212
<ProjectReference Include="..\..\..\Infrastructures\Repository\Adnc.Infra.Repository.csproj" />
1313
<ProjectReference Include="..\..\..\ServiceShared\Repository\Adnc.Shared.Repository.csproj" />
14-
<ProjectReference Include="..\..\..\Infrastructures\Repository.EfCore.MySql\Adnc.Infra.Repository.EfCore.MySql.csproj" />
14+
<ProjectReference Include="..\..\..\Infrastructures\Repository.EfCore.Mysql\Adnc.Infra.Repository.EfCore.MySql.csproj" />
1515
</ItemGroup>
1616

1717
<ItemGroup Condition="'$(SolutionName)'=='Adnc.Demo' ">

src/Demo/Maint/Maint.Repository/Adnc.Demo.Maint.Repository.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup Condition="'$(SolutionName)'=='Adnc'">
1212
<ProjectReference Include="..\..\..\Infrastructures\Repository\Adnc.Infra.Repository.csproj" />
13-
<ProjectReference Include="..\..\..\Infrastructures\Repository.EfCore.MySql\Adnc.Infra.Repository.EfCore.MySql.csproj" />
13+
<ProjectReference Include="..\..\..\Infrastructures\Repository.EfCore.Mysql\Adnc.Infra.Repository.EfCore.MySql.csproj" />
1414
<ProjectReference Include="..\..\..\ServiceShared\Repository\Adnc.Shared.Repository.csproj" />
1515
<ProjectReference Include="..\..\..\ServiceShared\Shared\Adnc.Shared.csproj" />
1616
</ItemGroup>

src/Demo/Ord/Ord.Migrations/Adnc.Demo.Ord.Migrations.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<OutputPath>..\Ord.Api\bin\$(Configuration)</OutputPath>
66
</PropertyGroup>
77
<ItemGroup Condition="'$(SolutionName)'=='Adnc'">
8-
<ProjectReference Include="..\..\..\Infrastructures\Repository.EfCore.MySql\Adnc.Infra.Repository.EfCore.MySql.csproj" />
8+
<ProjectReference Include="..\..\..\Infrastructures\Repository.EfCore.Mysql\Adnc.Infra.Repository.EfCore.MySql.csproj" />
99
</ItemGroup>
1010

1111
<ItemGroup Condition="'$(SolutionName)'=='Adnc.Demo' ">

src/ServiceShared/Application/Adnc.Shared.Application.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<ItemGroup Condition="'$(SolutionName)'=='Adnc'">
2828
<ProjectReference Include="..\..\Infrastructures\Consul\Adnc.Infra.Consul.csproj" />
2929
<ProjectReference Include="..\..\Infrastructures\Repository.Dapper\Adnc.Infra.Repository.Dapper.csproj" />
30-
<ProjectReference Include="..\..\Infrastructures\Repository.EfCore.MySql\Adnc.Infra.Repository.EfCore.MySql.csproj" />
30+
<ProjectReference Include="..\..\Infrastructures\Repository.EfCore.Mysql\Adnc.Infra.Repository.EfCore.MySql.csproj" />
3131
<ProjectReference Include="..\..\Infrastructures\EventBus\Adnc.Infra.EventBus.csproj" />
3232
<ProjectReference Include="..\..\Infrastructures\IdGenerater\Adnc.Infra.IdGenerater.csproj" />
3333
<ProjectReference Include="..\..\Infrastructures\Redis.Caching\Adnc.Infra.Redis.Caching.csproj" />

0 commit comments

Comments
 (0)