Skip to content

Commit ff2623a

Browse files
authored
[automated] Merge branch 'release/8.0.3xx' => 'release/8.0.4xx' (#44085)
2 parents 9d0e631 + 974b0f1 commit ff2623a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildAWindowsRuntimeComponent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public void ManagedWinRTComponentCanBeReferenced()
100100
managedWinRTComponent.AdditionalProperties.Add("CsWinRTComponent", "true");
101101
managedWinRTComponent.AdditionalProperties.Add("PlatformTarget", "x64");
102102

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

106106
managedWinRTComponent.SourceFiles["Coords.cs"] = @"using System;

0 commit comments

Comments
 (0)