We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b6dcd commit b7739f5Copy full SHA for b7739f5
src/LinqToDB.Identity/LinqToDB.Identity.csproj
@@ -17,7 +17,7 @@
17
<AssemblyName>LinqToDB.Identity</AssemblyName>
18
19
<SignAssembly>true</SignAssembly>
20
- <AssemblyOriginatorKeyFile>$(SolutionDir)linq2db.snk</AssemblyOriginatorKeyFile>
+ <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\..\..\linq2db.snk</AssemblyOriginatorKeyFile>
21
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
22
23
<PackageId>linq2db.Identity</PackageId>
0 commit comments