File tree Expand file tree Collapse file tree 5 files changed +21
-14
lines changed
tools/Microsoft.TemplateEngine.Authoring.CLI Expand file tree Collapse file tree 5 files changed +21
-14
lines changed Original file line number Diff line number Diff line change 121
121
"commitSha" : " 66c6797a1e9a9346d5f6de3f9edaecad6e4350d0"
122
122
},
123
123
{
124
- "barId" : 274065 ,
124
+ "barId" : 275177 ,
125
125
"path" : " templating" ,
126
126
"remoteUri" : " https://github.com/dotnet/templating" ,
127
- "commitSha" : " 57150459685ad38272234d96c17036c2cd2f3b96 "
127
+ "commitSha" : " 43d52c423e7ed37cf59a01629f9bace5c6bf6f96 "
128
128
},
129
129
{
130
130
"barId" : 272429 ,
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Dependencies >
3
- <Source Uri =" https://github.com/dotnet/dotnet" Mapping =" templating" Sha =" eaa19c281d34580a8168cff9ce1e7337da8bfe4f " BarId =" 273855 " />
3
+ <Source Uri =" https://github.com/dotnet/dotnet" Mapping =" templating" Sha =" 0b032b9f942c1ae8de535a434c4f4a9206fd3339 " BarId =" 275039 " />
4
4
<ProductDependencies >
5
- <Dependency Name =" System.CommandLine" Version =" 2.0.0-beta6.25351.106 " >
5
+ <Dependency Name =" System.CommandLine" Version =" 2.0.0-beta7.25363.101 " >
6
6
<Uri >https://github.com/dotnet/dotnet</Uri >
7
- <Sha >eaa19c281d34580a8168cff9ce1e7337da8bfe4f </Sha >
7
+ <Sha >0b032b9f942c1ae8de535a434c4f4a9206fd3339 </Sha >
8
8
</Dependency >
9
9
</ProductDependencies >
10
10
<ToolsetDependencies >
11
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25351.106 " >
11
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25363.101 " >
12
12
<Uri >https://github.com/dotnet/dotnet</Uri >
13
- <Sha >eaa19c281d34580a8168cff9ce1e7337da8bfe4f </Sha >
13
+ <Sha >0b032b9f942c1ae8de535a434c4f4a9206fd3339 </Sha >
14
14
</Dependency >
15
15
<!-- Dependencies required for source build. We'll still update manually -->
16
16
<Dependency Name =" System.Formats.Asn1" Version =" 9.0.3" >
Original file line number Diff line number Diff line change 15
15
<PropertyGroup >
16
16
<!-- Non-maestro versions -->
17
17
<SystemFormatsAsn1Version >9.0.3</SystemFormatsAsn1Version >
18
- <SystemCommandLinePackageVersion >2.0.0-beta6.25351.106 </SystemCommandLinePackageVersion >
18
+ <SystemCommandLinePackageVersion >2.0.0-beta7.25363.101 </SystemCommandLinePackageVersion >
19
19
<MicrosoftExtensionsLoggingPackageVersion >9.0.3</MicrosoftExtensionsLoggingPackageVersion >
20
20
<MicrosoftExtensionsLoggingAbstractionsPackageVersion >9.0.3</MicrosoftExtensionsLoggingAbstractionsPackageVersion >
21
21
<MicrosoftExtensionsLoggingConsolePackageVersion >9.0.3</MicrosoftExtensionsLoggingConsolePackageVersion >
Original file line number Diff line number Diff line change 1
1
{
2
+ "sdk" : {
3
+ "version" : " 10.0.100-preview.7.25322.101" ,
4
+ "allowPrerelease" : true ,
5
+ "rollForward" : " latestFeature" ,
6
+ "paths" : [
7
+ " .dotnet" ,
8
+ " $host$"
9
+ ],
10
+ "errorMessage" : " The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it."
11
+ },
2
12
"tools" : {
3
- "dotnet" : " 10.0.100-preview.6.25315.102 "
13
+ "dotnet" : " 10.0.100-preview.7.25322.101 "
4
14
},
5
15
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25351.106 "
16
+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25363.101 "
7
17
}
8
18
}
Original file line number Diff line number Diff line change @@ -16,10 +16,7 @@ internal static Task<int> Main(string[] args)
16
16
rootCommand . Subcommands . Add ( new VerifyCommand ( ) ) ;
17
17
rootCommand . Subcommands . Add ( new ValidateCommand ( ) ) ;
18
18
19
- return rootCommand . Parse ( args , new CommandLineConfiguration ( rootCommand )
20
- {
21
- EnablePosixBundling = false ,
22
- } ) . InvokeAsync ( ) ;
19
+ return rootCommand . Parse ( args , new ( ) { EnablePosixBundling = false } ) . InvokeAsync ( ) ;
23
20
}
24
21
}
25
22
}
You can’t perform that action at this time.
0 commit comments