File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 15
15
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
16
16
<IncludeSymbols >true</IncludeSymbols >
17
17
<PackageReadmeFile >README.md</PackageReadmeFile >
18
+ <DebugType >portable</DebugType >
19
+ <IncludeSymbols >true</IncludeSymbols >
20
+ <!-- <SymbolPackageFormat>snupkg</SymbolPackageFormat> --> <!-- https://github.com/NuGet/Home/issues/10791 -->
21
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
22
+ <Deterministic >true</Deterministic >
23
+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
18
24
</PropertyGroup >
19
25
20
26
<ItemGroup >
21
- <PackageReference Include =" FftSharp" Version =" 1.0.9" />
22
- <PackageReference Include =" System.Drawing.Common" Version =" 4.6.1" />
23
- <PackageReference Include =" runtime.osx.10.10-x64.CoreCompat.System.Drawing" Version =" 5.8.64" Condition =" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' == 'true'" />
24
27
<None Include =" icon.png" Pack =" true" PackagePath =" \" />
25
28
<None Include =" README.md" Pack =" true" PackagePath =" \" />
26
29
</ItemGroup >
27
30
31
+ <ItemGroup >
32
+ <PackageReference Include =" FftSharp" Version =" 1.0.12" />
33
+ <PackageReference Include =" System.Drawing.Common" Version =" 4.6.1" />
34
+ <PackageReference Include =" runtime.osx.10.10-x64.CoreCompat.System.Drawing" Version =" 5.8.64" Condition =" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' == 'true'" />
35
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" >
36
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
37
+ <PrivateAssets >all</PrivateAssets >
38
+ </PackageReference >
39
+ </ItemGroup >
40
+
28
41
</Project >
You can’t perform that action at this time.
0 commit comments