File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 <PackageVersion Include =" NuGet.Versioning" Version =" $(NuGetVersion)" />
3838 <PackageVersion Include =" System.CommandLine" Version =" $(SystemCommandLineVersion)" />
3939 <PackageVersion Include =" System.CommandLine.Rendering" Version =" $(SystemCommandLineRenderingVersion)" />
40+ <PackageVersion Include =" System.Text.Json" Version =" $(SystemTextJsonVersion)" />
4041 </ItemGroup >
4142
4243</Project >
Original file line number Diff line number Diff line change 1010 When a newer version is picked up, the intermediate should be utilized. -->
1111 <UsagePattern IdentityGlob =" Microsoft.CodeAnalysis.AnalyzerUtilities/*3.3.0*" />
1212
13+ <UsagePattern IdentityGlob =" System.Text.Json/8.0*" />
1314 <!-- Transitive dependency of Roslyn -->
1415 <UsagePattern IdentityGlob =" Microsoft.Build/17.7.2" />
1516 <UsagePattern IdentityGlob =" Microsoft.Build.Framework/17.7.2" />
Original file line number Diff line number Diff line change 3131 <Uri >https://github.com/dotnet/msbuild</Uri >
3232 <Sha >d6990bcfaf520c0d215a194fad0617f7efad68b4</Sha >
3333 </Dependency >
34- <Dependency Name =" Microsoft.CodeAnalysis" Version =" 4.10 .0-3.24230.3 " >
34+ <Dependency Name =" Microsoft.CodeAnalysis" Version =" 4.8 .0-7.24225.6 " >
3535 <Uri >https://github.com/dotnet/roslyn</Uri >
36- <Sha >abc35d6d16eb3c0c0aafd67734f01217047a3c90 </Sha >
36+ <Sha >de75b3c77d41c21562fc2e9dbcc26b2268c80b26 </Sha >
3737 <SourceBuild RepoName =" roslyn" ManagedOnly =" true" />
3838 </Dependency >
3939 <Dependency Name =" Microsoft.SourceBuild.Intermediate.source-build-externals" Version =" 8.0.0-alpha.1.23502.1" >
Original file line number Diff line number Diff line change 3131 <!-- In order tests against the same version of NuGet as the SDK. We have to set this to match. -->
3232 <NuGetVersion >6.8.1-rc.2</NuGetVersion >
3333 <!-- roslyn -->
34- <MicrosoftCodeAnalysisVersion >4.10 .0-3.24230.3 </MicrosoftCodeAnalysisVersion >
34+ <MicrosoftCodeAnalysisVersion >4.8 .0-7.24225.6 </MicrosoftCodeAnalysisVersion >
3535 <!-- roslyn-sdk -->
3636 <MicrosoftCodeAnalysisAnalyzerTestingVersion >1.1.2-beta1.22216.1</MicrosoftCodeAnalysisAnalyzerTestingVersion >
3737 <!-- runtime -->
38+ <SystemTextJsonVersion >8.0.4</SystemTextJsonVersion >
3839 <MicrosoftBclAsyncInterfacesVersion >8.0.0</MicrosoftBclAsyncInterfacesVersion >
3940 <MicrosoftExtensionsFileSystemGlobbingVersion >8.0.0</MicrosoftExtensionsFileSystemGlobbingVersion >
4041 <MicrosoftExtensionsLoggingVersion >8.0.0</MicrosoftExtensionsLoggingVersion >
Original file line number Diff line number Diff line change 1010 "msbuild-sdks" : {
1111 "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.24225.1"
1212 }
13- }
13+ }
Original file line number Diff line number Diff line change 4848
4949 <PackageReference Include =" System.CommandLine" />
5050 <PackageReference Include =" System.CommandLine.Rendering" />
51+
52+ <PackageReference Include =" System.Text.Json" ExcludeAssets =" Runtime" PrivateAssets =" All" />
5153 </ItemGroup >
5254
5355 <ItemGroup >
You can’t perform that action at this time.
0 commit comments