Skip to content

Commit

Permalink
Bump Azure.Identity from 1.10.3 to 1.10.4
Browse files Browse the repository at this point in the history
Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.10.3...Azure.Identity_1.10.4)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 5f0e304 commit b27ea4a
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
80 changes: 40 additions & 40 deletions src/repository-webapi-client/repository-webapi-client.csproj
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>XtremeIdiots.Portal.RepositoryApiClient</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>XtremeIdiots.Portal.RepositoryApiClient</PackageId>
<Authors>Fraser Molyneux</Authors>
<Company>XtremeIdiots</Company>
<Product>XtremeIdiots Portal</Product>
<Title>XtremeIdiots Portal Repository API Client</Title>
<Description>Client for the XtremeIdiots Portal Repository API.</Description>
<PackageProjectUrl>https://github.com/frasermolyneux/portal-repository</PackageProjectUrl>
<RepositoryUrl>https://github.com/frasermolyneux/portal-repository</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.10.3" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.5.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="7.0.0" />
<PackageReference Include="MxIO.ApiClient" Version="1.1.47.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="RestSharp" Version="110.2.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\repository-webapi-abstractions\repository-webapi-abstractions.csproj" />
</ItemGroup>

<ItemGroup>
<Folder Include="bin\" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>XtremeIdiots.Portal.RepositoryApiClient</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>XtremeIdiots.Portal.RepositoryApiClient</PackageId>
<Authors>Fraser Molyneux</Authors>
<Company>XtremeIdiots</Company>
<Product>XtremeIdiots Portal</Product>
<Title>XtremeIdiots Portal Repository API Client</Title>
<Description>Client for the XtremeIdiots Portal Repository API.</Description>
<PackageProjectUrl>https://github.com/frasermolyneux/portal-repository</PackageProjectUrl>
<RepositoryUrl>https://github.com/frasermolyneux/portal-repository</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.10.4" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.5.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="7.0.0" />
<PackageReference Include="MxIO.ApiClient" Version="1.1.47.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="RestSharp" Version="110.2.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\repository-webapi-abstractions\repository-webapi-abstractions.csproj" />
</ItemGroup>

<ItemGroup>
<Folder Include="bin\" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/repository-webapi/repository-webapi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.14" />
<PackageReference Include="AutoMapper" Version="12.0.1" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="Azure.Identity" Version="1.10.3" />
<PackageReference Include="Azure.Identity" Version="1.10.4" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.5.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.19.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
Expand Down

0 comments on commit b27ea4a

Please sign in to comment.