Skip to content

Commit

Permalink
Update CSWinRT to 1.4.1 (#1864)
Browse files Browse the repository at this point in the history
  • Loading branch information
kythant authored Dec 2, 2021
1 parent b32c8c9 commit e8819c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev/MRTCore/build/versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<CurrentLiftedIXPPackageVersion>10.0.20170.1001-200713-1000.rs-onecore-dep-ixp1</CurrentLiftedIXPPackageVersion>
<CurrentWilPackageVersion>1.0.190716.2</CurrentWilPackageVersion>
<MuxCustomBuildTasksPackageVersion>1.0.83-winui3</MuxCustomBuildTasksPackageVersion>
<DotNetCoreSdkVersion>5.0.302</DotNetCoreSdkVersion>
<DotNetCoreRuntimeVersion>5.0.8</DotNetCoreRuntimeVersion>
<DotNetCoreSdkVersion>5.0.402</DotNetCoreSdkVersion>
<DotNetCoreRuntimeVersion>5.0.11</DotNetCoreRuntimeVersion>
<DetoursVersion>4.0.1</DetoursVersion>
<CppWinRTVersion>2.0.191217.1</CppWinRTVersion>
<MicrosoftSourceLinkAzureReposVersion>1.0.0</MicrosoftSourceLinkAzureReposVersion>
Expand Down
2 changes: 1 addition & 1 deletion dev/MRTCore/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "5.0.302"
"version": "5.0.402"
},
"msbuild-sdks": {
"Microsoft.Build.NoTargets" : "1.0.88"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="1.3.5" />
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="1.4.1" />
</ItemGroup>

<ItemGroup>
Expand All @@ -18,6 +18,7 @@
<PropertyGroup>
<CSWinRTIncludes>Microsoft.ApplicationModel.Resources</CSWinRTIncludes>
<CSWinRTWindowsMetadata>10.0.18362.0</CSWinRTWindowsMetadata>
<WindowsSdkPackageVersion>10.0.18362.22</WindowsSdkPackageVersion>
<NoWarn>MSB3271</NoWarn>
</PropertyGroup>

Expand Down

0 comments on commit e8819c9

Please sign in to comment.