From e823897005b88b03088fe17d219ffaeeabb2961d Mon Sep 17 00:00:00 2001 From: ObsidianMinor Date: Tue, 6 Feb 2018 12:59:20 -0600 Subject: Updated NUnit packages, removed NUnitLite added packages for dotnet and Visual Studio, changed dotnet command in buildall to dotnet test, and deleted Program.cs (because it's no longer required). --- .../Google.Protobuf.Test.csproj | 8 ++-- csharp/src/Google.Protobuf.Test/Program.cs | 48 ---------------------- 2 files changed, 4 insertions(+), 52 deletions(-) delete mode 100755 csharp/src/Google.Protobuf.Test/Program.cs (limited to 'csharp/src') diff --git a/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj b/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj index 06d07b9f..6a430116 100644 --- a/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj +++ b/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj @@ -1,7 +1,6 @@  - Exe net451;netcoreapp1.0 ../../keys/Google.Protobuf.snk true @@ -14,8 +13,9 @@ - - + + +