Skip to content

Commit

Permalink
Removed generated files from project
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Oct 14, 2023
1 parent 335d19f commit d58ee07
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Generated\**" />
<EmbeddedResource Remove="Generated\**" />
<None Remove="Generated\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="AvroValueContainer.cs" />
<Compile Remove="KEFCoreSerDes.AvroBinary.cs" />
Expand Down

0 comments on commit d58ee07

Please sign in to comment.