File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 3636 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3737 </PackageReference >
3838 <PackageReference Include =" RestSharp" Version =" 112.1.0" />
39- <PackageReference Include =" SkiaSharp" Version =" 3.119.1" />
40- <PackageReference Include =" SkiaSharp.Views.WindowsForms" Version =" 3.119.1" />
39+ <PackageReference Include =" SkiaSharp.Views.Desktop.Common" Version =" 3.119.1" />
40+ <PackageReference Include =" SkiaSharp.Views.WindowsForms" Version =" 3.119.1" >
41+ <PrivateAssets >all</PrivateAssets >
42+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
43+ </PackageReference >
4144 <PackageReference Include =" SunCalcNet" Version =" 1.2.3" />
4245 <PackageReference Include =" TimeZoneConverter" Version =" 7.2.0" />
4346 <PackageReference Include =" WindowsDisplayAPI" Version =" 1.3.0.13" />
5861 <ItemGroup >
5962 <InternalsVisibleTo Include =" WinDynamicDesktop.Tests" />
6063 </ItemGroup >
61- <Target Name =" ExplicitRemoveFromFilesToBundle" BeforeTargets =" GenerateSingleFileBundle" DependsOnTargets =" PrepareForBundle" >
62- <ItemGroup >
63- <FilesToRemoveFromBundle Include =" @(FilesToBundle)" Condition =" ($([System.String]::Copy('%(Filename)').StartsWith('OpenTK'))) OR ('%(Filename)' == 'glfw3')" />
64- <FilesToBundle Remove =" @(FilesToRemoveFromBundle)" />
65- </ItemGroup >
66- </Target >
6764</Project >
You can’t perform that action at this time.
0 commit comments