[master] Update dependencies from dotnet/sdk (#7838)
* Update dependencies from https://github.com/dotnet/sdk build 20200619.2 Microsoft.NET.Sdk , Microsoft.DotNet.MSBuildSdkResolver From Version 5.0.100-preview.7.20318.6 -> To Version 5.0.100-preview.7.20319.2 * Update dependencies from https://github.com/dotnet/sdk build 20200619.3 Microsoft.NET.Sdk , Microsoft.DotNet.MSBuildSdkResolver From Version 5.0.100-preview.7.20318.6 -> To Version 5.0.100-preview.7.20319.3 * Update dependencies from https://github.com/dotnet/sdk build 20200619.5 Microsoft.NET.Sdk , Microsoft.DotNet.MSBuildSdkResolver From Version 5.0.100-preview.7.20318.6 -> To Version 5.0.100-preview.7.20319.5 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
parent
85de1d64f7
commit
3c6656f83b
2 changed files with 6 additions and 6 deletions
|
@ -79,13 +79,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>97c803a412c014e0bf93474dfeef0de02f140746</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.7.20318.6">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.7.20319.5">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>64448b6dc2ce0b9956d78a417b961f683ed65e10</Sha>
|
||||
<Sha>961162f0ff22c93ca85271c0f12950a783b949bb</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-preview.7.20318.6">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-preview.7.20319.5">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>64448b6dc2ce0b9956d78a417b961f683ed65e10</Sha>
|
||||
<Sha>961162f0ff22c93ca85271c0f12950a783b949bb</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="5.0.0-preview.7.20309.5" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
|
|
@ -49,8 +49,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>5.0.100-preview.7.20318.6</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-preview.7.20318.6</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>5.0.100-preview.7.20319.5</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-preview.7.20319.5</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
</PropertyGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue