Skip to content

Commit 4ddcae0

Browse files
authored
Update CsWinRT version
1 parent 713b2d9 commit 4ddcae0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ 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
104-
managedWinRTComponent.PackageReferences.Add(new TestPackageReference("Microsoft.Windows.CsWinRT", "1.2.3"));
103+
// TODO: Update to latest (currently 2.1.1) once it shows up on dotnet-public feed
104+
managedWinRTComponent.PackageReferences.Add(new TestPackageReference("Microsoft.Windows.CsWinRT", "2.1.1"));
105105

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

0 commit comments

Comments
 (0)