Skip to content

Commit aede55e

Browse files
committed
Update OA.csproj
1 parent e939a41 commit aede55e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

OA/OA/OA.csproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
</PropertyGroup>
66

7+
<ItemGroup>
8+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.5">
9+
<PrivateAssets>all</PrivateAssets>
10+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
11+
</PackageReference>
12+
</ItemGroup>
13+
714
<ItemGroup>
815
<ProjectReference Include="..\OA.Infrastructure\OA.Infrastructure.csproj" />
9-
<ProjectReference Include="..\OA.Service\OA.Service.csproj" />
1016
</ItemGroup>
1117

18+
<ProjectExtensions><VisualStudio><UserProperties appsettings_1json__JsonSchema="" /></VisualStudio></ProjectExtensions>
19+
1220

1321
</Project>

0 commit comments

Comments
 (0)