Update dependencies from https://github.com/dotnet/sdk build 20220713.16
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 7.0.100-rc.1.22363.10 -> To Version 7.0.100-rc.1.22363.16 Dependency coherency updates Microsoft.Net.Compilers.Toolset From Version 4.4.0-1.22362.17 -> To Version 4.4.0-1.22363.2 (parent: Microsoft.NET.Sdk
This commit is contained in:
parent
dfff69ac33
commit
b8f0524862
2 changed files with 8 additions and 8 deletions
|
@ -107,14 +107,14 @@
|
|||
<Sha>a4a90c52d16f2de5e545c00c59ad2ccd8b4710a6</Sha>
|
||||
<SourceBuild RepoName="templating" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-rc.1.22363.10">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-rc.1.22363.16">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>8e09def7139e1a0f369ac0f923d665019fbf2d08</Sha>
|
||||
<Sha>5fe59af302890f9ec2cd88ebc9a77014d4929c77</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-rc.1.22363.10">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-rc.1.22363.16">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>8e09def7139e1a0f369ac0f923d665019fbf2d08</Sha>
|
||||
<Sha>5fe59af302890f9ec2cd88ebc9a77014d4929c77</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.0-preview.7.22357.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -145,9 +145,9 @@
|
|||
<SourceBuild RepoName="linker" ManagedOnly="true" />
|
||||
<RepoName>linker</RepoName>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.4.0-1.22362.17" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.4.0-1.22363.2" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/roslyn</Uri>
|
||||
<Sha>221ffb32ca0bcff84ef3db7e8bf41eaa2e999fbf</Sha>
|
||||
<Sha>85b07c0c92d34485fb6fca2cf8f3f9240d51cc26</Sha>
|
||||
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Build" Version="17.4.0-preview-22358-02" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
|
|
|
@ -65,8 +65,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>7.0.100-rc.1.22363.10</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-rc.1.22363.10</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.100-rc.1.22363.16</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-rc.1.22363.16</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Add table
Reference in a new issue