Skip to content

Commit

Permalink
KSM-517 Added netstandard2.0 target (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
idimov-keeper authored Jun 14, 2024
1 parent b038738 commit 0004afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/dotNet/HelloSecret/HelloSecret.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Keeper.SecretsManager" Version="16.5.1" />
<PackageReference Include="Keeper.SecretsManager" Version="16.6.5" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion sdk/dotNet/SecretsManager/SecretsManager.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net47;net48;netstandard2.1</TargetFrameworks>
<TargetFrameworks>net47;net48;netstandard2.0;netstandard2.1</TargetFrameworks>
<LangVersion>9</LangVersion>
<Company>Keeper Security Inc.</Company>
<Product>SecretsManager .Net SDK</Product>
Expand Down

0 comments on commit 0004afe

Please sign in to comment.