New: Migrate to new csproj format

This commit is contained in:
ta264
2019-08-22 22:28:51 +01:00
committed by Qstick
parent e095fe00af
commit f1fc45fa99
94 changed files with 576 additions and 6029 deletions
@@ -16,7 +16,7 @@ namespace NzbDrone.Common.Test.EnvironmentInfo
[Test]
public void should_get_branch()
{
BuildInfo.Branch.Should().NotBe("unknow");
BuildInfo.Branch.Should().NotBe("unknown");
BuildInfo.Branch.Should().NotBeNullOrWhiteSpace();
}
}