Skip to content

[main] Source code updates from dotnet/templating #1493

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/source-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@
"commitSha": "66c6797a1e9a9346d5f6de3f9edaecad6e4350d0"
},
{
"barId": 274065,
"barId": 275177,
"path": "templating",
"remoteUri": "https://github.com/dotnet/templating",
"commitSha": "57150459685ad38272234d96c17036c2cd2f3b96"
"commitSha": "43d52c423e7ed37cf59a01629f9bace5c6bf6f96"
},
{
"barId": 272429,
Expand Down
10 changes: 5 additions & 5 deletions src/templating/eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="eaa19c281d34580a8168cff9ce1e7337da8bfe4f" BarId="273855" />
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="0b032b9f942c1ae8de535a434c4f4a9206fd3339" BarId="275039" />
<ProductDependencies>
<Dependency Name="System.CommandLine" Version="2.0.0-beta6.25351.106">
<Dependency Name="System.CommandLine" Version="2.0.0-beta7.25363.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>eaa19c281d34580a8168cff9ce1e7337da8bfe4f</Sha>
<Sha>0b032b9f942c1ae8de535a434c4f4a9206fd3339</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25351.106">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25363.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>eaa19c281d34580a8168cff9ce1e7337da8bfe4f</Sha>
<Sha>0b032b9f942c1ae8de535a434c4f4a9206fd3339</Sha>
</Dependency>
<!-- Dependencies required for source build. We'll still update manually -->
<Dependency Name="System.Formats.Asn1" Version="9.0.3">
Expand Down
2 changes: 1 addition & 1 deletion src/templating/eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PropertyGroup>
<!-- Non-maestro versions -->
<SystemFormatsAsn1Version>9.0.3</SystemFormatsAsn1Version>
<SystemCommandLinePackageVersion>2.0.0-beta6.25351.106</SystemCommandLinePackageVersion>
<SystemCommandLinePackageVersion>2.0.0-beta7.25363.101</SystemCommandLinePackageVersion>
<MicrosoftExtensionsLoggingPackageVersion>9.0.3</MicrosoftExtensionsLoggingPackageVersion>
<MicrosoftExtensionsLoggingAbstractionsPackageVersion>9.0.3</MicrosoftExtensionsLoggingAbstractionsPackageVersion>
<MicrosoftExtensionsLoggingConsolePackageVersion>9.0.3</MicrosoftExtensionsLoggingConsolePackageVersion>
Expand Down
14 changes: 12 additions & 2 deletions src/templating/global.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"sdk": {
"version": "10.0.100-preview.7.25322.101",
"allowPrerelease": true,
"rollForward": "latestFeature",
"paths": [
".dotnet",
"$host$"
],
"errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it."
},
"tools": {
"dotnet": "10.0.100-preview.6.25315.102"
"dotnet": "10.0.100-preview.7.25322.101"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25351.106"
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25363.101"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ internal static Task<int> Main(string[] args)
rootCommand.Subcommands.Add(new VerifyCommand());
rootCommand.Subcommands.Add(new ValidateCommand());

return rootCommand.Parse(args, new CommandLineConfiguration(rootCommand)
{
EnablePosixBundling = false,
}).InvokeAsync();
return rootCommand.Parse(args, new() { EnablePosixBundling = false }).InvokeAsync();
}
}
}
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy