Skip to content

Commit 284f1fe

Browse files
committed
Build change to inclu de auth fix
1 parent 53b947f commit 284f1fe

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

aws-pca-caplugin/AWSPCACAPlugin.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<PropertyGroup>
55
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
6-
<TargetFrameworks>net8.0</TargetFrameworks>
6+
<TargetFrameworks>net8.0;net10.0</TargetFrameworks>
77
<RootNamespace>Keyfactor.Extensions.CAPlugin.AWS</RootNamespace>
88
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
99
<ImplicitUsings>enable</ImplicitUsings>
@@ -32,10 +32,9 @@
3232

3333
<ItemGroup>
3434
<PackageReference Include="AWSSDK.ACMPCA" Version="4.0.3.11" />
35-
<PackageReference Include="AWSSDK.Core" Version="4.0.3.12" />
3635
<PackageReference Include="AWSSDK.S3" Version="4.0.18.3" />
3736
<PackageReference Include="Keyfactor.Common" Version="2.11.0" />
38-
<PackageReference Include="Keyfactor.Extensions.Aws.Auth" Version="0.5.1" />
37+
<PackageReference Include="Keyfactor.Extensions.Aws.Auth" Version="0.5.2" />
3938
<PackageReference Include="Keyfactor.Logging" Version="1.3.0" />
4039
</ItemGroup>
4140

0 commit comments

Comments
 (0)