Skip to content

Commit

Permalink
Update NuGet package (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayan authored Feb 16, 2021
1 parent debef2a commit f22c54c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ dotnet_style_qualification_for_method = false:suggestion
dotnet_style_qualification_for_event = false:suggestion

# Types: use keywords instead of BCL types, and permit var only when the type is clear
csharp_style_var_for_built_in_types = false:suggestion
csharp_style_var_when_type_is_apparent = false:none
csharp_style_var_elsewhere = false:suggestion
csharp_style_var_for_built_in_types = true:suggestion
csharp_style_var_when_type_is_apparent = true:suggestion
csharp_style_var_elsewhere = true:suggestion
dotnet_style_predefined_type_for_locals_parameters_members = true:suggestion
dotnet_style_predefined_type_for_member_access = true:suggestion

Expand Down
2 changes: 1 addition & 1 deletion AppService.Acmebot/AppService.Acmebot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ItemGroup>
<PackageReference Include="ACMESharpCore" Version="2.2.0.148" />
<PackageReference Include="ACMESharpCore.Crypto" Version="2.2.0.148" />
<PackageReference Include="DnsClient" Version="1.3.2" />
<PackageReference Include="DnsClient" Version="1.4.0" />
<PackageReference Include="DurableTask.TypedProxy" Version="2.2.0" />
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
<PackageReference Include="Microsoft.Azure.Management.Dns" Version="3.0.1" />
Expand Down

0 comments on commit f22c54c

Please sign in to comment.