File tree Expand file tree Collapse file tree 4 files changed +11
-21
lines changed Expand file tree Collapse file tree 4 files changed +11
-21
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.25067.3 " >
6
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25076.1 " >
7
7
<Uri >https://github.com/dotnet/arcade</Uri >
8
- <Sha >12fdb9fc3fe43a861f1ae01747bfe6cef878d4cb </Sha >
8
+ <Sha >fe17712bedb95a55d5af00c5191772c81393745f </Sha >
9
9
</Dependency >
10
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 10.0.0-beta.25067.3 " >
10
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 10.0.0-beta.25076.1 " >
11
11
<Uri >https://github.com/dotnet/arcade</Uri >
12
- <Sha >12fdb9fc3fe43a861f1ae01747bfe6cef878d4cb </Sha >
12
+ <Sha >fe17712bedb95a55d5af00c5191772c81393745f </Sha >
13
13
</Dependency >
14
- <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 10.0.0-beta.25067.3 " >
14
+ <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 10.0.0-beta.25076.1 " >
15
15
<Uri >https://github.com/dotnet/arcade</Uri >
16
- <Sha >12fdb9fc3fe43a861f1ae01747bfe6cef878d4cb </Sha >
16
+ <Sha >fe17712bedb95a55d5af00c5191772c81393745f </Sha >
17
17
</Dependency >
18
18
</ToolsetDependencies >
19
19
</Dependencies >
Original file line number Diff line number Diff line change 15
15
<SystemCollectionsImmutableVersion >8.0.0</SystemCollectionsImmutableVersion >
16
16
<SystemIOHashingVersion >8.0.0</SystemIOHashingVersion >
17
17
<MicrosoftBclTimeProviderVersion >8.0.0</MicrosoftBclTimeProviderVersion >
18
- <MicrosoftDotNetXUnitExtensionsPackageVersion >10.0.0-beta.25067.3 </MicrosoftDotNetXUnitExtensionsPackageVersion >
18
+ <MicrosoftDotNetXUnitExtensionsPackageVersion >10.0.0-beta.25076.1 </MicrosoftDotNetXUnitExtensionsPackageVersion >
19
19
<MicrosoftAspNetCoreTestHostVersion >6.0.36</MicrosoftAspNetCoreTestHostVersion >
20
20
<MicrosoftCrankEventSourcesVersion >0.2.0-alpha.24576.2</MicrosoftCrankEventSourcesVersion >
21
21
<MicrosoftDotNetXUnitExtensionsPackageVersion >10.0.0-beta.25056.1</MicrosoftDotNetXUnitExtensionsPackageVersion >
Original file line number Diff line number Diff line change 15
15
<PackageReference Include =" Microsoft.DotNet.IBCMerge" Version =" $(MicrosoftDotNetIBCMergeVersion)" Condition =" '$(UsingToolIbcOptimization)' == 'true'" />
16
16
<PackageReference Include =" Drop.App" Version =" $(DropAppVersion)" ExcludeAssets =" all" Condition =" '$(UsingToolVisualStudioIbcTraining)' == 'true'" />
17
17
</ItemGroup >
18
- <PropertyGroup >
19
- <RestoreSources ></RestoreSources >
20
- <RestoreSources Condition =" '$(UsingToolIbcOptimization)' == 'true'" >
21
- https://devdiv.pkgs.visualstudio.com/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json;
22
- </RestoreSources >
23
- <RestoreSources Condition =" '$(UsingToolVisualStudioIbcTraining)' == 'true'" >
24
- $(RestoreSources);
25
- https://devdiv.pkgs.visualstudio.com/_packaging/VS/nuget/v3/index.json;
26
- </RestoreSources >
27
- </PropertyGroup >
28
18
29
19
<!-- Repository extensibility point -->
30
20
<Import Project =" $(RepositoryEngineeringDir)InternalTools.props" Condition =" Exists('$(RepositoryEngineeringDir)InternalTools.props')" />
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 10.0.100-alpha.1.25064.3 "
3
+ "version" : " 10.0.100-alpha.1.25074.2 "
4
4
},
5
5
"tools" : {
6
- "dotnet" : " 10.0.100-alpha.1.25064.3 " ,
6
+ "dotnet" : " 10.0.100-alpha.1.25074.2 " ,
7
7
"runtimes" : {
8
8
"dotnet" : [
9
9
" 6.0.36" ,
20
20
}
21
21
},
22
22
"msbuild-sdks" : {
23
- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25067.3 " ,
24
- "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.25067.3 "
23
+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25076.1 " ,
24
+ "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.25076.1 "
25
25
}
26
26
}
You can’t perform that action at this time.
0 commit comments