Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Merged PR 11506: Add CPD to templates
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgodbe committed Nov 20, 2020
1 parent 240e127 commit b6dae74
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@
<packageSources>
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-aspnetcore-tooling -->
<add key="darc-pub-dotnet-msbuild-b60ddb6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-msbuild-b60ddb6f/nuget/v3/index.json" />
<add key="darc-int-dotnet-templating-7ab67ec" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-templating-7ab67ec7/nuget/v3/index.json" />
<add key="darc-int-dotnet-core-setup-f5eceb8" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-f5eceb81/nuget/v3/index.json" />
<add key="darc-int-dotnet-aspnetcore-tooling-cd25a65" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-tooling-cd25a65e/nuget/v3/index.json" />
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<!-- Begin: Package sources from dotnet-aspnetcore-tooling -->
<!-- End: Package sources from dotnet-aspnetcore-tooling -->
<!-- Begin: Package sources from dotnet-core-setup -->
<add key="darc-int-dotnet-core-setup-f5eceb8" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-f5eceb81/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-core-setup -->
<!-- Begin: Package sources from dotnet-msbuild -->
<add key="darc-pub-dotnet-msbuild-b60ddb6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-msbuild-b60ddb6f/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-msbuild -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="dotnet3.1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3/nuget/v3/index.json" />
Expand All @@ -30,9 +31,10 @@
<add key="darc-int-dotnet-core-setup-77f20fa" value="true" />
<add key="darc-int-dotnet-core-setup-20aabc5" value="true" />
<add key="darc-int-dotnet-aspnetcore-tooling-2dda073" value="true" />
<add key="darc-int-dotnet-core-setup-f5eceb8" value="true" />
<!-- Begin: Package sources from dotnet-aspnetcore-tooling -->
<add key="darc-int-dotnet-aspnetcore-tooling-cd25a65" value="true" />
<!-- End: Package sources from dotnet-aspnetcore-tooling -->
<add key="darc-int-dotnet-templating-7ab67ec" value="true" />
<add key="darc-int-dotnet-core-setup-f5eceb8" value="true" />
<add key="darc-int-dotnet-aspnetcore-tooling-cd25a65" value="true" />
</disabledPackageSources>
</configuration>
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>65f04fb6db7a5e198d05dbebd5c4ad21eb018f89</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="3.1.8">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="3.1.11" CoherentParentDependency="Microsoft.DotNet.Cli.Runtime">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>71adc404dea8fee00cdce403259342cf470791ca</Sha>
<Sha>7ab67ec7d56e991d19540fdda6b62d07b519b08a</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down

0 comments on commit b6dae74

Please sign in to comment.