diff options
author | Wouter Tinus <wouter.tinus@gmail.com> | 2020-05-31 15:07:47 +0200 |
---|---|---|
committer | Wouter Tinus <wouter.tinus@gmail.com> | 2020-05-31 15:07:47 +0200 |
commit | eddd9b13e9ea422c108f5e0cc88f9daa8e26a1a8 (patch) | |
tree | bb1a6e652d88badef095ae0d6090be1e4bdc1667 | |
parent | acfb3caf686e9d8ebfffc26bc63c1c3a01d59bcb (diff) | |
download | letsencrypt-win-simple-eddd9b13e9ea422c108f5e0cc88f9daa8e26a1a8.zip letsencrypt-win-simple-eddd9b13e9ea422c108f5e0cc88f9daa8e26a1a8.tar.gz letsencrypt-win-simple-eddd9b13e9ea422c108f5e0cc88f9daa8e26a1a8.tar.bz2 |
update nuget packages
4 files changed, 4 insertions, 4 deletions
diff --git a/src/main.lib/wacs.lib.csproj b/src/main.lib/wacs.lib.csproj index 955df43..ddb25ba 100644 --- a/src/main.lib/wacs.lib.csproj +++ b/src/main.lib/wacs.lib.csproj @@ -25,7 +25,7 @@ <ItemGroup> <PackageReference Include="Autofac" Version="5.2.0" /> <PackageReference Include="DnsClient" Version="1.3.2" /> - <PackageReference Include="MailKit" Version="2.6.0" /> + <PackageReference Include="MailKit" Version="2.7.0" /> <PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.4" /> <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="3.1.4" /> <PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="3.1.4" /> diff --git a/src/main.test/wacs.test.csproj b/src/main.test/wacs.test.csproj index 973a0de..35e2c74 100644 --- a/src/main.test/wacs.test.csproj +++ b/src/main.test/wacs.test.csproj @@ -18,7 +18,7 @@ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" /> <PackageReference Include="MSTest.TestAdapter" Version="2.1.1" /> <PackageReference Include="MSTest.TestFramework" Version="2.1.1" /> - <PackageReference Include="coverlet.collector" Version="1.2.1"> + <PackageReference Include="coverlet.collector" Version="1.3.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> diff --git a/src/plugin.validation.dns.azure/wacs.validation.dns.azure.csproj b/src/plugin.validation.dns.azure/wacs.validation.dns.azure.csproj index efa9caa..b932057 100755 --- a/src/plugin.validation.dns.azure/wacs.validation.dns.azure.csproj +++ b/src/plugin.validation.dns.azure/wacs.validation.dns.azure.csproj @@ -8,7 +8,7 @@ <ItemGroup> <PackageReference Include="Microsoft.Azure.Management.Dns" Version="3.0.1" /> - <PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.4.0" /> + <PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.5.0" /> <PackageReference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication" Version="2.4.0" /> </ItemGroup> diff --git a/src/plugin.validation.dns.route53/wacs.validation.dns.route53.csproj b/src/plugin.validation.dns.route53/wacs.validation.dns.route53.csproj index 17505d7..4640fb5 100644 --- a/src/plugin.validation.dns.route53/wacs.validation.dns.route53.csproj +++ b/src/plugin.validation.dns.route53/wacs.validation.dns.route53.csproj @@ -7,7 +7,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="AWSSDK.Route53" Version="3.3.104.3" /> + <PackageReference Include="AWSSDK.Route53" Version="3.3.104.12" /> </ItemGroup> <ItemGroup> |