Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanayx committed Oct 10, 2023
1 parent be4ed71 commit 7191712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pulsar.Client/Pulsar.Client.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<ItemGroup>
<Compile Include="AssemblyInfo.fs" />
<None Include="..\..\images\pulsar-client-dotnet.png" Pack="true" PackagePath="\" />
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<Compile Include="Common\UMX.fs" />
<Compile Include="Common\Log.fs" />
<Compile Include="Common\Tools.fs" />
Expand Down Expand Up @@ -132,7 +132,7 @@
<Compile Include="Schema\AutoConsumeSchema.fs" />
<Compile Include="Schema\ProtobufNativeSchema.fs" />
<Compile Include="Internal\TaskSeq.fs" />
<Compile Include="Internal\Compression .fs" />
<Compile Include="Internal\Compression.fs" />
<Compile Include="Internal\ChunkedMessageTracker.fs" />
<Compile Include="Internal\BatchMessageContainer.fs" />
<Compile Include="Internal\Routing.fs" />
Expand Down

0 comments on commit 7191712

Please sign in to comment.