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