Skip to content

Commit

Permalink
Fix nuget package not generating any code
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnygunawan committed Nov 14, 2023
1 parent dbc36b4 commit 718e649
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CsvSerializer/CsvSerializer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<RepositoryUrl>https://github.com/ronnygunawan/csv-serializer</RepositoryUrl>
<PackageTags>csv serializer deserializer parser core</PackageTags>
<Description>Fast CSV to object serializer and deserializer.</Description>
<Version>2.0.1</Version>
<Version>2.0.2</Version>
<PackageReleaseNotes></PackageReleaseNotes>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
<IsRoslynComponent>true</IsRoslynComponent>
Expand Down Expand Up @@ -48,6 +48,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.7.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0" PrivateAssets="all" />
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
</ItemGroup>

</Project>

0 comments on commit 718e649

Please sign in to comment.