Skip to content

Commit

Permalink
Use local project reference for Example project
Browse files Browse the repository at this point in the history
  • Loading branch information
Virmak committed Mar 10, 2024
1 parent cd91204 commit 0b71bd8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>

<PackageReference Include="EFCore.Sqlite.Concurrency" Version="0.1.1" />
<!-- <PackageReference Ixnclude="EFCore.Sqlite.Concurrency" Version="0.1.1" /> -->

<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.2">
<PrivateAssets>all</PrivateAssets>
Expand All @@ -18,10 +18,10 @@
</ItemGroup>

<ItemGroup>
<!-- <ProjectReference Include="..\EFCore.Sqlite.Concurrency\EFCore.Sqlite.Concurrency.csproj" /> -->
<ProjectReference Include="..\EFCore.Sqlite.Concurrency\EFCore.Sqlite.Concurrency.csproj" />

<!-- <ProjectReference Include="..\EFCore.Sqlite.Concurrency.SourceGenerator\EFCore.Sqlite.Concurrency.SourceGenerator.csproj"
<ProjectReference Include="..\EFCore.Sqlite.Concurrency.SourceGenerator\EFCore.Sqlite.Concurrency.SourceGenerator.csproj"
OutputItemType="Analyzer"
ReferenceOutputAssembly="false" /> -->
ReferenceOutputAssembly="false" />
</ItemGroup>
</Project>

0 comments on commit 0b71bd8

Please sign in to comment.