Skip to content

Commit

Permalink
Update Azure.Core to 1.42.0 to fix Build (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl authored Nov 29, 2024
1 parent bbc9be1 commit bdc8c9a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<UserSecretsId>eae6d8bd-2a58-4ed4-99e2-a82f32b0ce47</UserSecretsId>
<CodeAnalysisRuleSet>..\.sonarlint\dfe-digital_a2b-internalcsharp.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>0436</NoWarn>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<NoWarn>0436</NoWarn>
</PropertyGroup>

<ItemGroup>
<Compile Remove="ViewComponents\**" />
<Content Remove="ViewComponents\**" />
Expand Down Expand Up @@ -66,7 +66,7 @@
<PackageReference Include="Scrutor" Version="4.2.2" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
<PackageReference Include="System.Net.Http.Json" Version="8.0.1" />
<PackageReference Include="Azure.Core" Version="1.40.0" />
<PackageReference Include="Azure.Core" Version="1.42.0" />
<PackageReference Include="Azure.Identity" Version="1.12.1" />
</ItemGroup>

Expand Down

0 comments on commit bdc8c9a

Please sign in to comment.