Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[automated] Merge branch 'release/8.0.3xx' => 'release/8.0.4xx' #44085

Merged
merged 9 commits into from
Oct 11, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void ManagedWinRTComponentCanBeReferenced()
managedWinRTComponent.AdditionalProperties.Add("CsWinRTComponent", "true");
managedWinRTComponent.AdditionalProperties.Add("PlatformTarget", "x64");

// TODO: Update to latest (currently 1.2.5) once it shows up on dotnet-public feed
// TODO: Update to latest (currently 2.1.1) once it shows up on dotnet-public feed
managedWinRTComponent.PackageReferences.Add(new TestPackageReference("Microsoft.Windows.CsWinRT", "2.1.1"));

managedWinRTComponent.SourceFiles["Coords.cs"] = @"using System;
Expand Down
Loading