mirror of
https://github.com/AlexMacocian/Net.Sdk.Web.Extensions.git
synced 2026-07-15 21:49:30 +00:00
25d4bf0718
Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.13.0...Azure.Identity_1.13.1) --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
1.2 KiB
XML
34 lines
1.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<OutputType>Library</OutputType>
|
|
<IsPackable>true</IsPackable>
|
|
<Version>0.8.4</Version>
|
|
<Authors>Alexandru Macocian</Authors>
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
|
<RepositoryUrl>https://github.com/AlexMacocian/Net.Sdk.Web.Extensions</RepositoryUrl>
|
|
<Description>Azure specific extensions for Microsoft.NET.Sdk.Web</Description>
|
|
<LangVersion>latest</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="..\LICENSE" Link="LICENSE">
|
|
<PackagePath></PackagePath>
|
|
<Pack>True</Pack>
|
|
</None>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Azure.Core" Version="1.44.1" />
|
|
<PackageReference Include="Azure.Data.Tables" Version="12.9.1" />
|
|
<PackageReference Include="Azure.Identity" Version="1.13.1" />
|
|
<PackageReference Include="Azure.Storage.Blobs" Version="12.22.2" />
|
|
<PackageReference Include="Net.Sdk.Web.Extensions" Version="0.8.4" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|