Update dependencies from https://github.com/dotnet/sdk build 20230331.1

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.300-preview.23179.16 -> To Version 7.0.300-preview.23181.1

Dependency coherency updates

Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks
 From Version 12.5.0-beta.23179.6 -> To Version 12.5.0-beta.23180.1 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-03-31 09:29:06 +00:00
parent 7828afa1fb
commit 860b98a189
2 changed files with 13 additions and 13 deletions

View file

@ -98,22 +98,22 @@
<Sha>eb937b61acd09d5698e9c16d80e2ad49f4eeaada</Sha>
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.300-preview.23180.10">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.300-preview.23181.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>34e81bcfc44cd9e67c3cc5a9f8f26d9fa54bcc1a</Sha>
<Sha>714e05196d7d9d4eb80c01179ea2a67e93149283</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23180.10">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23181.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>34e81bcfc44cd9e67c3cc5a9f8f26d9fa54bcc1a</Sha>
<Sha>714e05196d7d9d4eb80c01179ea2a67e93149283</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23180.10">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23181.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>34e81bcfc44cd9e67c3cc5a9f8f26d9fa54bcc1a</Sha>
<Sha>714e05196d7d9d4eb80c01179ea2a67e93149283</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23180.10">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23181.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>34e81bcfc44cd9e67c3cc5a9f8f26d9fa54bcc1a</Sha>
<Sha>714e05196d7d9d4eb80c01179ea2a67e93149283</Sha>
</Dependency>
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="7.0.4-servicing.23117.7" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -154,9 +154,9 @@
<Sha>61dd6568446aff7602d37e6a15595371fa057012</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.6.0-preview.3.58" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="NuGet.Build.Tasks" Version="6.6.0-preview.3.61" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>545330e99bc4a1c4e1ee3ee1e3d664419cec8efe</Sha>
<Sha>0fa557836fa35aee7d60776ef0c88176dbcd22ac</Sha>
<SourceBuildTarball RepoName="nuget-client" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">

View file

@ -69,9 +69,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.300-preview.23180.10</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.300-preview.23180.10</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.300-preview.23180.10</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.300-preview.23181.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.300-preview.23181.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.300-preview.23181.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>