Update dependencies from https://github.com/dotnet/sdk build 20200907.4 (#8417)
[master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20454.5 to 6.0.0-alpha.1.20457.1 (parent: Microsoft.NET.Sdk) - Updates: - Microsoft.DotNet.MSBuildSdkResolver: from 6.0.100-alpha.1.20457.3 to 6.0.100-alpha.1.20457.4 - Microsoft.NET.Sdk: from 6.0.100-alpha.1.20457.3 to 6.0.100-alpha.1.20457.4 - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20454.5 to 6.0.0-alpha.1.20457.1
This commit is contained in:
parent
33e5e2da7a
commit
3d7b88c721
2 changed files with 9 additions and 9 deletions
|
@ -75,17 +75,17 @@
|
|||
<Uri>https://github.com/dotnet/test-templates</Uri>
|
||||
<Sha>a2b05d8171915c69ad97ab5d49bbb07d2c780a67</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="6.0.0-alpha.1.20454.5" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="6.0.0-alpha.1.20457.1" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>a5633f030dd77065f5656387f3a6113e0ad4833f</Sha>
|
||||
<Sha>1a90dbbe9131e1fb7315d08657ef0dbb71c88783</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-alpha.1.20457.3">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-alpha.1.20457.4">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>6255b28fdf8d481e64219bcd96db126b7e25cc04</Sha>
|
||||
<Sha>a7bc78f9463d311fa9783b6a60063f4ff7908a35</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-alpha.1.20457.3">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-alpha.1.20457.4">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>6255b28fdf8d481e64219bcd96db126b7e25cc04</Sha>
|
||||
<Sha>a7bc78f9463d311fa9783b6a60063f4ff7908a35</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-rc.1.20417.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/templating -->
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>6.0.0-alpha.1.20454.5</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>6.0.0-alpha.1.20457.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/test-templates -->
|
||||
|
@ -53,8 +53,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-alpha.1.20457.3</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-alpha.1.20457.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-alpha.1.20457.4</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-alpha.1.20457.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
</PropertyGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue