WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props
66<Project >
77 <PropertyGroup >
88 <!-- dotnet/dotnet dependencies -->
9- <MicrosoftDotNetArcadeSdkPackageVersion >10.0.0-beta.25571.105 </MicrosoftDotNetArcadeSdkPackageVersion >
9+ <MicrosoftDotNetArcadeSdkPackageVersion >10.0.0-beta.25578.103 </MicrosoftDotNetArcadeSdkPackageVersion >
1010 <SystemCommandLinePackageVersion >2.0.0</SystemCommandLinePackageVersion >
1111 <SystemIOHashingPackageVersion >10.0.0-rc.2.25502.107</SystemIOHashingPackageVersion >
1212 </PropertyGroup >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Dependencies >
3- <Source Uri =" https://github.com/dotnet/dotnet" Mapping =" sourcelink" Sha =" ae0ed89fe1caed1244d7633ba6e41cdd003023f7 " BarId =" 291870 " />
3+ <Source Uri =" https://github.com/dotnet/dotnet" Mapping =" sourcelink" Sha =" c57156335c4f3f3327a88266f3d164ad509e72ee " BarId =" 292596 " />
44 <ProductDependencies >
55 <Dependency Name =" System.CommandLine" Version =" 2.0.0" >
66 <Uri >https://github.com/dotnet/dotnet</Uri >
1212 </Dependency >
1313 </ProductDependencies >
1414 <ToolsetDependencies >
15- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25571.105 " >
15+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25578.103 " >
1616 <Uri >https://github.com/dotnet/dotnet</Uri >
17- <Sha >ae0ed89fe1caed1244d7633ba6e41cdd003023f7 </Sha >
17+ <Sha >c57156335c4f3f3327a88266f3d164ad509e72ee </Sha >
1818 </Dependency >
1919 </ToolsetDependencies >
2020</Dependencies >
Original file line number Diff line number Diff line change 1313 "dotnet" : " 10.0.100"
1414 },
1515 "msbuild-sdks" : {
16- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25571.105 " ,
16+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25578.103 " ,
1717 "Microsoft.Build.NoTargets" : " 3.7.0"
1818 }
1919}
Original file line number Diff line number Diff line change 55using System ;
66using System . Collections . Generic ;
77using System . Collections . Immutable ;
8- using Microsoft . CodeAnalysis ;
98
109namespace Roslyn . Utilities
1110{
You can’t perform that action at this time.
0 commit comments