File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Core/src/nuget/buildTransitive Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 63
63
<!-- wasdk -->
64
64
<MicrosoftWindowsAppSDKPackageVersion >1.7.250401001</MicrosoftWindowsAppSDKPackageVersion >
65
65
<MicrosoftWindowsSDKBuildToolsPackageVersion >10.0.22621.756</MicrosoftWindowsSDKBuildToolsPackageVersion >
66
- <MicrosoftGraphicsWin2DPackageVersion >1.2.0 </MicrosoftGraphicsWin2DPackageVersion >
66
+ <MicrosoftGraphicsWin2DPackageVersion >1.3.2 </MicrosoftGraphicsWin2DPackageVersion >
67
67
<MicrosoftWindowsWebView2PackageVersion >1.0.2903.40</MicrosoftWindowsWebView2PackageVersion >
68
68
<!-- Everything else -->
69
69
<MicrosoftAspNetCoreAuthorizationPackageVersion >9.0.4</MicrosoftAspNetCoreAuthorizationPackageVersion >
Original file line number Diff line number Diff line change 9
9
<Version Condition =" '$(ApplicationDisplayVersion)' != '' " >$(ApplicationDisplayVersion)</Version >
10
10
</PropertyGroup >
11
11
12
+ <PropertyGroup >
13
+ <Win2DWarnNoPlatform >false</Win2DWarnNoPlatform >
14
+ </PropertyGroup >
15
+
12
16
<Target Name =" _AddMauiPriFiles" AfterTargets =" ResolveAssemblyReferences" >
13
17
<ItemGroup >
14
18
<_ReferenceRelatedPaths
Original file line number Diff line number Diff line change 38
38
<ItemGroup Condition =" $(TargetFramework.Contains('-windows')) " >
39
39
<Compile Include =" **\*.uwp.cs" Exclude =" $(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
40
40
<Compile Include =" **\*.uwp.*.cs" Exclude =" $(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
41
+ <PackageReference Include =" Microsoft.Web.WebView2" />
41
42
</ItemGroup >
42
43
<ItemGroup Condition =" '$(TargetPlatformIdentifier)' == 'android' " >
43
44
<Compile Include =" **\*.android.cs" Exclude =" $(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
You can’t perform that action at this time.
0 commit comments