Commit graph

30871 commits

Author SHA1 Message Date
dotnet-maestro[bot]
bc5884ae76
[main] Update dependencies from dotnet/arcade (#16556)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-06-01 08:49:32 -07:00
Sven Boemer
5acae40bde
Only list supported RIDs for ILCompiler (#16545)
Attempting to publish AOT on an unsupported host, or with an
unsupported target RID, will produce an error in the SDK before trying
to restore the ILCompiler packages. This uses the RID list in
`KnownILCompilerPack` as the source of truth for what is considered
supported. Then with improved error reporting
(https://github.com/dotnet/sdk/pull/32943), this will give enough info
to the user about why a scenario isn't supported for aot.

Failing before restore does mean that advanced users who want to test
with unsupported ILC packages need to use a different
workaround. Instead of adding a `PackageReference`, they'll need
something like this:

```xml
<ItemGroup>
  <KnownILCompilerPack Update="@(KnownILCompilerPack)">
    <ILCompilerRuntimeIdentifiers>unsupported-rid</ILCompilerRuntimeIdentifiers>
  </KnownILCompilerPack>
</ItemGroup>
```
2023-06-01 08:37:49 -07:00
dotnet-maestro[bot]
1b4322cee4
[main] Update dependencies from dotnet/sdk (#16555)
[main] Update dependencies from dotnet/sdk
2023-06-01 12:46:01 +00:00
Michael Simons
bf404d0676
Add source-build patch to eliminate razor prebuilts (#16536) 2023-06-01 07:34:17 -05:00
v-wuzhai
847b0c588c
[main] Update dependencies from dotnet/sdk (#16554) 2023-06-01 17:54:10 +08:00
v-wuzhai
292e5aa00a
[release/7.0.4xx] Update dependencies from dotnet/sdk (#16553) 2023-06-01 16:35:38 +08:00
dotnet-maestro[bot]
07c4ac19d3 Update dependencies from https://github.com/dotnet/sdk build 20230601.1
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-preview.6.23281.13 -> To Version 8.0.100-preview.6.23301.1

Dependency coherency updates

Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets
 From Version 8.0.0-preview.6.23281.3 -> To Version 8.0.0-preview.6.23281.5 (parent: Microsoft.NET.Sdk
2023-06-01 08:11:54 +00:00
dotnet-maestro[bot]
a54ae63a12 Update dependencies from https://github.com/dotnet/sdk build 20230531.18
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.400-preview.23281.15 -> To Version 7.0.400-preview.23281.18

Dependency coherency updates

Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp
 From Version 12.7.0-beta.23281.1 -> To Version 12.7.0-beta.23281.2 (parent: Microsoft.NET.Sdk
2023-06-01 08:02:44 +00:00
dotnet-maestro[bot]
38e3053e3a Update dependencies from https://github.com/dotnet/sdk build 20230531.16
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-preview.6.23281.13 -> To Version 8.0.100-preview.6.23281.16

Dependency coherency updates

Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets
 From Version 8.0.0-preview.6.23281.3 -> To Version 8.0.0-preview.6.23281.5 (parent: Microsoft.NET.Sdk
2023-06-01 07:13:36 +00:00
dotnet-maestro[bot]
4db4b57baf Update dependencies from https://github.com/dotnet/sdk build 20230531.17
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.400-preview.23281.15 -> To Version 7.0.400-preview.23281.17

Dependency coherency updates

Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp
 From Version 12.7.0-beta.23281.1 -> To Version 12.7.0-beta.23281.2 (parent: Microsoft.NET.Sdk
2023-06-01 06:56:17 +00:00
v-wuzhai
cd0dd89dc0
[main] Update dependencies from dotnet/sdk (#16548) 2023-06-01 13:56:41 +08:00
v-wuzhai
4df56faf32
[release/7.0.4xx] Update dependencies from dotnet/sdk (#16549) 2023-06-01 13:55:57 +08:00
v-wuzhai
7790c052b6
[release/7.0.4xx] Update dependencies from dotnet/arcade (#16551) 2023-06-01 13:55:10 +08:00
dotnet-maestro[bot]
d1fcdecbb5 Update dependencies from https://github.com/dotnet/sdk build 20230531.15
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.400-preview.23281.10 -> To Version 7.0.400-preview.23281.15

Dependency coherency updates

Microsoft.Build,Microsoft.SourceBuild.Intermediate.msbuild
 From Version 17.7.0-preview-23281-03 -> To Version 17.7.0-preview-23281-05 (parent: Microsoft.NET.Sdk
2023-06-01 04:18:15 +00:00
dotnet-maestro[bot]
10deb7f4f4 Update dependencies from https://github.com/dotnet/arcade build 20230531.4
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
 From Version 7.0.0-beta.23254.2 -> To Version 7.0.0-beta.23281.4
2023-06-01 01:35:27 +00:00
Michal Strehovský
f38b2f108f
Do not try to restore ASP.NET on linux-bionic (#16529) 2023-06-01 08:37:31 +09:00
Marc Paine
efa824381d
Remove win-arm support in net8 (#16496) 2023-05-31 15:55:46 -07:00
dotnet-maestro[bot]
b8546990d9 Update dependencies from https://github.com/dotnet/sdk build 20230531.12
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.400-preview.23281.10 -> To Version 7.0.400-preview.23281.12

Dependency coherency updates

Microsoft.Build,Microsoft.SourceBuild.Intermediate.msbuild
 From Version 17.7.0-preview-23281-03 -> To Version 17.7.0-preview-23281-05 (parent: Microsoft.NET.Sdk
2023-05-31 22:28:38 +00:00
dotnet-maestro[bot]
0745f048d2 Update dependencies from https://github.com/dotnet/sdk build 20230531.13
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-preview.6.23281.11 -> To Version 8.0.100-preview.6.23281.13

Dependency coherency updates

Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.NET.Test.Sdk
 From Version 8.0.0-preview.6.23281.3 -> To Version 8.0.0-preview.6.23281.4 (parent: Microsoft.NET.Sdk
2023-05-31 22:08:03 +00:00
Marc Paine
a2421534eb
Localized file check-in by OneLocBuild Task: Build definition ID 1224: Build ID 2191622 (#16485) 2023-05-31 15:00:16 -07:00
dotnet-maestro[bot]
b41156985e
[release/7.0.4xx] Update dependencies from dotnet/sdk (#16539)
[release/7.0.4xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.FSharp.Compiler: from 12.7.0-beta.23272.3 to 12.7.0-beta.23281.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.SourceBuild.Intermediate.fsharp: from 7.0.400-beta.23272.3 to 7.0.400-beta.23281.1 (parent: Microsoft.NET.Sdk)
  - NuGet.Build.Tasks: from 6.7.0-preview.2.50 to 6.7.0-preview.2.51 (parent: Microsoft.NET.Sdk)
2023-05-31 21:57:10 +00:00
Marc Paine
d90d1de87e
Merge branch 'main' into marcpopMSFT-removewinarm 2023-05-31 14:55:05 -07:00
Marc Paine
abe3c54f4f Add preview 5 to the installer table 2023-05-31 14:52:47 -07:00
dotnet-maestro[bot]
b0d07729c3
[main] Update dependencies from dotnet/sdk (#16538)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-05-31 16:52:45 -05:00
dotnet-maestro[bot]
191939724c
[main] Update dependencies from dotnet/source-build-reference-packages (#16542)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-05-31 16:50:24 -05:00
Matt Thalman
9ca0464b4e
Ignore CA1822 for aspnetcore (#16544) 2023-05-31 21:42:52 +00:00
Michael Simons
aca8cbc211
Enable source build PVP flow for aspnetcore (#16543) 2023-05-31 21:16:09 +00:00
Nikola Milosavljevic
6a1f058ba5 Patch for net8.0 targeting in nuget.client 2023-05-31 19:44:57 +00:00
Michael Simons
e9175418d6
Enable per repo pvp for format, fsharp, and test-templates (#16540) 2023-05-31 14:19:12 -05:00
dotnet-maestro[bot]
7525f8321c
[main] Update dependencies from dotnet/source-build-externals (#16535)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-05-31 09:18:28 -07:00
dotnet-maestro[bot]
c0115b0f1a
[main] Update dependencies from dotnet/arcade (#16534)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-05-31 09:18:16 -07:00
dotnet-maestro[bot]
56956b2fe7
[release/7.0.4xx] Update dependencies from dotnet/sdk (#16533)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-05-31 09:18:13 -07:00
Noah Gilson
78e26c9ac8
7.0.1xx: ignore WarnOrErrorOnTargetArchitectureMismatch. (#16502) 2023-05-31 09:12:48 -07:00
dotnet-maestro[bot]
a41cfa6125
[main] Update dependencies from dotnet/sdk (#16530)
[main] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.WindowsDesktop.App.Ref: from 8.0.0-preview.6.23280.2 to 8.0.0-preview.6.23280.3 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0: from 8.0.0-preview.6.23280.2 to 8.0.0-preview.6.23280.3 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0: from 8.0.0-preview.6.23280.2 to 8.0.0-preview.6.23280.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref: from 8.0.0-preview.6.23280.11 to 8.0.0-preview.6.23280.14 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref.Internal: from 8.0.0-preview.6.23280.11 to 8.0.0-preview.6.23280.14 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Runtime.win-x64: from 8.0.0-preview.6.23280.11 to 8.0.0-preview.6.23280.14 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0: from 8.0.0-preview.6.23280.11 to 8.0.0-preview.6.23280.14 (parent: Microsoft.NET.Sdk)
  - dotnet-dev-certs: from 8.0.0-preview.6.23280.11 to 8.0.0-preview.6.23280.14 (parent: Microsoft.NET.Sdk)
  - dotnet-user-jwts: from 8.0.0-preview.6.23280.11 to 8.0.0-preview.6.23280.14 (parent: Microsoft.NET.Sdk)
  - dotnet-user-secrets: from 8.0.0-preview.6.23280.11 to 8.0.0-preview.6.23280.14 (parent: Microsoft.NET.Sdk)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-preview.6.23280.2 to 8.0.0-preview.6.23280.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-preview.6.23280.2 to 8.0.0-preview.6.23280.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.DotNet.Wpf.ProjectTemplates: from 8.0.0-preview.6.23280.1 to 8.0.0-preview.6.23280.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.Net.Compilers.Toolset: from 4.7.0-2.23280.1 to 4.7.0-3.23280.5 (parent: Microsoft.NET.Sdk)
2023-05-31 15:34:31 +00:00
Oleksandr Didyk
287b9ae582
enable repo pvp for runtime (#16532) 2023-05-31 14:14:46 +00:00
v-wuzhai
163dcaa4d0
[release/7.0.4xx] Update dependencies from dotnet/sdk (#16531) 2023-05-31 17:44:26 +08:00
dotnet-maestro[bot]
e184db6a36 Update dependencies from https://github.com/dotnet/sdk build 20230530.18
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.400-preview.23280.12 -> To Version 7.0.400-preview.23280.18

Dependency coherency updates

Microsoft.Net.Compilers.Toolset,Microsoft.Build,Microsoft.SourceBuild.Intermediate.msbuild
 From Version 4.7.0-2.23280.1 -> To Version 4.7.0-3.23280.3 (parent: Microsoft.NET.Sdk
2023-05-31 07:39:09 +00:00
dotnet-maestro[bot]
6b7adf4759 Update dependencies from https://github.com/dotnet/sdk build 20230530.16
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.400-preview.23280.12 -> To Version 7.0.400-preview.23280.16

Dependency coherency updates

Microsoft.Build,Microsoft.SourceBuild.Intermediate.msbuild
 From Version 17.7.0-preview-23280-01 -> To Version 17.7.0-preview-23281-01 (parent: Microsoft.NET.Sdk
2023-05-31 06:35:30 +00:00
v-wuzhai
5127103b0b
[main] Update dependencies from dotnet/sdk (#16528) 2023-05-31 13:32:17 +08:00
dotnet-maestro[bot]
069e320208 Update dependencies from https://github.com/dotnet/sdk build 20230530.15
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-preview.6.23280.13 -> To Version 8.0.100-preview.6.23280.15

Dependency coherency updates

VS.Redist.Common.NetCore.SharedFramework.x64.8.0,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.8.0,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.NETCore.App.Runtime.win-x64
 From Version 8.0.0-preview.6.23279.6 -> To Version 8.0.0-preview.6.23280.5 (parent: Microsoft.NET.Sdk
2023-05-31 04:17:54 +00:00
dotnet-maestro[bot]
95cd3765f2 Update dependencies from https://github.com/dotnet/sdk build 20230530.14
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-preview.6.23280.13 -> To Version 8.0.100-preview.6.23280.14

Dependency coherency updates

VS.Redist.Common.NetCore.SharedFramework.x64.8.0,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.8.0,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.NETCore.App.Runtime.win-x64
 From Version 8.0.0-preview.6.23279.6 -> To Version 8.0.0-preview.6.23280.5 (parent: Microsoft.NET.Sdk
2023-05-31 03:07:51 +00:00
v-wuzhai
de056e0c73
[release/7.0.4xx] Update dependencies from dotnet/sdk (#16525) 2023-05-30 19:29:19 -07:00
v-wuzhai
7c1cf55f3b
[main] Update dependencies from dotnet/sdk (#16527) 2023-05-30 19:28:29 -07:00
dotnet-maestro[bot]
1c0bf2ab37 Update dependencies from https://github.com/dotnet/sdk build 20230530.13
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-preview.6.23280.11 -> To Version 8.0.100-preview.6.23280.13
2023-05-30 23:28:04 +00:00
dotnet-maestro[bot]
1d183fb836
[main] Update dependencies from dotnet/sdk (#16526)
[main] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.WindowsDesktop.App.Ref: from 8.0.0-preview.5.23270.3 to 8.0.0-preview.6.23280.2 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0: from 8.0.0-preview.5.23270.3 to 8.0.0-preview.6.23280.2 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0: from 8.0.0-preview.5.23270.3 to 8.0.0-preview.6.23280.2 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.SharedFramework.x64.8.0: from 8.0.0-preview.5.23272.14 to 8.0.0-preview.6.23279.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Ref: from 8.0.0-preview.5.23272.14 to 8.0.0-preview.6.23279.6 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.TargetingPack.x64.8.0: from 8.0.0-preview.5.23272.14 to 8.0.0-preview.6.23279.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Host.win-x64: from 8.0.0-preview.5.23272.14 to 8.0.0-preview.6.23279.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.DotNetHostResolver: from 8.0.0-preview.5.23272.14 to 8.0.0-preview.6.23279.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.Platforms: from 8.0.0-preview.5.23272.14 to 8.0.0-preview.6.23279.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref: from 8.0.0-preview.5.23273.2 to 8.0.0-preview.6.23279.8 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref.Internal: from 8.0.0-preview.5.23273.2 to 8.0.0-preview.6.23279.8 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Runtime.win-x64: from 8.0.0-preview.5.23273.2 to 8.0.0-preview.6.23279.8 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0: from 8.0.0-preview.5.23273.2 to 8.0.0-preview.6.23279.8 (parent: Microsoft.NET.Sdk)
  - dotnet-dev-certs: from 8.0.0-preview.5.23273.2 to 8.0.0-preview.6.23279.8 (parent: Microsoft.NET.Sdk)
  - dotnet-user-jwts: from 8.0.0-preview.5.23273.2 to 8.0.0-preview.6.23279.8 (parent: Microsoft.NET.Sdk)
  - dotnet-user-secrets: from 8.0.0-preview.5.23273.2 to 8.0.0-preview.6.23279.8 (parent: Microsoft.NET.Sdk)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-preview.5.23270.3 to 8.0.0-preview.6.23280.2 (parent: Microsoft.NET.Sdk)
  - Microsoft.Dotnet.WinForms.ProjectTemplates: from 8.0.0-preview.5.23269.3 to 8.0.0-preview.6.23276.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-preview.5.23270.3 to 8.0.0-preview.6.23280.2 (parent: Microsoft.NET.Sdk)
  - Microsoft.DotNet.Wpf.ProjectTemplates: from 8.0.0-preview.5.23270.1 to 8.0.0-preview.6.23280.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.FSharp.Compiler: from 12.7.0-beta.23271.1 to 12.8.0-beta.23275.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.SourceBuild.Intermediate.fsharp: from 7.0.400-beta.23271.1 to 8.0.100-beta.23275.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.Test.Sdk: from 17.7.0-preview.23268.1 to 17.7.0-preview.23276.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.ILLink.Tasks: from 8.0.0-preview.5.23272.14 to 8.0.0-preview.6.23279.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.Net.Compilers.Toolset: from 4.7.0-2.23272.8 to 4.7.0-2.23276.4 (parent: Microsoft.NET.Sdk)
  - Microsoft.Build: from 17.7.0-preview-23272-02 to 17.7.0-preview-23279-01 (parent: Microsoft.NET.Sdk)
  - NuGet.Build.Tasks: from 6.7.0-preview.2.47 to 6.7.0-preview.2.50 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Runtime.win-x64: from 8.0.0-preview.5.23272.14 to 8.0.0-preview.6.23279.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport: from 8.0.0-preview.5.23265.1 to 8.0.0-preview.6.23277.2 (parent: Microsoft.NETCore.App.Runtime.win-x64)

 - Remove backported source-build patches for NuGet.Client
2023-05-30 22:29:06 +00:00
dotnet-maestro[bot]
52c4bba9a3 Update dependencies from https://github.com/dotnet/sdk build 20230530.12
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.400-preview.23280.3 -> To Version 7.0.400-preview.23280.12

Dependency coherency updates

Microsoft.NET.Test.Sdk,Microsoft.Net.Compilers.Toolset,Microsoft.Build,Microsoft.SourceBuild.Intermediate.msbuild
 From Version 17.7.0-preview.23279.10 -> To Version 17.7.0-preview.23280.1 (parent: Microsoft.NET.Sdk
2023-05-30 22:03:35 +00:00
dotnet-maestro[bot]
7fc4ea4691 Update dependencies from https://github.com/dotnet/sdk build 20230530.10
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.400-preview.23280.3 -> To Version 7.0.400-preview.23280.10

Dependency coherency updates

Microsoft.NET.Test.Sdk,Microsoft.Net.Compilers.Toolset,Microsoft.Build,Microsoft.SourceBuild.Intermediate.msbuild
 From Version 17.7.0-preview.23279.10 -> To Version 17.7.0-preview.23280.1 (parent: Microsoft.NET.Sdk
2023-05-30 21:00:33 +00:00
dotnet-maestro[bot]
eb642998cf Update dependencies from https://github.com/dotnet/sdk build 20230530.7
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.400-preview.23280.3 -> To Version 7.0.400-preview.23280.7

Dependency coherency updates

Microsoft.NET.Test.Sdk,Microsoft.Net.Compilers.Toolset,Microsoft.Build,Microsoft.SourceBuild.Intermediate.msbuild
 From Version 17.7.0-preview.23279.10 -> To Version 17.7.0-preview.23280.1 (parent: Microsoft.NET.Sdk
2023-05-30 19:59:10 +00:00
dotnet-maestro[bot]
239b6e40e8
[release/7.0.4xx] Update dependencies from dotnet/sdk (#16524)
[release/7.0.4xx] Update dependencies from dotnet/sdk
2023-05-30 18:59:29 +00:00
Tom Deseyn
5ddd9e43e6
source-build: bundle runtime packs with the sdk. (#16499)
Co-authored-by: Daniel Plaisted <dsplaisted@gmail.com>
2023-05-30 13:14:52 -05:00