Skip to content

Commit

Permalink
Merge pull request #14834 from dotnet/darc-main-65c737ec-2439-4287-9f…
Browse files Browse the repository at this point in the history
…9a-2658e18e1ef0

[main] Update dependencies from dotnet/sdk
  • Loading branch information
v-wuzhai authored Oct 27, 2022
2 parents 209f5e8 + f86a1a3 commit 8c1708f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-sdk -->
<add key="darc-pub-dotnet-sdk-5c54021" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-sdk-5c540211/nuget/v3/index.json" />
<add key="darc-pub-dotnet-sdk-7d8e810" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-sdk-7d8e8104/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-sdk -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
Expand Down
14 changes: 7 additions & 7 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,20 +105,20 @@
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>5c540211627b5db9e1715ad13b3e2c4c00d0e2ba</Sha>
<Sha>7d8e8104e74b40666fa47c80421a6c88f8bc8b42</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-alpha.1.22526.1">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-alpha.1.22526.7">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>5c540211627b5db9e1715ad13b3e2c4c00d0e2ba</Sha>
<Sha>7d8e8104e74b40666fa47c80421a6c88f8bc8b42</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-alpha.1.22526.1">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-alpha.1.22526.7">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>5c540211627b5db9e1715ad13b3e2c4c00d0e2ba</Sha>
<Sha>7d8e8104e74b40666fa47c80421a6c88f8bc8b42</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-alpha.1.22526.1">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-alpha.1.22526.7">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>5c540211627b5db9e1715ad13b3e2c4c00d0e2ba</Sha>
<Sha>7d8e8104e74b40666fa47c80421a6c88f8bc8b42</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="8.0.0-alpha.1.22512.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-alpha.1.22526.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-alpha.1.22526.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-alpha.1.22526.7</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-alpha.1.22526.7</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
Expand Down

0 comments on commit 8c1708f

Please sign in to comment.