File tree Expand file tree Collapse file tree 3 files changed +9
-14
lines changed Expand file tree Collapse file tree 3 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 20
20
<add key =" darc-pub-dotnet-runtime-d398172" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-d3981726/nuget/v3/index.json" />
21
21
<!-- End: Package sources from dotnet-runtime -->
22
22
<!-- Begin: Package sources from dotnet-templating -->
23
- <add key =" darc-pub-dotnet-templating-e07a90b" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-e07a90b4/nuget/v3/index.json" />
24
- <add key =" darc-pub-dotnet-templating-e07a90b-5" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-e07a90b4-5/nuget/v3/index.json" />
25
- <add key =" darc-pub-dotnet-templating-e07a90b-4" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-e07a90b4-4/nuget/v3/index.json" />
26
- <add key =" darc-pub-dotnet-templating-e07a90b-3" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-e07a90b4-3/nuget/v3/index.json" />
27
- <add key =" darc-pub-dotnet-templating-e07a90b-2" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-e07a90b4-2/nuget/v3/index.json" />
28
- <add key =" darc-pub-dotnet-templating-e07a90b-1" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-e07a90b4-1/nuget/v3/index.json" />
23
+ <add key =" darc-pub-dotnet-templating-9e13b53" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-9e13b53d/nuget/v3/index.json" />
29
24
<!-- End: Package sources from dotnet-templating -->
30
25
<!-- Begin: Package sources from dotnet-windowsdesktop -->
31
26
<add key =" darc-pub-dotnet-windowsdesktop-5307f2a" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-windowsdesktop-5307f2ab/nuget/v3/index.json" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Dependencies >
3
3
<ProductDependencies >
4
- <Dependency Name =" Microsoft.TemplateEngine.Abstractions" Version =" 9.0.100 " >
4
+ <Dependency Name =" Microsoft.TemplateEngine.Abstractions" Version =" 9.0.101 " >
5
5
<Uri >https://github.com/dotnet/templating</Uri >
6
- <Sha >e07a90b4df2f1b41a83064cfa3164611756c3746 </Sha >
6
+ <Sha >9e13b53dbf06a99b699c1f3634f4b5cca82e7b85 </Sha >
7
7
</Dependency >
8
- <Dependency Name =" Microsoft.TemplateEngine.Mocks" Version =" 9.0.100-rtm.24518.2 " >
8
+ <Dependency Name =" Microsoft.TemplateEngine.Mocks" Version =" 9.0.101-servicing.24555.6 " >
9
9
<Uri >https://github.com/dotnet/templating</Uri >
10
- <Sha >e07a90b4df2f1b41a83064cfa3164611756c3746 </Sha >
10
+ <Sha >9e13b53dbf06a99b699c1f3634f4b5cca82e7b85 </Sha >
11
11
</Dependency >
12
12
<!-- Intermediate is necessary for source build. -->
13
- <Dependency Name =" Microsoft.SourceBuild.Intermediate.templating" Version =" 9.0.100-rtm.24518.2 " >
13
+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.templating" Version =" 9.0.101-servicing.24555.6 " >
14
14
<Uri >https://github.com/dotnet/templating</Uri >
15
- <Sha >e07a90b4df2f1b41a83064cfa3164611756c3746 </Sha >
15
+ <Sha >9e13b53dbf06a99b699c1f3634f4b5cca82e7b85 </Sha >
16
16
<SourceBuild RepoName =" templating" ManagedOnly =" true" />
17
17
</Dependency >
18
18
<Dependency Name =" Microsoft.NETCore.App.Ref" Version =" 9.0.0" >
Original file line number Diff line number Diff line change 203
203
</PropertyGroup >
204
204
<PropertyGroup >
205
205
<!-- Dependencies from https://github.com/dotnet/templating -->
206
- <MicrosoftTemplateEngineAbstractionsPackageVersion >9.0.100 </MicrosoftTemplateEngineAbstractionsPackageVersion >
206
+ <MicrosoftTemplateEngineAbstractionsPackageVersion >9.0.101 </MicrosoftTemplateEngineAbstractionsPackageVersion >
207
207
<MicrosoftTemplateEngineEdgePackageVersion >$(MicrosoftTemplateEngineAbstractionsPackageVersion)</MicrosoftTemplateEngineEdgePackageVersion >
208
208
<MicrosoftTemplateEngineOrchestratorRunnableProjectsPackageVersion >$(MicrosoftTemplateEngineAbstractionsPackageVersion)</MicrosoftTemplateEngineOrchestratorRunnableProjectsPackageVersion >
209
209
<MicrosoftTemplateEngineUtilsPackageVersion >$(MicrosoftTemplateEngineAbstractionsPackageVersion)</MicrosoftTemplateEngineUtilsPackageVersion >
210
210
<MicrosoftTemplateSearchCommonPackageVersion >$(MicrosoftTemplateEngineAbstractionsPackageVersion)</MicrosoftTemplateSearchCommonPackageVersion >
211
211
<!-- test dependencies -->
212
- <MicrosoftTemplateEngineMocksPackageVersion >9.0.100-rtm.24518.2 </MicrosoftTemplateEngineMocksPackageVersion >
212
+ <MicrosoftTemplateEngineMocksPackageVersion >9.0.101-servicing.24555.6 </MicrosoftTemplateEngineMocksPackageVersion >
213
213
<MicrosoftTemplateEngineTestHelperPackageVersion >$(MicrosoftTemplateEngineMocksPackageVersion)</MicrosoftTemplateEngineTestHelperPackageVersion >
214
214
<MicrosoftTemplateEngineAuthoringTemplateVerifierVersion >$(MicrosoftTemplateEngineAbstractionsPackageVersion)</MicrosoftTemplateEngineAuthoringTemplateVerifierVersion >
215
215
<MicrosoftTemplateSearchTemplateDiscoveryPackageVersion >$(MicrosoftTemplateEngineMocksPackageVersion)</MicrosoftTemplateSearchTemplateDiscoveryPackageVersion >
You can’t perform that action at this time.
0 commit comments