File tree Expand file tree Collapse file tree 4 files changed +9
-19
lines changed Expand file tree Collapse file tree 4 files changed +9
-19
lines changed Original file line number Diff line number Diff line change 4
4
<clear />
5
5
<!-- Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
6
6
<!-- Begin: Package sources from dotnet-runtime -->
7
- <add key =" darc-int-dotnet-runtime-2aade6b" value =" https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-2aade6be/nuget/v3/index.json" />
8
- <add key =" darc-int-dotnet-runtime-2aade6b-5" value =" https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-2aade6be-5/nuget/v3/index.json" />
9
- <add key =" darc-int-dotnet-runtime-2aade6b-3" value =" https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-2aade6be-3/nuget/v3/index.json" />
10
- <add key =" darc-int-dotnet-runtime-2aade6b-2" value =" https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-2aade6be-2/nuget/v3/index.json" />
11
- <add key =" darc-int-dotnet-runtime-2aade6b-1" value =" https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-2aade6be-1/nuget/v3/index.json" />
12
7
<!-- End: Package sources from dotnet-runtime -->
13
8
<!-- End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
14
9
<add key =" arcade" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
21
16
<disabledPackageSources >
22
17
<!-- Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
23
18
<!-- Begin: Package sources from dotnet-runtime -->
24
- <add key =" darc-int-dotnet-runtime-2aade6b-1" value =" true" />
25
- <add key =" darc-int-dotnet-runtime-2aade6b-2" value =" true" />
26
- <add key =" darc-int-dotnet-runtime-2aade6b-3" value =" true" />
27
- <add key =" darc-int-dotnet-runtime-2aade6b-5" value =" true" />
28
- <add key =" darc-int-dotnet-runtime-2aade6b" value =" true" />
29
19
<!-- End: Package sources from dotnet-runtime -->
30
20
<!-- End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
31
21
</disabledPackageSources >
Original file line number Diff line number Diff line change 71
71
</Dependency >
72
72
</ProductDependencies >
73
73
<ToolsetDependencies >
74
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.24516.1 " >
74
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.24525.2 " >
75
75
<Uri >https://github.com/dotnet/arcade</Uri >
76
- <Sha >f7fb1fec01b91be69e4dcc5290a0bff3f28e214f </Sha >
76
+ <Sha >24e02f80c5458d1f75240ae57fc2a98fb8a9022a </Sha >
77
77
</Dependency >
78
78
<!-- Intermediate is necessary for source build. -->
79
- <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 8.0.0-beta.24516.1 " >
79
+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 8.0.0-beta.24525.2 " >
80
80
<Uri >https://github.com/dotnet/arcade</Uri >
81
- <Sha >f7fb1fec01b91be69e4dcc5290a0bff3f28e214f </Sha >
81
+ <Sha >24e02f80c5458d1f75240ae57fc2a98fb8a9022a </Sha >
82
82
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
83
83
</Dependency >
84
84
<Dependency Name =" Microsoft.DotNet.XliffTasks" Version =" 1.0.0-beta.23475.1" CoherentParentDependency =" Microsoft.DotNet.Arcade.Sdk" >
100
100
<Sha >919d4dbfb0dffb35a702417e28ceea652d248bc6</Sha >
101
101
<SourceBuild RepoName =" roslyn" ManagedOnly =" true" />
102
102
</Dependency >
103
- <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 8.0.0-beta.24516.1 " >
103
+ <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 8.0.0-beta.24525.2 " >
104
104
<Uri >https://github.com/dotnet/arcade</Uri >
105
- <Sha >f7fb1fec01b91be69e4dcc5290a0bff3f28e214f </Sha >
105
+ <Sha >24e02f80c5458d1f75240ae57fc2a98fb8a9022a </Sha >
106
106
</Dependency >
107
107
</ToolsetDependencies >
108
108
</Dependencies >
Original file line number Diff line number Diff line change 2
2
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
3
3
<Project >
4
4
<PropertyGroup >
5
- <VersionPrefix >17.10.11 </VersionPrefix >
5
+ <VersionPrefix >17.10.12 </VersionPrefix >
6
6
<DotNetFinalVersionKind >release</DotNetFinalVersionKind >
7
7
<PackageValidationBaselineVersion >17.8.3</PackageValidationBaselineVersion >
8
8
<AssemblyVersion >15.1.0.0</AssemblyVersion >
50
50
Otherwise, this version of dotnet will not be installed and the build will error out. -->
51
51
<DotNetCliVersion >$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion >
52
52
<MicrosoftCodeAnalysisCollectionsVersion >4.2.0-1.22102.8</MicrosoftCodeAnalysisCollectionsVersion >
53
- <MicrosoftDotNetXUnitExtensionsVersion >8.0.0-beta.24516.1 </MicrosoftDotNetXUnitExtensionsVersion >
53
+ <MicrosoftDotNetXUnitExtensionsVersion >8.0.0-beta.24525.2 </MicrosoftDotNetXUnitExtensionsVersion >
54
54
<MicrosoftExtensionsDependencyModelVersion >7.0.0</MicrosoftExtensionsDependencyModelVersion >
55
55
<MicrosoftIORedistVersion >6.0.1</MicrosoftIORedistVersion >
56
56
<MicrosoftNetCompilersToolsetVersion >4.10.0-3.24175.2</MicrosoftNetCompilersToolsetVersion >
Original file line number Diff line number Diff line change 10
10
"xcopy-msbuild" : " 17.8.5"
11
11
},
12
12
"msbuild-sdks" : {
13
- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.24516.1 "
13
+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.24525.2 "
14
14
}
15
15
}
You can’t perform that action at this time.
0 commit comments