Skip to content

Commit

Permalink
Fix parser name
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Sep 11, 2023
1 parent 9d5557f commit a0f5e2d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Propulsion.CosmosStore/Propulsion.CosmosStore.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<Compile Include="CosmosStoreParser.fs" />
<Compile Include="EquinoxSystemTextJsonParser.fs" />
<Compile Include="ChangeFeedProcessor.fs" />
<Compile Include="CosmosStoreSource.fs" />
<Compile Include="CosmosStoreSink.fs" />
Expand Down
2 changes: 1 addition & 1 deletion src/Propulsion.CosmosStore3/Propulsion.CosmosStore3.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<Compile Include="..\Propulsion.CosmosStore\CosmosStoreParser.fs">
<Compile Include="..\Propulsion.CosmosStore\EquinoxSystemTextJsonParser.fs">
<Link>EquinoxNewtonsoftParser.fs</Link>
</Compile>
<Compile Include="..\Propulsion.CosmosStore\ChangeFeedProcessor.fs">
Expand Down

0 comments on commit a0f5e2d

Please sign in to comment.