File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
samples/GraphicsTester.Skia.Windows Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 19
19
<Import Project =" eng\NuGetVersions.targets" />
20
20
21
21
<PropertyGroup >
22
- <!-- Allows for MAUI Xaml Hot Reload Samples to run without checks -->
22
+ <!-- Allows for MAUI Xaml Hot Reload Samples to run without checks -->
23
23
<IgnoreMauiXamlHotReloadCompatibilityCheck >True</IgnoreMauiXamlHotReloadCompatibilityCheck >
24
24
</PropertyGroup >
25
25
26
+ <PropertyGroup >
27
+ <!-- Microsoft.Build.Msix.props" cannot be imported again -->
28
+ <!-- Found version-specific or distribution-specific runtime identifier(s)-->
29
+ <NoWarn >$(NoWarn);MSB4011;NETSDK1206</NoWarn >
30
+ </PropertyGroup >
31
+
26
32
<!-- platform version number information -->
27
33
<PropertyGroup Condition =" '$(_MauiTargetPlatformIsiOS)' == 'True'" >
28
34
<SupportedOSPlatformVersion >13.0</SupportedOSPlatformVersion >
83
89
<ItemGroup Condition =" '$(_MauiTargetPlatformIsWindows)' == 'True' AND '$(IncludeWindowsSDKRefFrameworkReferences)' == 'True'" >
84
90
<FrameworkReference Include =" Microsoft.Windows.SDK.NET.Ref" IsImplicitlyDefined =" true" Pack =" false" PrivateAssets =" All" />
85
91
</ItemGroup >
92
+ <PropertyGroup >
93
+ <WindowsSdkPackageVersion >10.0.19041.34</WindowsSdkPackageVersion >
94
+ </PropertyGroup >
86
95
87
96
<!--
88
97
Workaround for https://github.com/microsoft/WindowsAppSDK/issues/2684
Original file line number Diff line number Diff line change 14
14
<ItemGroup >
15
15
<FrameworkReference Update =" Microsoft.Windows.SDK.NET.Ref" RuntimeFrameworkVersion =" 10.0.19041.44" TargetingPackVersion =" 10.0.19041.44" />
16
16
</ItemGroup >
17
-
17
+
18
18
<ItemGroup >
19
19
<ProjectReference Include =" ..\..\src\Graphics.Skia.WPF\Graphics.Skia.WPF.csproj" />
20
20
<ProjectReference Include =" ..\GraphicsTester.Portable\GraphicsTester.Portable.csproj" />
Original file line number Diff line number Diff line change 10
10
<IsTrimmable >false</IsTrimmable >
11
11
<NoWarn >$(NoWarn);RS0041</NoWarn >
12
12
</PropertyGroup >
13
+
14
+ <ItemGroup Condition =" '$(IncludeWindowsSDKRefFrameworkReferences)' == 'True'" >
15
+ <FrameworkReference Include =" Microsoft.Windows.SDK.NET.Ref" IsImplicitlyDefined =" true" Pack =" false" PrivateAssets =" All" />
16
+ </ItemGroup >
13
17
14
18
<ItemGroup Condition =" '$(IncludeWindowsSDKRefFrameworkReferences)' == 'True'" >
15
19
<FrameworkReference Include =" Microsoft.Windows.SDK.NET.Ref" IsImplicitlyDefined =" true" Pack =" false" PrivateAssets =" All" />
Original file line number Diff line number Diff line change 5
5
<TargetFrameworks Condition =" '$(IncludePreviousTfmsGraphics)' == 'true'" >$(TargetFrameworks);$(_MauiPreviousDotNetTfm);$(MauiGraphicsPreviousPlatforms)</TargetFrameworks >
6
6
<!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
7
7
<IncludeSymbols >true</IncludeSymbols >
8
- <SymbolPackageFormat >snupkg</SymbolPackageFormat >
9
8
<AssemblyName >Microsoft.Maui.Graphics</AssemblyName >
10
9
<RootNamespace >Microsoft.Maui.Graphics</RootNamespace >
11
10
<Product >Microsoft.Maui.Graphics</Product >
You can’t perform that action at this time.
0 commit comments