Skip to content

Commit c42ea80

Browse files
committed
Fix CG alerts
1 parent d434929 commit c42ea80

File tree

3 files changed

+23
-20
lines changed

3 files changed

+23
-20
lines changed

eng/Version.Details.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ This file should be imported by eng/Versions.props
114114
<optimizationwindows_ntx64MIBCRuntimePackageVersion>1.0.0-prerelease.25502.1</optimizationwindows_ntx64MIBCRuntimePackageVersion>
115115
<optimizationwindows_ntx86MIBCRuntimePackageVersion>1.0.0-prerelease.25502.1</optimizationwindows_ntx86MIBCRuntimePackageVersion>
116116
<!-- dotnet/msbuild dependencies -->
117-
<MicrosoftBuildPackageVersion>17.12.36</MicrosoftBuildPackageVersion>
118-
<MicrosoftBuildFrameworkPackageVersion>17.12.36</MicrosoftBuildFrameworkPackageVersion>
119-
<MicrosoftBuildTasksCorePackageVersion>17.12.36</MicrosoftBuildTasksCorePackageVersion>
120-
<MicrosoftBuildUtilitiesCorePackageVersion>17.12.36</MicrosoftBuildUtilitiesCorePackageVersion>
117+
<MicrosoftBuildPackageVersion>17.12.50</MicrosoftBuildPackageVersion>
118+
<MicrosoftBuildFrameworkPackageVersion>17.12.50</MicrosoftBuildFrameworkPackageVersion>
119+
<MicrosoftBuildTasksCorePackageVersion>17.12.50</MicrosoftBuildTasksCorePackageVersion>
120+
<MicrosoftBuildUtilitiesCorePackageVersion>17.12.50</MicrosoftBuildUtilitiesCorePackageVersion>
121121
</PropertyGroup>
122122
<!--Property group for alternate package version names-->
123123
<PropertyGroup>

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -424,21 +424,21 @@
424424
</Dependency>
425425
<!-- Dependencies required for source build to lift to the previously-source-built version. -->
426426
<!-- These versions are manually updated -->
427-
<Dependency Name="Microsoft.Build" Version="17.12.36" Label="Manual">
427+
<Dependency Name="Microsoft.Build" Version="17.12.50" Label="Manual">
428428
<Uri>https://github.com/dotnet/msbuild</Uri>
429-
<Sha>d1cce8d7cc03c23a4f1bad8e9240714fd9d199a3</Sha>
429+
<Sha>465c45808f0e9f3c32eb145101eeeccdc29d39e6</Sha>
430430
</Dependency>
431-
<Dependency Name="Microsoft.Build.Framework" Version="17.12.36" Label="Manual">
431+
<Dependency Name="Microsoft.Build.Framework" Version="17.12.50" Label="Manual">
432432
<Uri>https://github.com/dotnet/msbuild</Uri>
433-
<Sha>d1cce8d7cc03c23a4f1bad8e9240714fd9d199a3</Sha>
433+
<Sha>465c45808f0e9f3c32eb145101eeeccdc29d39e6</Sha>
434434
</Dependency>
435-
<Dependency Name="Microsoft.Build.Tasks.Core" Version="17.12.36" Label="Manual">
435+
<Dependency Name="Microsoft.Build.Tasks.Core" Version="17.12.50" Label="Manual">
436436
<Uri>https://github.com/dotnet/msbuild</Uri>
437-
<Sha>d1cce8d7cc03c23a4f1bad8e9240714fd9d199a3</Sha>
437+
<Sha>465c45808f0e9f3c32eb145101eeeccdc29d39e6</Sha>
438438
</Dependency>
439-
<Dependency Name="Microsoft.Build.Utilities.Core" Version="17.12.36" Label="Manual">
439+
<Dependency Name="Microsoft.Build.Utilities.Core" Version="17.12.50" Label="Manual">
440440
<Uri>https://github.com/dotnet/msbuild</Uri>
441-
<Sha>d1cce8d7cc03c23a4f1bad8e9240714fd9d199a3</Sha>
441+
<Sha>465c45808f0e9f3c32eb145101eeeccdc29d39e6</Sha>
442442
</Dependency>
443443
<Dependency Name="NuGet.Frameworks" Version="7.0.0-preview.1.1610" Label="Manual">
444444
<Uri>https://github.com/dotnet/dotnet</Uri>

src/Servers/IIS/IIS/test/testassets/InProcessNewShimWebSite/InProcessNewShimWebSite.csproj

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,28 +35,31 @@
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.2.0" >
38+
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.3.0" >
3939
<AllowExplicitReference>true</AllowExplicitReference>
4040
</PackageReference>
41-
<PackageReference Include="Microsoft.AspNetCore.ResponseCompression" Version="2.2.0" >
41+
<PackageReference Include="Microsoft.AspNetCore.ResponseCompression" Version="2.3.0" >
4242
<AllowExplicitReference>true</AllowExplicitReference>
4343
</PackageReference>
44-
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="2.2.0" >
44+
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="2.3.0" >
4545
<AllowExplicitReference>true</AllowExplicitReference>
4646
</PackageReference>
47-
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" >
47+
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.3.0" >
4848
<AllowExplicitReference>true</AllowExplicitReference>
4949
</PackageReference>
50-
<PackageReference Include="Microsoft.AspNetCore.HttpsPolicy" Version="2.2.0" >
50+
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Core" Version="2.3.6" >
5151
<AllowExplicitReference>true</AllowExplicitReference>
5252
</PackageReference>
53-
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="2.2.0" >
53+
<PackageReference Include="Microsoft.AspNetCore.HttpsPolicy" Version="2.3.0" >
5454
<AllowExplicitReference>true</AllowExplicitReference>
5555
</PackageReference>
56-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" >
56+
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" >
5757
<AllowExplicitReference>true</AllowExplicitReference>
5858
</PackageReference>
59-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.2.0" >
59+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" >
60+
<AllowExplicitReference>true</AllowExplicitReference>
61+
</PackageReference>
62+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.1" >
6063
<AllowExplicitReference>true</AllowExplicitReference>
6164
</PackageReference>
6265
<Reference Include="xunit.assert" />

0 commit comments

Comments
 (0)