Skip to content

Commit 16c1867

Browse files
authored
Update CsWinRT version
1 parent 63d9379 commit 16c1867

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
@@ -101,7 +101,7 @@ public void ManagedWinRTComponentCanBeReferenced()
101101
managedWinRTComponent.AdditionalProperties.Add("PlatformTarget", "x64");
102102

103103
// 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"));
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)