Skip to content

Commit

Permalink
Bump Azure.Identity from 1.10.4 to 1.11.0 in /src/Metering.RuntimeCS
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.4 to 1.11.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.10.4...Azure.Identity_1.11.0)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and chgeuer committed Apr 15, 2024
1 parent 1b38a94 commit 2088c64
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions src/Metering.RuntimeCS/Metering.RuntimeCS.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.10.4" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.19.1" />
<PackageReference Include="Azure.Messaging.EventHubs" Version="5.10.0" />
<PackageReference Include="Azure.Messaging.EventHubs.Processor" Version="5.10.0" />
<PackageReference Include="Apache.Avro" Version="1.11.3" />
<PackageReference Include="NodaTime" Version="3.1.10" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Metering.BaseTypes\Metering.BaseTypes.fsproj" />
<ProjectReference Include="..\Metering.EventHub\Metering.EventHub.csproj" />
<ProjectReference Include="..\Metering.Runtime\Metering.Runtime.fsproj" />
</ItemGroup>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.19.1" />
<PackageReference Include="Azure.Messaging.EventHubs" Version="5.10.0" />
<PackageReference Include="Azure.Messaging.EventHubs.Processor" Version="5.10.0" />
<PackageReference Include="Apache.Avro" Version="1.11.3" />
<PackageReference Include="NodaTime" Version="3.1.10" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Metering.BaseTypes\Metering.BaseTypes.fsproj" />
<ProjectReference Include="..\Metering.EventHub\Metering.EventHub.csproj" />
<ProjectReference Include="..\Metering.Runtime\Metering.Runtime.fsproj" />
</ItemGroup>
</Project>

0 comments on commit 2088c64

Please sign in to comment.