We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e939a41 commit aede55eCopy full SHA for aede55e
OA/OA/OA.csproj
@@ -4,10 +4,18 @@
4
<TargetFramework>netcoreapp3.1</TargetFramework>
5
</PropertyGroup>
6
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
+
14
<ItemGroup>
15
<ProjectReference Include="..\OA.Infrastructure\OA.Infrastructure.csproj" />
- <ProjectReference Include="..\OA.Service\OA.Service.csproj" />
16
</ItemGroup>
17
18
+ <ProjectExtensions><VisualStudio><UserProperties appsettings_1json__JsonSchema="" /></VisualStudio></ProjectExtensions>
19
20
21
</Project>
0 commit comments