* Update CsWinRT version

* Remove as it is not needed anymore
This commit is contained in:
Manodasan Wignarajah 2024-06-14 17:38:18 -07:00 коммит произвёл GitHub
Родитель 20787bcc6a
Коммит 09151ae082
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 2 добавлений и 17 удалений

Просмотреть файл

@ -21,7 +21,7 @@
<NugetPackageDirectory>$(RepoRoot)\packages</NugetPackageDirectory>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(RepoRoot)\WasdkStrongNameSign.snk</AssemblyOriginatorKeyFile>
<WindowsSdkPackageVersion>10.0.17763.35-preview</WindowsSdkPackageVersion>
<WindowsSdkPackageVersion>10.0.17763.36-preview</WindowsSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>

Просмотреть файл

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See LICENSE-CODE in the project root for license information. -->
<!-- This is a special MSBuild file that is parsed before everything else when MSBuild detects it in our directory structure.
Adding Sdk="Microsoft.NET.Sdk" to a project causes NuGet files to be generated very early on, so we need these defines to be here
to ensure that all of our build output files end up in the same location. -->
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\Directory.Build.props" />
<PropertyGroup>
<!-- Both the IID optimizer and the CsWinRT lookup table aren't needed with the new CsWinRT version,
so disabling them here until they are disabled automatically by CsWinRT. -->
<CsWinRTIIDOptimizerOptOut>true</CsWinRTIIDOptimizerOptOut>
<CsWinRTCcwLookupTableGeneratorEnabled>false</CsWinRTCcwLookupTableGeneratorEnabled>
</PropertyGroup>
</Project>

Просмотреть файл

@ -41,7 +41,7 @@
<Uri>https://dev.azure.com/microsoft/ProjectReunion/_git/WindowsAppSDKAggregator</Uri>
<Sha>1b726bba007f2b3817b320693a1267f8b1c620b1</Sha>
</Dependency>
<Dependency Name="Microsoft.Windows.CsWinRT" Version="2.1.0-prerelease.240517.1">
<Dependency Name="Microsoft.Windows.CsWinRT" Version="2.1.0-prerelease.240605.1">
<Uri>https://github.com/microsoft/CsWinRT</Uri>
<Sha>fa7f5565cb53353dc15c28a09ebd500577dc0b72</Sha>
</Dependency>