Bump Azure.Identity from 1.7.0 to 1.8.0 (#2024)
* Bump Azure.Identity from 1.7.0 to 1.8.0 Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.7.0...Azure.Identity_1.8.0) --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Suppress CA1724 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: danigian <1955514+danigian@users.noreply.github.com>
This commit is contained in:
Родитель
411272317f
Коммит
f0420573b6
|
@ -27,7 +27,7 @@
|
|||
<MicrosoftCSharpVersion>4.7.0</MicrosoftCSharpVersion>
|
||||
<ApplicationInsightsVersion>2.21.0</ApplicationInsightsVersion>
|
||||
<PrometheusNetVersion>7.0.0</PrometheusNetVersion>
|
||||
<AzureIdentityVersion>1.7.0</AzureIdentityVersion>
|
||||
<AzureIdentityVersion>1.8.0</AzureIdentityVersion>
|
||||
<MicrosoftAspNetCoreHttpAbstractionsVersion>2.2.0</MicrosoftAspNetCoreHttpAbstractionsVersion>
|
||||
<JacobVersion>0.6.0</JacobVersion>
|
||||
</PropertyGroup>
|
||||
|
|
|
@ -11,7 +11,9 @@ namespace LoRaTools.Regions
|
|||
using Microsoft.Extensions.Logging;
|
||||
using static LoRaWan.RxDelay;
|
||||
|
||||
#pragma warning disable CA1724
|
||||
public abstract class Region
|
||||
#pragma warning restore CA1724
|
||||
{
|
||||
public LoRaRegionType LoRaRegion { get; set; }
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче