Update dependencies from https://github.com/dotnet/sdk build 20230403.7
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.300-preview.23203.1 -> To Version 7.0.300-preview.23203.7 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp From Version 12.5.0-beta.23201.1 -> To Version 12.5.0-beta.23203.7 (parent: Microsoft.NET.Sdk
This commit is contained in:
parent
770ed90ed0
commit
6fc960bb45
2 changed files with 15 additions and 15 deletions
|
@ -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.23203.1">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.300-preview.23203.7">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>fcf5a8c6527ecf533225d36f38630eca63511bd1</Sha>
|
||||
<Sha>bc516e3febc26661c9c35e756abe8d3ebb1f11e5</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23203.1">
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23203.7">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>fcf5a8c6527ecf533225d36f38630eca63511bd1</Sha>
|
||||
<Sha>bc516e3febc26661c9c35e756abe8d3ebb1f11e5</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23203.1">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23203.7">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>fcf5a8c6527ecf533225d36f38630eca63511bd1</Sha>
|
||||
<Sha>bc516e3febc26661c9c35e756abe8d3ebb1f11e5</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23203.1">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23203.7">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>fcf5a8c6527ecf533225d36f38630eca63511bd1</Sha>
|
||||
<Sha>bc516e3febc26661c9c35e756abe8d3ebb1f11e5</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">
|
||||
|
@ -124,13 +124,13 @@
|
|||
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-wpf</Uri>
|
||||
<Sha>0315841ebb89a21c717002224ad9d39f3c21320a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.5.0-beta.23201.1" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.5.0-beta.23203.7" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/fsharp</Uri>
|
||||
<Sha>576a650f5edc52f2ff294ea68a11e64fe8075e21</Sha>
|
||||
<Sha>5b37dd5fea143baefbef2bd83836188af0815a30</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.fsharp" Version="7.0.300-beta.23201.1" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.fsharp" Version="7.0.300-beta.23203.7" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/fsharp</Uri>
|
||||
<Sha>576a650f5edc52f2ff294ea68a11e64fe8075e21</Sha>
|
||||
<Sha>5b37dd5fea143baefbef2bd83836188af0815a30</Sha>
|
||||
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.6.0-release-20230324-04" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
|
|
|
@ -69,9 +69,9 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.300-preview.23203.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.300-preview.23203.1</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.300-preview.23203.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.300-preview.23203.7</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.300-preview.23203.7</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.300-preview.23203.7</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue