Skip to content

Commit

Permalink
Update LinqWithEFCore.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
markjprice authored Nov 9, 2022
1 parent 2f1dc5b commit 0fe8fd0
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions vscode/Chapter11/LinqWithEFCore/LinqWithEFCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<Using Include="System.Console" Static="true" />
</ItemGroup>
<ItemGroup>
<Using Include="System.Console" Static="true" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0" />
</ItemGroup>

<ItemGroup>
<None Update="Northwind.db">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="settings.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Update="Northwind.db">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="settings.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>

0 comments on commit 0fe8fd0

Please sign in to comment.