diff --git a/src/csharp/Grpc.Api/Grpc.Api.csproj b/src/csharp/Grpc.Api/Grpc.Api.csproj index 5d3843cd0e8..e03a25b1216 100644 --- a/src/csharp/Grpc.Api/Grpc.Api.csproj +++ b/src/csharp/Grpc.Api/Grpc.Api.csproj @@ -65,8 +65,5 @@ - - - \ No newline at end of file diff --git a/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj b/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj index ee2c327ebd3..88d0f9b655e 100644 --- a/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj +++ b/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj @@ -61,5 +61,11 @@ + + + + + + diff --git a/src/csharp/Grpc.Api/proto/empty.proto b/src/csharp/Grpc.IntegrationTesting/proto/empty.proto similarity index 100% rename from src/csharp/Grpc.Api/proto/empty.proto rename to src/csharp/Grpc.IntegrationTesting/proto/empty.proto diff --git a/src/csharp/Grpc.Api/proto/messages.proto b/src/csharp/Grpc.IntegrationTesting/proto/messages.proto similarity index 100% rename from src/csharp/Grpc.Api/proto/messages.proto rename to src/csharp/Grpc.IntegrationTesting/proto/messages.proto diff --git a/src/csharp/Grpc.Api/proto/test.proto b/src/csharp/Grpc.IntegrationTesting/proto/test.proto similarity index 100% rename from src/csharp/Grpc.Api/proto/test.proto rename to src/csharp/Grpc.IntegrationTesting/proto/test.proto