File tree Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 42
42
</Dependency >
43
43
</ProductDependencies >
44
44
<ToolsetDependencies >
45
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25065.2 " >
45
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25077.4 " >
46
46
<Uri >https://github.com/dotnet/arcade</Uri >
47
- <Sha >c4bbc67763bf0c5a868862df874079380e647d61 </Sha >
47
+ <Sha >bac7e1caea791275b7c3ccb4cb75fd6a04a26618 </Sha >
48
48
</Dependency >
49
49
<!-- Intermediate is necessary for source build. -->
50
- <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.25065.2 " >
50
+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.25077.4 " >
51
51
<Uri >https://github.com/dotnet/arcade</Uri >
52
- <Sha >c4bbc67763bf0c5a868862df874079380e647d61 </Sha >
52
+ <Sha >bac7e1caea791275b7c3ccb4cb75fd6a04a26618 </Sha >
53
53
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
54
54
</Dependency >
55
55
<Dependency Name =" optimization.windows_nt-x64.MIBC.Runtime" Version =" 1.0.0-prerelease.24462.2" >
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 17
17
"perl" : " 5.38.2.2"
18
18
},
19
19
"msbuild-sdks" : {
20
- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25065.2 " ,
20
+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25077.4 " ,
21
21
"Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.23255.2"
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments