[main] Update dependencies from dotnet/source-build-externals (#19307)
This commit is contained in:
parent
88a7cec797
commit
0c017826a7
2 changed files with 10 additions and 2 deletions
|
@ -221,9 +221,9 @@
|
|||
<SourceBuild RepoName="deployment-tools" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<!-- Intermediate is necessary for source build. -->
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="9.0.0-alpha.1.24201.3">
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="9.0.0-alpha.1.24208.1">
|
||||
<Uri>https://github.com/dotnet/source-build-externals</Uri>
|
||||
<Sha>bcd44732882bc2b81b30146c778eb6ccb7fea793</Sha>
|
||||
<Sha>be742e4d97b36d6b2ce521938aa81988fbea7b6a</Sha>
|
||||
<SourceBuild RepoName="source-build-externals" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.24209.3" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
|
|
|
@ -134,6 +134,14 @@
|
|||
"src/application-insights/**/*.dll",
|
||||
"src/application-insights/**/*.zip",
|
||||
"src/application-insights/**/NuGet.config",
|
||||
"src/application-insights-2.21.0/**/*.exe",
|
||||
"src/application-insights-2.21.0/**/*.dll",
|
||||
"src/application-insights-2.21.0/**/*.zip",
|
||||
"src/application-insights-2.21.0/**/NuGet.config",
|
||||
"src/application-insights-2.22.0/**/*.exe",
|
||||
"src/application-insights-2.22.0/**/*.dll",
|
||||
"src/application-insights-2.22.0/**/*.zip",
|
||||
"src/application-insights-2.22.0/**/NuGet.config",
|
||||
"src/humanizer/samples/**/*.js",
|
||||
"src/newtonsoft-json/**/NuGet.Config",
|
||||
"src/spectre-console/docs/**",
|
||||
|
|
Loading…
Reference in a new issue