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). --- csharp/buildall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csharp/buildall.sh') diff --git a/csharp/buildall.sh b/csharp/buildall.sh index dd4b463d..50d8906d 100755 --- a/csharp/buildall.sh +++ b/csharp/buildall.sh @@ -14,4 +14,4 @@ echo Running tests. # If we want to test the .NET 4.5 version separately, we could # run Mono explicitly. However, we don't have any differences between # the .NET 4.5 and netstandard1.0 assemblies. -dotnet run -c $CONFIG -f netcoreapp1.0 -p $SRC/Google.Protobuf.Test/Google.Protobuf.Test.csproj +dotnet test -c $CONFIG -f netcoreapp1.0 $SRC/Google.Protobuf.Test/Google.Protobuf.Test.csproj -- cgit v1.2.3