diff --git a/Build.ps1 b/Build.ps1 index 16962e1e..15b7e38b 100644 --- a/Build.ps1 +++ b/Build.ps1 @@ -81,7 +81,7 @@ function DotNetTest { $openCoverVersion = "4.7.922" $openCoverPath = Join-Path $nugetPath "OpenCover\$openCoverVersion\tools\OpenCover.Console.exe" - $reportGeneratorVersion = "4.0.11" + $reportGeneratorVersion = "4.0.15" $reportGeneratorPath = Join-Path $nugetPath "ReportGenerator\$reportGeneratorVersion\tools\netcoreapp2.0\ReportGenerator.dll" $coverageOutput = Join-Path $OutputPath "code-coverage.xml" diff --git a/Directory.Build.props b/Directory.Build.props index 44df667e..990c3c08 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - + diff --git a/src/API/Options/ExternalLinksOptions.cs b/src/API/Options/ExternalLinksOptions.cs index e7f874ea..e9e79f4a 100644 --- a/src/API/Options/ExternalLinksOptions.cs +++ b/src/API/Options/ExternalLinksOptions.cs @@ -20,11 +20,6 @@ public sealed class ExternalLinksOptions /// public Uri Cdn { get; set; } - /// - /// Gets or sets the URI of the status website. - /// - public Uri Status { get; set; } - /// /// Gets or sets the options for the URIs to use for reports. /// diff --git a/src/API/Views/Shared/_Footer.cshtml b/src/API/Views/Shared/_Footer.cshtml index 646e2f7e..ccc7d574 100644 --- a/src/API/Views/Shared/_Footer.cshtml +++ b/src/API/Views/Shared/_Footer.cshtml @@ -3,10 +3,7 @@