File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
test/Microsoft.NET.Build.Tests Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -95,16 +95,13 @@ public void ManagedWinRTComponentCanBeReferenced()
9595 var managedWinRTComponent = new TestProject ( )
9696 {
9797 Name = "ManagedWinRTComponent" ,
98- TargetFrameworks = $ "{ ToolsetInfo . CurrentTargetFramework } -windows10.0.19041 .0",
98+ TargetFrameworks = $ "{ ToolsetInfo . CurrentTargetFramework } -windows10.0.26100 .0",
9999 } ;
100100
101- managedWinRTComponent . AdditionalProperties . Add ( "CsWinRTWindowsMetadata" , "10.0.19041 .0" ) ;
101+ managedWinRTComponent . AdditionalProperties . Add ( "CsWinRTWindowsMetadata" , "10.0.26100 .0" ) ;
102102 managedWinRTComponent . AdditionalProperties . Add ( "CsWinRTComponent" , "true" ) ;
103103 managedWinRTComponent . AdditionalProperties . Add ( "PlatformTarget" , "x64" ) ;
104104
105- // Temporary until new projections flow to tests
106- managedWinRTComponent . AdditionalProperties [ "WindowsSdkPackageVersion" ] = "10.0.19041.39" ;
107-
108105 // TODO: Update to latest (currently 2.1.1) once it shows up on dotnet-public feed
109106 managedWinRTComponent . PackageReferences . Add ( new TestPackageReference ( "Microsoft.Windows.CsWinRT" , "2.1.1" ) ) ;
110107
You can’t perform that action at this time.
0 commit comments