We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf68851 commit a1a5bc6Copy full SHA for a1a5bc6
2 files changed
…uild/netstandard2.0/Xtensive.Orm.targets …build/netcoreapp3.1/Xtensive.Orm.targetsOrm/Xtensive.Orm/NuGetContent/build/netstandard2.0/Xtensive.Orm.targets renamed to Orm/Xtensive.Orm/NuGetContent/build/netcoreapp3.1/Xtensive.Orm.targets
Orm/Xtensive.Orm/Xtensive.Orm.csproj
@@ -11,7 +11,7 @@
11
<AssemblyTitle>$(Title)</AssemblyTitle>
12
<PackageDescription>$(DoProductName) is the object-relational mapper (ORM) and business logic layer (BLL) framework</PackageDescription>
13
<SignAssembly>true</SignAssembly>
14
- <AssemblyOriginatorKeyFile>..\Orm.snk</AssemblyOriginatorKeyFile>
+ <AssemblyOriginatorKeyFile>$(OrmKeyFile)</AssemblyOriginatorKeyFile>
15
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
16
<WarningLevel>4</WarningLevel>
17
<NoWarn>1591</NoWarn>
0 commit comments