Skip to content

Commit 99f9e99

Browse files
[release/10.0.1xx] Source code updates from dotnet/templating (#4222)
[release/10.0.1xx] Source code updates from dotnet/templating
1 parent 4043b25 commit 99f9e99

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

src/source-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@
115115
"commitSha": "1536a1ca256a4e9f804b2073464ca8e4f4794702"
116116
},
117117
{
118-
"barId": 297207,
118+
"barId": 297391,
119119
"path": "templating",
120120
"remoteUri": "https://github.com/dotnet/templating",
121-
"commitSha": "da9fa0f70871fd54000a921595f5027e8e09fbb9"
121+
"commitSha": "8f6252e1567ac5c8faff1ad99310ac66d966687f"
122122
},
123123
{
124124
"barId": 287819,

src/templating/NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-dotnet -->
7-
<add key="darc-pub-dotnet-dotnet-976695d" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-976695d4/nuget/v3/index.json" />
7+
<add key="darc-pub-dotnet-dotnet-fe158d9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-fe158d96/nuget/v3/index.json" />
88
<!-- End: Package sources from dotnet-dotnet -->
99
<!-- Begin: Package sources from dotnet-runtime -->
1010
<!-- End: Package sources from dotnet-runtime -->

src/templating/eng/Version.Details.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- dotnet/dotnet dependencies -->
9-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26062.108</MicrosoftDotNetArcadeSdkPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26064.114</MicrosoftDotNetArcadeSdkPackageVersion>
1010
<SystemCommandLinePackageVersion>2.0.3</SystemCommandLinePackageVersion>
1111
<!-- _git/dotnet-runtime dependencies -->
1212
<MicrosoftBclAsyncInterfacesPackageVersion>10.0.1</MicrosoftBclAsyncInterfacesPackageVersion>

src/templating/eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="976695d40cfde0801c78b8fed85ca80e997da085" BarId="297004" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="fe158d9692179d1316d11bf67b264c4509176f7e" BarId="297370" />
44
<ProductDependencies>
55
<Dependency Name="System.CommandLine" Version="2.0.3">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>976695d40cfde0801c78b8fed85ca80e997da085</Sha>
7+
<Sha>fe158d9692179d1316d11bf67b264c4509176f7e</Sha>
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26062.108">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26064.114">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>976695d40cfde0801c78b8fed85ca80e997da085</Sha>
13+
<Sha>fe158d9692179d1316d11bf67b264c4509176f7e</Sha>
1414
</Dependency>
1515
<!-- Dependencies required for source build. We'll still update manually -->
1616
<Dependency Name="System.Formats.Asn1" Version="10.0.1">

src/templating/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"dotnet": "10.0.101"
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26062.108"
16+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26064.114"
1717
}
1818
}

0 commit comments

Comments
 (0)