File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed
Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 6666 <VersionDependsOn >SilkShippingControl;$(VersionDependsOn)</VersionDependsOn >
6767 <PackageVersionDependsOn >SilkShippingControl;$(PackageVersionDependsOn)</PackageVersionDependsOn >
6868 <TargetsForTfmSpecificContentInPackage >SilkNativePackaging;$(TargetsForTfmSpecificContentInPackage)</TargetsForTfmSpecificContentInPackage >
69+ <GenerateNuspecDependsOn >SilkShippingControl;$(GenerateNuspecDependsOn)</GenerateNuspecDependsOn >
70+ </PropertyGroup >
71+
72+ <!-- SourceLink -->
73+ <PropertyGroup Condition =" '$(SilkSourceLinkExempt)' == '' and '$(SilkNativePackage)' != 'true' and '$(SilkMetapackage)' != 'true'" >
74+ <DebugType >portable</DebugType >
75+ <EmbedAllSources >true</EmbedAllSources >
76+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
77+ <IncludeSymbols >true</IncludeSymbols >
78+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
6979 </PropertyGroup >
7080</Project >
Original file line number Diff line number Diff line change 139139 </UsingTask >
140140
141141 <Target Name =" SilkShippingControl" BeforeTargets =" BeforeBuild" >
142- <!-- SourceLink -->
143- <PropertyGroup Condition =" '$(SilkSourceLinkExempt)' == '' and '$(SilkNativePackage)' != 'true' and '$(SilkMetapackage)' != 'true'" >
144- <DebugType >portable</DebugType >
145- <EmbedAllSources >true</EmbedAllSources >
146- <EmbedUntrackedSources >true</EmbedUntrackedSources >
147- <IncludeSymbols >true</IncludeSymbols >
148- <SymbolPackageFormat >snupkg</SymbolPackageFormat >
149- </PropertyGroup >
150-
151142 <!-- Non-C# packages (i.e. metapackages, natives) -->
152143 <PropertyGroup Condition =" '$(SilkNativePackage)' == 'true' or '$(SilkMetapackage)' == 'true'" >
153144 <IncludeBuildOutput Condition =" '$(SilkNativeHasAndroidJars)' != 'true'" >false</IncludeBuildOutput >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4+ <!-- NOTE: Multitargeting here will be a PITA due to the references to TFM below -->
45 <TargetFramework >net8.0</TargetFramework >
56 <ImplicitUsings >enable</ImplicitUsings >
67 <Nullable >enable</Nullable >
910 <ItemGroup >
1011 <Compile Remove =" Silk.NET.Core.cs" />
1112 <None Include =" FodyWeavers.xml" />
12- <Content Include =" Silk.NET.Core.cs" />
13- <Content Include =" Silk.NET.Core.targets" PackagePath =" build\$(TargetFramework)\$(PackageId).targets" />
13+ <None Include =" Silk.NET.Core.cs " Pack = " true " PackagePath = " build\$(TargetFramework)\ Silk.NET.Core.cs" />
14+ <None Include =" Silk.NET.Core.targets" Pack = " true " PackagePath =" build\$(TargetFramework)\$(PackageId).targets" />
1415 </ItemGroup >
1516
1617 <ItemGroup >
You can’t perform that action at this time.
0 commit comments