Skip to content

Commit

Permalink
Update sample dependencies (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayan authored Oct 23, 2023
1 parent 756a267 commit f54a3b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/CustomDns/CustomDns.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.6.1" />
<PackageReference Include="Azure.ResourceManager.Dns" Version="1.0.0-beta.1" />
<PackageReference Include="Azure.Identity" Version="1.10.3" />
<PackageReference Include="Azure.ResourceManager.Dns" Version="1.1.0-beta.1" />
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.1.1" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.2.0" />
</ItemGroup>
<ItemGroup>
<None Update="host.json">
Expand Down

0 comments on commit f54a3b4

Please sign in to comment.