Skip to content

Commit

Permalink
Strong name sign Sodium.Core in secret library (#6854)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp authored Aug 25, 2023
1 parent 2dff571 commit be9bd7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<PackageReference Include="Microsoft.Graph" Version="5.4.0" />
<PackageReference Include="Octokit" Version="5.0.3" />
<PackageReference Include="Sodium.Core" Version="1.3.3" />
<!-- Add this to strong name sign Sodium.Core as a requirement for internal sign/release -->
<PackageReference Include="StrongNamer" Version="0.2.5" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion tools/secret-management/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<IsPackable>false</IsPackable>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>$(NoWarn);CS8002</NoWarn>
</PropertyGroup>

<Import Project="../../Directory.Build.props" />
Expand Down

0 comments on commit be9bd7e

Please sign in to comment.