diff options
author | Wouter Tinus <wouter.tinus@gmail.com> | 2020-10-05 20:51:04 +0200 |
---|---|---|
committer | Wouter Tinus <wouter.tinus@gmail.com> | 2020-10-05 20:51:04 +0200 |
commit | 7f5b847b10fa8162806e188b042a50888dd35559 (patch) | |
tree | 66c3c015b15a99618f4db87d7d24a6b1ba27b0cf | |
parent | a580129fc33cf489bf616d93b1d055966ccf89c7 (diff) | |
download | letsencrypt-win-simple-7f5b847b10fa8162806e188b042a50888dd35559.zip letsencrypt-win-simple-7f5b847b10fa8162806e188b042a50888dd35559.tar.gz letsencrypt-win-simple-7f5b847b10fa8162806e188b042a50888dd35559.tar.bz2 |
update nuget packages
m--------- | src/ACMESharpCore | 0 | ||||
-rw-r--r-- | src/main.lib/wacs.lib.csproj | 130 | ||||
-rw-r--r-- | src/main.test/wacs.test.csproj | 62 | ||||
-rw-r--r-- | src/main/wacs.csproj | 68 | ||||
-rwxr-xr-x | src/plugin.validation.dns.azure/wacs.validation.dns.azure.csproj | 38 | ||||
-rw-r--r-- | src/plugin.validation.dns.route53/wacs.validation.dns.route53.csproj | 34 |
6 files changed, 166 insertions, 166 deletions
diff --git a/src/ACMESharpCore b/src/ACMESharpCore -Subproject 10ed9ffc9141d7d8e4ca207db4b3c924fad1bb1 +Subproject e5d282b00f8d599c132b88110ad5a511ffb2586 diff --git a/src/main.lib/wacs.lib.csproj b/src/main.lib/wacs.lib.csproj index 1b7752d..bdf61eb 100644 --- a/src/main.lib/wacs.lib.csproj +++ b/src/main.lib/wacs.lib.csproj @@ -1,65 +1,65 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> - <TargetFrameworks>netstandard2.1</TargetFrameworks> - <RootNamespace>PKISharp.WACS</RootNamespace> - <Configurations>Debug;Release;ReleasePluggable</Configurations> - </PropertyGroup> - - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'"> - <WarningLevel>1</WarningLevel> - </PropertyGroup> - - <PropertyGroup> - <Nullable>enable</Nullable> - </PropertyGroup> - - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)'=='ReleasePluggable|netstandard2.1'"> - <DefineConstants>TRACE;PLUGGABLE</DefineConstants> - </PropertyGroup> - - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.1|AnyCPU'"> - <DefineConstants>TRACE;PLUGGABLE</DefineConstants> - </PropertyGroup> - - <ItemGroup> - <PackageReference Include="Autofac" Version="5.2.0" /> - <PackageReference Include="DnsClient" Version="1.3.2" /> - <PackageReference Include="MailKit" Version="2.8.0" /> - <PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.6" /> - <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="3.1.6" /> - <PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="3.1.6" /> - <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.6" /> - <PackageReference Include="Microsoft.Web.Administration" Version="11.1.0" /> - <PackageReference Include="Microsoft.Win32.Registry" Version="4.7.0" /> - <PackageReference Include="Nager.PublicSuffix" Version="1.5.1" /> - <PackageReference Include="Portable.BouncyCastle" Version="1.8.6.7" /> - <PackageReference Include="Serilog" Version="2.9.0" /> - <PackageReference Include="Serilog.Settings.AppSettings" Version="2.2.2" /> - <PackageReference Include="Serilog.Settings.Configuration" Version="3.1.0" /> - <PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" /> - <PackageReference Include="Serilog.Sinks.EventLog" Version="3.1.0" /> - <PackageReference Include="Serilog.Sinks.File" Version="4.1.0" /> - <PackageReference Include="SSH.NET" Version="2016.1.0" /> - <PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.0" /> - <PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.7.0" /> - <PackageReference Include="System.Runtime.Loader" Version="4.3.0" /> - <PackageReference Include="System.Security.Cryptography.Cng" Version="4.7.0" /> - <PackageReference Include="System.Security.Cryptography.ProtectedData" Version="4.7.0" /> - <PackageReference Include="System.Security.Cryptography.X509Certificates" Version="4.3.2" /> - <PackageReference Include="TaskScheduler" Version="2.8.20" /> - <PackageReference Include="WebDav.Client" Version="2.7.0" /> - </ItemGroup> - - <ItemGroup> - <ProjectReference Include="..\ACMESharpCore\src\ACMESharp\ACMESharp.csproj" /> - <ProjectReference Include="..\fluent-command-line-parser\FluentCommandLineParser\FluentCommandLineParser.csproj" /> - </ItemGroup> - - <ItemGroup> - <Folder Include="Plugins\OrderPlugins\Domain\" /> - <Folder Include="Plugins\OrderPlugins\Site\" /> - <Folder Include="Plugins\StorePlugins\PfxFile\" /> - </ItemGroup> - -</Project> +<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFrameworks>netstandard2.1</TargetFrameworks>
+ <RootNamespace>PKISharp.WACS</RootNamespace>
+ <Configurations>Debug;Release;ReleasePluggable</Configurations>
+ </PropertyGroup>
+
+ <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
+ <WarningLevel>1</WarningLevel>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <Nullable>enable</Nullable>
+ </PropertyGroup>
+
+ <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)'=='ReleasePluggable|netstandard2.1'">
+ <DefineConstants>TRACE;PLUGGABLE</DefineConstants>
+ </PropertyGroup>
+
+ <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.1|AnyCPU'">
+ <DefineConstants>TRACE;PLUGGABLE</DefineConstants>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Autofac" Version="6.0.0" />
+ <PackageReference Include="DnsClient" Version="1.3.2" />
+ <PackageReference Include="MailKit" Version="2.9.0" />
+ <PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.8" />
+ <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="3.1.8" />
+ <PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="3.1.8" />
+ <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.8" />
+ <PackageReference Include="Microsoft.Web.Administration" Version="11.1.0" />
+ <PackageReference Include="Microsoft.Win32.Registry" Version="4.7.0" />
+ <PackageReference Include="Nager.PublicSuffix" Version="1.5.1" />
+ <PackageReference Include="Portable.BouncyCastle" Version="1.8.8" />
+ <PackageReference Include="Serilog" Version="2.10.0" />
+ <PackageReference Include="Serilog.Settings.AppSettings" Version="2.2.2" />
+ <PackageReference Include="Serilog.Settings.Configuration" Version="3.1.0" />
+ <PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
+ <PackageReference Include="Serilog.Sinks.EventLog" Version="3.1.0" />
+ <PackageReference Include="Serilog.Sinks.File" Version="4.1.0" />
+ <PackageReference Include="SSH.NET" Version="2016.1.0" />
+ <PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.0" />
+ <PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.7.0" />
+ <PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
+ <PackageReference Include="System.Security.Cryptography.Cng" Version="4.7.0" />
+ <PackageReference Include="System.Security.Cryptography.ProtectedData" Version="4.7.0" />
+ <PackageReference Include="System.Security.Cryptography.X509Certificates" Version="4.3.2" />
+ <PackageReference Include="TaskScheduler" Version="2.8.21" />
+ <PackageReference Include="WebDav.Client" Version="2.7.0" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\ACMESharpCore\src\ACMESharp\ACMESharp.csproj" />
+ <ProjectReference Include="..\fluent-command-line-parser\FluentCommandLineParser\FluentCommandLineParser.csproj" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Folder Include="Plugins\OrderPlugins\Domain\" />
+ <Folder Include="Plugins\OrderPlugins\Site\" />
+ <Folder Include="Plugins\StorePlugins\PfxFile\" />
+ </ItemGroup>
+
+</Project>
diff --git a/src/main.test/wacs.test.csproj b/src/main.test/wacs.test.csproj index 9b7b870..33c6e65 100644 --- a/src/main.test/wacs.test.csproj +++ b/src/main.test/wacs.test.csproj @@ -1,31 +1,31 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> - <TargetFramework>netcoreapp3.0</TargetFramework> - - <IsPackable>false</IsPackable> - - <Configurations>Debug;Release;ReleasePluggable</Configurations> - - <RootNamespace>PKISharp.WACS.UnitTests</RootNamespace> - </PropertyGroup> - - <PropertyGroup> - <Nullable>enable</Nullable> - </PropertyGroup> - - <ItemGroup> - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" /> - <PackageReference Include="MSTest.TestAdapter" Version="2.1.2" /> - <PackageReference Include="MSTest.TestFramework" Version="2.1.2" /> - <PackageReference Include="coverlet.collector" Version="1.3.0"> - <PrivateAssets>all</PrivateAssets> - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> - </PackageReference> - </ItemGroup> - - <ItemGroup> - <ProjectReference Include="..\main.lib\wacs.lib.csproj" /> - </ItemGroup> - -</Project> +<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>netcoreapp3.0</TargetFramework>
+
+ <IsPackable>false</IsPackable>
+
+ <Configurations>Debug;Release;ReleasePluggable</Configurations>
+
+ <RootNamespace>PKISharp.WACS.UnitTests</RootNamespace>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <Nullable>enable</Nullable>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
+ <PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
+ <PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
+ <PackageReference Include="coverlet.collector" Version="1.3.0">
+ <PrivateAssets>all</PrivateAssets>
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
+ </PackageReference>
+ </ItemGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\main.lib\wacs.lib.csproj" />
+ </ItemGroup>
+
+</Project>
diff --git a/src/main/wacs.csproj b/src/main/wacs.csproj index a7c3a71..aef6320 100644 --- a/src/main/wacs.csproj +++ b/src/main/wacs.csproj @@ -1,34 +1,34 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> - <OutputType>Exe</OutputType> - <TargetFramework>netcoreapp3.1</TargetFramework> - <RuntimeIdentifiers>win-x64;win-x86</RuntimeIdentifiers> - <ApplicationIcon>icon.ico</ApplicationIcon> - <StartupObject /> - <Version>2.1.2.0</Version> - <AssemblyVersion>2.1.2.0</AssemblyVersion> - <FileVersion>2.1.2.0</FileVersion> - <ApplicationManifest>app.manifest</ApplicationManifest> - </PropertyGroup> - - <ItemGroup> - <TrimmerRootAssembly Include="System.Collections.Immutable" /> - <TrimmerRootAssembly Include="System.Net.WebSockets" /> - </ItemGroup> - - <ItemGroup> - <None Remove="settings.json" /> - </ItemGroup> - - <ItemGroup> - <Content Include="settings.json"> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - </Content> - </ItemGroup> - - <ItemGroup> - <ProjectReference Include="..\main.lib\wacs.lib.csproj" /> - </ItemGroup> - -</Project> +<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>netcoreapp3.1</TargetFramework>
+ <RuntimeIdentifiers>win-x64;win-x86</RuntimeIdentifiers>
+ <ApplicationIcon>icon.ico</ApplicationIcon>
+ <StartupObject />
+ <Version>2.1.2.0</Version>
+ <AssemblyVersion>2.1.2.0</AssemblyVersion>
+ <FileVersion>2.1.2.0</FileVersion>
+ <ApplicationManifest>app.manifest</ApplicationManifest>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <TrimmerRootAssembly Include="System.Collections.Immutable" />
+ <TrimmerRootAssembly Include="System.Net.WebSockets" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <None Remove="settings.json" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Content Include="settings.json">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ </ItemGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\main.lib\wacs.lib.csproj" />
+ </ItemGroup>
+
+</Project>
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 9a58aa7..6df614a 100755 --- a/src/plugin.validation.dns.azure/wacs.validation.dns.azure.csproj +++ b/src/plugin.validation.dns.azure/wacs.validation.dns.azure.csproj @@ -1,19 +1,19 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> - <TargetFramework>netcoreapp3.1</TargetFramework> - <RootNamespace>PKISharp.WACS.Plugins.ValidationPlugins</RootNamespace> - <AssemblyName>PKISharp.WACS.Plugins.ValidationPlugins.Azure</AssemblyName> - </PropertyGroup> - - <ItemGroup> - <PackageReference Include="Microsoft.Azure.Management.Dns" Version="3.0.1" /> - <PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.5.0" /> - <PackageReference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication" Version="2.4.1" /> - </ItemGroup> - - <ItemGroup> - <ProjectReference Include="..\main.lib\wacs.lib.csproj" /> - </ItemGroup> - -</Project> +<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>netcoreapp3.1</TargetFramework>
+ <RootNamespace>PKISharp.WACS.Plugins.ValidationPlugins</RootNamespace>
+ <AssemblyName>PKISharp.WACS.Plugins.ValidationPlugins.Azure</AssemblyName>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.Azure.Management.Dns" Version="3.0.1" />
+ <PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.6.0" />
+ <PackageReference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication" Version="2.4.1" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\main.lib\wacs.lib.csproj" />
+ </ItemGroup>
+
+</Project>
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 59abcbb..760b01e 100644 --- a/src/plugin.validation.dns.route53/wacs.validation.dns.route53.csproj +++ b/src/plugin.validation.dns.route53/wacs.validation.dns.route53.csproj @@ -1,17 +1,17 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> - <TargetFramework>netcoreapp3.1</TargetFramework> - <AssemblyName>PKISharp.WACS.Plugins.ValidationPlugins.Route53</AssemblyName> - <RootNamespace>PKISharp.WACS.Plugins.ValidationPlugins</RootNamespace> - </PropertyGroup> - - <ItemGroup> - <PackageReference Include="AWSSDK.Route53" Version="3.3.106.16" /> - </ItemGroup> - - <ItemGroup> - <ProjectReference Include="..\main.lib\wacs.lib.csproj" /> - </ItemGroup> - -</Project> +<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>netcoreapp3.1</TargetFramework>
+ <AssemblyName>PKISharp.WACS.Plugins.ValidationPlugins.Route53</AssemblyName>
+ <RootNamespace>PKISharp.WACS.Plugins.ValidationPlugins</RootNamespace>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="AWSSDK.Route53" Version="3.5.0.24" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\main.lib\wacs.lib.csproj" />
+ </ItemGroup>
+
+</Project>
|