Skip to content

Commit 050e19a

Browse files
committed
Updated WinAppSDK nuget
1 parent 812a047 commit 050e19a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Samples/DirectN.Samples.WinUI3.MinimalD3D11/DirectN.Samples.WinUI3.MinimalD3D11.csproj

+7-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1818
</PropertyGroup>
1919
<ItemGroup>
20-
<None Remove="DirectN.ico" />
20+
<None Remove="DirectN.ico" />
2121
</ItemGroup>
2222
<ItemGroup>
2323
<Compile Include="..\..\DirectN\Properties\AssemblyVersionInfo.cs" Link="Properties\AssemblyVersionInfo.cs" />
@@ -36,9 +36,11 @@
3636

3737
<ItemGroup>
3838
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.2.0" />
39-
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.250205002" />
39+
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.7.250310001" />
4040
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />
4141
<Manifest Include="$(ApplicationManifest)" />
42+
<!-- this is needed to remove warning due to webview2 imported (?) but we don't want that -->
43+
<FrameworkReference Include="Microsoft.WindowsDesktop.App" />
4244
</ItemGroup>
4345

4446
<ItemGroup>
@@ -74,9 +76,9 @@
7476
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
7577
</None>
7678
</ItemGroup>
77-
<PropertyGroup Label="Globals">
78-
<WebView2EnableCsWinRTProjection>False</WebView2EnableCsWinRTProjection>
79-
<ApplicationIcon>DirectN.ico</ApplicationIcon>
79+
<PropertyGroup>
80+
<WebView2EnableCsWinRTProjection>False</WebView2EnableCsWinRTProjection>
81+
<ApplicationIcon>DirectN.ico</ApplicationIcon>
8082
</PropertyGroup>
8183

8284
<!--

0 commit comments

Comments
 (0)