File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3
3
<ProductDependencies >
4
4
</ProductDependencies >
5
5
<ToolsetDependencies >
6
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25422.3 " >
6
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25430.1 " >
7
7
<Uri >https://github.com/dotnet/arcade</Uri >
8
- <Sha >f2cdf946c00a12a2c283835bb41ddc2255832055 </Sha >
8
+ <Sha >6122520523105dacdd702177a76c9f6b982fd759 </Sha >
9
9
</Dependency >
10
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 10.0.0-beta.25422.3 " >
10
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 10.0.0-beta.25430.1 " >
11
11
<Uri >https://github.com/dotnet/arcade</Uri >
12
- <Sha >f2cdf946c00a12a2c283835bb41ddc2255832055 </Sha >
12
+ <Sha >6122520523105dacdd702177a76c9f6b982fd759 </Sha >
13
13
</Dependency >
14
- <Dependency Name =" Microsoft.DotNet.XUnitV3Extensions" Version =" 10.0.0-beta.25422.3 " >
14
+ <Dependency Name =" Microsoft.DotNet.XUnitV3Extensions" Version =" 10.0.0-beta.25430.1 " >
15
15
<Uri >https://github.com/dotnet/arcade</Uri >
16
- <Sha >f2cdf946c00a12a2c283835bb41ddc2255832055 </Sha >
16
+ <Sha >6122520523105dacdd702177a76c9f6b982fd759 </Sha >
17
17
</Dependency >
18
18
</ToolsetDependencies >
19
19
</Dependencies >
Original file line number Diff line number Diff line change 15
15
<SystemIOHashingVersion >8.0.0</SystemIOHashingVersion >
16
16
<MicrosoftAspNetCoreTestHostVersion >6.0.36</MicrosoftAspNetCoreTestHostVersion >
17
17
<MicrosoftCrankEventSourcesVersion >0.2.0-alpha.24576.2</MicrosoftCrankEventSourcesVersion >
18
- <MicrosoftDotNetXUnitV3ExtensionsPackageVersion >10.0.0-beta.25422.3 </MicrosoftDotNetXUnitV3ExtensionsPackageVersion >
18
+ <MicrosoftDotNetXUnitV3ExtensionsPackageVersion >10.0.0-beta.25430.1 </MicrosoftDotNetXUnitV3ExtensionsPackageVersion >
19
19
<CoverletCollectorVersion >6.0.0</CoverletCollectorVersion >
20
20
<MoqVersion >4.18.4</MoqVersion >
21
21
<AutofacVersion >4.9.4</AutofacVersion >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ show_usage() {
10
10
11
11
echo " Advanced settings:"
12
12
echo " --excludeCIBinarylog Don't output binary log (short: -nobl)"
13
- echo " --noWarnAsError Do not warn as error
13
+ echo " --noWarnAsError Do not warn as error"
14
14
echo " "
15
15
echo " Command line arguments not listed above are passed thru to msbuild."
16
16
}
Original file line number Diff line number Diff line change 16
16
}
17
17
},
18
18
"msbuild-sdks" : {
19
- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25422.3 " ,
20
- "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.25422.3 "
19
+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25430.1 " ,
20
+ "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.25430.1 "
21
21
}
22
22
}
You can’t perform that action at this time.
0 commit comments