Skip to content

Commit

Permalink
Revert "Strong name sign Sodium.Core in secret library (#6854)" (#6857)
Browse files Browse the repository at this point in the history
This reverts commit be9bd7e.
  • Loading branch information
benbp authored Aug 25, 2023
1 parent 7c9aa25 commit 3ee7642
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
<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: 1 addition & 0 deletions tools/secret-management/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<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 3ee7642

Please sign in to comment.