Update dependencies from https://github.com/dotnet/sdk build 20210517.19
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-preview.5.21267.9 -> To Version 6.0.100-preview.5.21267.19 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.Net.Compilers.Toolset From Version 11.4.2-beta.21262.7 -> To Version 12.0.0-beta.21267.1 (parent: Microsoft.NET.Sdk
This commit is contained in:
parent
248757b405
commit
76acea75ce
2 changed files with 8 additions and 8 deletions
|
@ -83,13 +83,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>c13bd264a0eeae6b79dfb01ec814290b383b894b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.5.21267.18">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.5.21267.19">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>f39a26cfb0e91feac9057b161f28c34d29cf103b</Sha>
|
||||
<Sha>d6811b11957d139fc46b0fe7481dda4c939a46dc</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.5.21267.18">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.5.21267.19">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>f39a26cfb0e91feac9057b161f28c34d29cf103b</Sha>
|
||||
<Sha>d6811b11957d139fc46b0fe7481dda4c939a46dc</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="6.0.0-preview.5.21226.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -100,9 +100,9 @@
|
|||
<Uri>https://github.com/dotnet/wpf</Uri>
|
||||
<Sha>068dc59e2e5316b5533017a3bb57ef1fb4ac337f</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.FSharp.Compiler" Version="11.4.2-beta.21262.7" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.0.0-beta.21267.1" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/fsharp</Uri>
|
||||
<Sha>1b23bbeda88ea3cb9be9af777f4c99fa8663df81</Sha>
|
||||
<Sha>eed88d48c9f6ebd9d1df11a57f81eba7a40c9bf5</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.0.0-preview-20210512-01" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/microsoft/vstest</Uri>
|
||||
|
|
|
@ -57,8 +57,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-preview.5.21267.18</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.5.21267.18</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-preview.5.21267.19</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.5.21267.19</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue