File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed
Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netcoreapp3.1</TargetFramework >
5-
65 <IsPackable >false</IsPackable >
6+ <SignAssembly >true</SignAssembly >
7+ <AssemblyOriginatorKeyFile >$(ExtensionsKeyFile)</AssemblyOriginatorKeyFile >
78 </PropertyGroup >
89 <Import Project =" $(SolutionDir)MSBuild\DataObjects.Net.InternalBuild.targets" />
910 <ItemGroup >
Original file line number Diff line number Diff line change 1+ // Copyright (C) 2021 Xtensive LLC.
2+ // This code is distributed under MIT license terms.
3+ // See the License.txt file in the project root for more information.
4+
5+ using System . Runtime . CompilerServices ;
6+
7+ [ assembly: InternalsVisibleTo ( "Xtensive.Orm.Web.Tests, PublicKey=" +
8+ "00240000048000009400000006020000002400005253413100040000010001007f8790a0573a2a" +
9+ "4f7b77907240977b669d33774bcaef77ef39d5186de4d4c836623fb661be674c7db731bc376184" +
10+ "f6848fc6b64eeba506654c8212de624e9d1f15ad1fe765f769e9a5b59ecaab2866632a983e7828" +
11+ "f3bf20ff7afffa021951cf8adc9ac1e786716430b0637893fb71b7566405fe14acc5e340c4af4a" +
12+ "a293c994" ) ]
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <IsPackable >true</IsPackable >
44 <DocumentationFile >$(OutputPath)$(TargetFramework)\$(AssemblyName).xml</DocumentationFile >
2424 <ItemGroup >
2525 <ProjectReference Include =" ..\..\Orm\Xtensive.Orm\Xtensive.Orm.csproj" />
2626 </ItemGroup >
27- <ItemGroup >
28- <Folder Include =" Properties\" />
29- </ItemGroup >
3027</Project >
You can’t perform that action at this time.
0 commit comments