Skip to content

Commit

Permalink
Include pdb files in nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
Virmak committed Mar 10, 2024
1 parent 06d8199 commit 56bc36b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions EFCore.Sqlite.Concurrency.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<files>
<file src="README.md" target="" />
<file src="src/EFCore.Sqlite.Concurrency/bin/$configuration$/net8.0/EFCore.Sqlite.Concurrency.dll" target="lib/net8.0" />
<file src="src/EFCore.Sqlite.Concurrency/bin/$configuration$/net8.0/EFCore.Sqlite.Concurrency.pdb" target="lib/net8.0" />
<file src="src/EFCore.Sqlite.Concurrency.SourceGenerator/bin/$configuration$/netstandard2.0/EFCore.Sqlite.Concurrency.SourceGenerator.dll" target="analyzers\dotnet\cs" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>

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

<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"
OutputItemType="Analyzer"
ReferenceOutputAssembly="false" />
ReferenceOutputAssembly="false" /> -->
</ItemGroup>
</Project>

0 comments on commit 56bc36b

Please sign in to comment.