-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Azure.Identity from 1.10.3 to 1.10.4
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
1 parent
5f0e304
commit b27ea4a
Showing
2 changed files
with
41 additions
and
41 deletions.
There are no files selected for viewing
80 changes: 40 additions & 40 deletions
80
src/repository-webapi-client/repository-webapi-client.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters