From 0a97afd97067fdfe379ec199a942a6919ab5e783 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 16:21:01 +0000 Subject: [PATCH] [release/7.0.2xx] Update dependencies from dotnet/sdk (#15198) [release/7.0.2xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 4.5.0-2.22613.14 to 4.5.0-3.23054.10 (parent: Microsoft.NET.Sdk) - Microsoft.Build: from 17.5.0-preview-23054-01 to 17.5.0-preview-23054-02 (parent: Microsoft.NET.Sdk) - Add nowarns for aspnetcore issues from building w/latest toolset --- eng/Version.Details.xml | 24 +++++++++---------- eng/Versions.props | 6 ++--- .../tarball/content/repos/aspnetcore.proj | 8 +++++-- 3 files changed, 21 insertions(+), 17 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f4bd0b1c9..bc7efd7f5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ bb3695688177f5f80eeb3c0498168612e31549d5 - + https://github.com/dotnet/sdk - 95da759ac0e52c9b81758df52b183b028391f2ed + ce460f6bb5d4bdb1e85b05c0156119881562d10f - + https://github.com/dotnet/sdk - 95da759ac0e52c9b81758df52b183b028391f2ed + ce460f6bb5d4bdb1e85b05c0156119881562d10f - + https://github.com/dotnet/sdk - 95da759ac0e52c9b81758df52b183b028391f2ed + ce460f6bb5d4bdb1e85b05c0156119881562d10f - + https://github.com/dotnet/sdk - 95da759ac0e52c9b81758df52b183b028391f2ed + ce460f6bb5d4bdb1e85b05c0156119881562d10f @@ -144,14 +144,14 @@ linker - + https://github.com/dotnet/roslyn - c80d6495d55ebbd64372755d236d0e5971b2dfc7 + 4d9a89ae8a5262fa0b77780bb8887e31c1733d5e - + https://github.com/dotnet/msbuild - 955c4702845e2dd6ff468aa7da2613091acd3485 + 762ae6c6bbeb21471d4d685a061ed05b47cfcb05 diff --git a/eng/Versions.props b/eng/Versions.props index f0cb6e983..e7ac42e97 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -63,9 +63,9 @@ - 7.0.200-preview.23054.33 - 7.0.200-preview.23054.33 - 7.0.200-preview.23054.33 + 7.0.200-preview.23054.44 + 7.0.200-preview.23054.44 + 7.0.200-preview.23054.44 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) diff --git a/src/SourceBuild/tarball/content/repos/aspnetcore.proj b/src/SourceBuild/tarball/content/repos/aspnetcore.proj index c11f22f5c..ee6b65aae 100644 --- a/src/SourceBuild/tarball/content/repos/aspnetcore.proj +++ b/src/SourceBuild/tarball/content/repos/aspnetcore.proj @@ -24,8 +24,12 @@ - CS0618 + Requires https://github.com/dotnet/source-build/issues/2482 + CS8600 - Converting null literal or possible null value to non-nullable type. + Requires https://github.com/dotnet/aspnetcore/issues/45882. + CS8604 - Possible null reference argument for parameter. + Requires https://github.com/dotnet/aspnetcore/issues/45882. --> + CS0618;CA1825;CS8600;CS8604