File tree 2 files changed +8
-2
lines changed
source/SkiaSharp.Views.Blazor/SkiaSharp.Views.Blazor/nuget/build/net6.0
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 5
5
<WasmBuildNative Condition =" '$(WasmBuildNative)' == ''" >true</WasmBuildNative >
6
6
</PropertyGroup >
7
7
8
- <ItemGroup >
8
+ <ItemGroup Condition = " '$(TargetFrameworkVersion)' != '' and $([MSBuild]::VersionEquals($(TargetFrameworkVersion), '6.0')) " >
9
9
<NativeFileReference Include =" $(SkiaSharpStaticLibraryPath)\2.0.23\*.a" />
10
10
</ItemGroup >
11
+ <ItemGroup Condition =" '$(TargetFrameworkVersion)' != '' and $([MSBuild]::VersionEquals($(TargetFrameworkVersion), '7.0'))" >
12
+ <NativeFileReference Include =" $(SkiaSharpStaticLibraryPath)\3.1.12\st\*.a" />
13
+ </ItemGroup >
11
14
12
15
</Project >
Original file line number Diff line number Diff line change 6
6
<_SkiaSharpViewsBlazorStaticAssetsRoot >$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\..\staticwebassets'))\</_SkiaSharpViewsBlazorStaticAssetsRoot >
7
7
</PropertyGroup >
8
8
9
- <ItemGroup >
9
+ <ItemGroup Condition = " '$(TargetFrameworkVersion)' != '' and $([MSBuild]::VersionEquals($(TargetFrameworkVersion), '6.0')) " >
10
10
<NativeFileReference Include =" $(SkiaSharpStaticLibraryPath)\2.0.23\*.a" />
11
11
</ItemGroup >
12
+ <ItemGroup Condition =" '$(TargetFrameworkVersion)' != '' and $([MSBuild]::VersionEquals($(TargetFrameworkVersion), '7.0'))" >
13
+ <NativeFileReference Include =" $(SkiaSharpStaticLibraryPath)\3.1.12\st\*.a" />
14
+ </ItemGroup >
12
15
13
16
<ItemGroup >
14
17
<_TempStaticWebAsset Include =" $(_SkiaSharpViewsBlazorStaticAssetsRoot)*.js" />
You can’t perform that action at this time.
0 commit comments