Skip to content

Commit

Permalink
Move PipeReaderJsonSerializer to top-level common folder (#3834)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier authored Dec 1, 2023
1 parent bd98563 commit 84d416a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/json/Greeter/Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<Compile Include="../GreetRequest.cs" />
<Compile Include="../GreetResponse.cs" />
<Compile Include="../Common/PipeReaderJsonSerializer.cs" Link="PipeReaderJsonSerializer.cs" />
<Compile Include="../../../common/PipeReaderJsonSerializer.cs" Link="PipeReaderJsonSerializer.cs" />
<PackageReference Include="IceRpc" Version="$(Version)" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion examples/json/Greeter/Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<ItemGroup>
<PackageReference Include="IceRpc" Version="$(Version)" />
<Compile Include="../../../common/Program.CancelKeyPressed.cs" Link="Program.CancelKeyPressed.cs" />
<Compile Include="../../../common/PipeReaderJsonSerializer.cs" Link="PipeReaderJsonSerializer.cs" />
<Compile Include="../GreetRequest.cs" />
<Compile Include="../GreetResponse.cs" />
<Compile Include="../Common/PipeReaderJsonSerializer.cs" Link="PipeReaderJsonSerializer.cs" />
</ItemGroup>
</Project>

0 comments on commit 84d416a

Please sign in to comment.