diff --git a/src/dotnet/commands/dotnet-new/CSharp_nunittest/Tests.cs b/src/dotnet/commands/dotnet-new/CSharp_nunittest/Tests.cs index 67a7ad229..ab4cf8ec5 100644 --- a/src/dotnet/commands/dotnet-new/CSharp_nunittest/Tests.cs +++ b/src/dotnet/commands/dotnet-new/CSharp_nunittest/Tests.cs @@ -7,7 +7,6 @@ namespace Tests [SetUp] public void Setup() { - } [Test] diff --git a/src/dotnet/commands/dotnet-new/README.md b/src/dotnet/commands/dotnet-new/README.md index 117edacb7..f795cb6c0 100644 --- a/src/dotnet/commands/dotnet-new/README.md +++ b/src/dotnet/commands/dotnet-new/README.md @@ -32,6 +32,7 @@ Type of the project. Valid values for C# are: * `web` * `lib` * `xunittest` +* `nunittest` Valid values for F# are: