File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 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 >
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" />
You can’t perform that action at this time.
0 commit comments