diff --git a/README.md b/README.md index 2386ffc4..327a4a57 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ If you need a custom format, you can create a [plugin](https://github.com/daniel | **Input formats** | **Output formats** | |:------------------|:-------------------| -| |

| +| |
| ### Screenshots The screenshots show two snippets of the generated reports: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9db11b4a..e1987396 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,7 +11,7 @@ variables: buildPlatform: 'Any CPU' buildConfiguration: 'Release' disable.coverage.autogenerate: 'true' - version: '4.3.6' + version: '4.3.7' # Prepare steps: @@ -28,10 +28,10 @@ steps: version: 2.2.402 - task: UseDotNet@2 - displayName: 'Use .NET Core SDK 3.0.100' + displayName: 'Use .NET Core SDK 3.1.100' inputs: packageType: sdk - version: 3.0.100 + version: 3.1.100 - task: DotNetCoreCLI@2 displayName: 'dotnet info' diff --git a/global.json b/global.json index 533de91b..f7c27ec4 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,6 @@ { "sdk": { - "version": "3.0.100" + "version": "3.1.100", + "rollForward": "latestMajor" } } \ No newline at end of file