Fixed pack issue

This commit is contained in:
Koen Bekkenutte
2021-05-31 02:07:37 +08:00
parent 3abc62aef2
commit 07043931f2

View File

@@ -15,7 +15,7 @@
<ItemGroup>
<!-- Package the generator in the analyzer directory of the nuget package -->
<None Include="$(OutputPath)\$(AssemblyName).Generator.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
<None Include="$(OutputPath)\$EntityFrameworkCore.Projections.Generator.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
</ItemGroup>
</Project>