Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 3c52925

Browse files
committed
fix strong-naming key filename
1 parent 7db7590 commit 3c52925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaunchDarkly.ServerSdk.Redis.StrongName/LaunchDarkly.ServerSdk.Redis.StrongName.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<PropertyGroup Condition="'$(Configuration)'=='Release'">
2626
<SignAssembly>true</SignAssembly>
27-
<AssemblyOriginatorKeyFile>../../LaunchDarkly.ServerSdk.Redis.snk</AssemblyOriginatorKeyFile>
27+
<AssemblyOriginatorKeyFile>../../LaunchDarkly.Redis.snk</AssemblyOriginatorKeyFile>
2828
</PropertyGroup>
2929

3030
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">

0 commit comments

Comments
 (0)