Update dependencies from https://github.com/dotnet/sdk build 20220727.20
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 7.0.100-rc.1.22377.19 -> To Version 7.0.100-rc.1.22377.20
This commit is contained in:
parent
f760239f41
commit
dc7ad7541e
2 changed files with 6 additions and 6 deletions
|
@ -107,14 +107,14 @@
|
|||
<Sha>fd6314b7134eb0022bb6b6997469756f94cf73d0</Sha>
|
||||
<SourceBuild RepoName="templating" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-rc.1.22377.19">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-rc.1.22377.20">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>34b76a9b82f7887e52ba2f50f088a555d60a4b8c</Sha>
|
||||
<Sha>fd92799e39b639327312e20b4fd41f728d0298c5</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-rc.1.22377.19">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-rc.1.22377.20">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>34b76a9b82f7887e52ba2f50f088a555d60a4b8c</Sha>
|
||||
<Sha>fd92799e39b639327312e20b4fd41f728d0298c5</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-rc.1.22370.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
|
|
@ -65,8 +65,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>7.0.100-rc.1.22377.19</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-rc.1.22377.19</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.100-rc.1.22377.20</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-rc.1.22377.20</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue