Skip to content

Commit 9d7af48

Browse files
committed
Additional changes to include weaver to main package
1 parent 4782c0d commit 9d7af48

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

Orm/Xtensive.Orm/Xtensive.Orm.csproj

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<DefineConstants>TRACE;DEBUG;NETSTANDARD</DefineConstants>
2020
</PropertyGroup>
2121
<PropertyGroup Label="Release" Condition="'$(Configuration)'=='Release'">
22+
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);IncludeWeaverFiles</TargetsForTfmSpecificContentInPackage>
2223
<DefineConstants>TRACE;NETSTANDARD</DefineConstants>
2324
<DebugSymbols>true</DebugSymbols>
2425
<DebugType>portable</DebugType>
@@ -27,10 +28,14 @@
2728
<ProjectReference Include="$(SolutionDir)Weaver\Xtensive.Orm.Weaver\Xtensive.Orm.Weaver.csproj" ReferenceOutputAssembly="false" SkipGetTargetFrameworkProperties="true" />
2829
</ItemGroup>
2930
<ItemGroup Label="Nuget content">
30-
<Content Include="$(SolutionDir)MSBuild\DataObjects.Net.targets" Visible="false" Pack="true" PackagePath="." />
31-
<Content Include="NuGetContent\**" Visible="false" Pack="true" PackagePath="." />
32-
<Content Include="$(SolutionDir)_Build\$(Configuration)\tools\weaver\**" Visible="false" Pack="true" PackagePath="tools\weaver\" />
33-
<TfmSpecificPackageFile Include="$(SolutionDir)_Build\$(Configuration)\tools\weaver\**" Visible="false" Pack="true" PackagePath="tools\weaver\" />
31+
<Content Include="$(SolutionDir)MSBuild\DataObjects.Net.targets">
32+
<PackagePath>.</PackagePath>
33+
<Visible>false</Visible>
34+
</Content>
35+
<Content Include="$(ProjectDir)NuGetContent\**">
36+
<PackagePath>.</PackagePath>
37+
<Visible>false</Visible>
38+
</Content>
3439
</ItemGroup>
3540
<ItemGroup Label="Packages" Condition=" '$(TargetFramework)' == 'netstandard2.0'">
3641
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.0" />

0 commit comments

Comments
 (0)