File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
IIS.NewShim.FunctionalTests
testassets/InProcessNewShimWebSite Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,11 @@ public async Task CheckNewShimIsUsed()
27
27
{
28
28
if ( handle . ModuleName == "aspnetcorev2_inprocess.dll" )
29
29
{
30
- Assert . Equal ( "12.2.18316.0 " , handle . FileVersionInfo . FileVersion ) ;
30
+ Assert . Equal ( "12.2.19169.6 " , handle . FileVersionInfo . FileVersion ) ;
31
31
return ;
32
32
}
33
33
}
34
+
34
35
throw new XunitException ( $ "Could not find aspnetcorev2_inprocess.dll loaded in process { result . HostProcess . ProcessName } ") ;
35
36
}
36
37
}
Original file line number Diff line number Diff line change 29
29
30
30
<ItemGroup >
31
31
<!-- This package is hard-coded to the 2.2.0 package as a part of ensuring ANCM stays forward compatible. -->
32
- <PackageReference Include =" Microsoft.AspNetCore.Server.IIS" Version =" 2.2.0 " >
32
+ <PackageReference Include =" Microsoft.AspNetCore.Server.IIS" Version =" 2.2.6 " >
33
33
<AllowExplicitReference >true</AllowExplicitReference >
34
34
</PackageReference >
35
35
</ItemGroup >
You can’t perform that action at this time.
0 commit comments