diff --git a/src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildAWindowsRuntimeComponent.cs b/src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildAWindowsRuntimeComponent.cs index 1433d5b1efa5..b9b2263519ef 100644 --- a/src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildAWindowsRuntimeComponent.cs +++ b/src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildAWindowsRuntimeComponent.cs @@ -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;