File tree Expand file tree Collapse file tree
Microsoft.DotNet.Interactive.CSharp
Microsoft.DotNet.Interactive.Documents
Microsoft.DotNet.Interactive.Formatting
Microsoft.DotNet.Interactive.NamedPipeConnector
Microsoft.DotNet.Interactive Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 <HtmlAgilityPackVersion >1.11.57</HtmlAgilityPackVersion >
2020 <HumanizerCoreVersion >2.14.1</HumanizerCoreVersion >
2121 <HumanizerVersion >2.14.1</HumanizerVersion >
22+ <MicrosoftBclAsyncInterfacesVersion >8.0.0</MicrosoftBclAsyncInterfacesVersion >
2223 <MicrosoftCodeAnalysisCommonVersion >4.12.0</MicrosoftCodeAnalysisCommonVersion >
2324 <MicrosoftDataSqlClientVersion >5.2.2</MicrosoftDataSqlClientVersion >
2425 <MicrosoftEntityFrameworkCoreDesignVersion >9.0.0</MicrosoftEntityFrameworkCoreDesignVersion >
2526 <MicrosoftEntityFrameworkCoreSqlServerVersion >9.0.0</MicrosoftEntityFrameworkCoreSqlServerVersion >
2627 <MicrosoftIdentityClientVersion >4.65.0</MicrosoftIdentityClientVersion >
2728 <MicrosoftNETTestSdkVersion >17.12.0</MicrosoftNETTestSdkVersion >
2829 <NewtonsoftJsonVersion >13.0.3</NewtonsoftJsonVersion >
30+ <SystemCollectionsImmutableVersion >8.0.0</SystemCollectionsImmutableVersion >
2931 <SystemDrawingCommonVersion >9.0.0</SystemDrawingCommonVersion >
3032 <SystemReactiveVersion >6.0.0</SystemReactiveVersion >
33+ <SystemReflectionMetadataVersion >8.0.0</SystemReflectionMetadataVersion >
3134 <SystemSecurityCryptographyPkcsVersion >9.0.0</SystemSecurityCryptographyPkcsVersion >
3235 <SystemSecurityCryptographyXmlVersion >9.0.0</SystemSecurityCryptographyXmlVersion >
33- <SystemTextJsonVersion >9 .0.0 </SystemTextJsonVersion >
36+ <SystemTextJsonVersion >8 .0.5 </SystemTextJsonVersion >
3437 <xunitrunnervisualstudioVersion >2.5.7</xunitrunnervisualstudioVersion >
3538 <xunitVersion >2.7.0</xunitVersion >
3639 </PropertyGroup >
Original file line number Diff line number Diff line change 3232 <PackageReference Include =" Microsoft.CodeAnalysis.Workspaces.Common" Version =" $(MicrosoftCodeAnalysisCommonVersion)" />
3333 </ItemGroup >
3434
35+ <ItemGroup >
36+ <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" $(MicrosoftBclAsyncInterfacesVersion)" />
37+ <PackageReference Include =" System.Collections.Immutable" Version =" $(SystemCollectionsImmutableVersion)" />
38+ </ItemGroup >
39+
3540</Project >
Original file line number Diff line number Diff line change 2323 </ItemGroup >
2424
2525 <ItemGroup >
26- <PackageReference Include =" System.Collections.Immutable" Version =" 9.0.0" />
2726 <PackageReference Include =" System.Text.Json" Version =" $(SystemTextJsonVersion)" />
28- <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 9.0.0" />
2927 <PackageReference Include =" Microsoft.Bcl.HashCode" Version =" 6.0.0" />
3028 </ItemGroup >
3129
32- </Project >
30+ <ItemGroup >
31+ <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" $(MicrosoftBclAsyncInterfacesVersion)" />
32+ <PackageReference Include =" System.Collections.Immutable" Version =" $(SystemCollectionsImmutableVersion)" />
33+ </ItemGroup >
34+
35+ </Project >
Original file line number Diff line number Diff line change 2020
2121 <ItemGroup >
2222 <PackageReference Include =" Microsoft.AspNetCore.Html.Abstractions" Version =" 2.2.0" />
23- <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 9.0.0" />
2423 <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
2524 <PackageReference Include =" System.Text.Json" Version =" $(SystemTextJsonVersion)" />
2625 </ItemGroup >
Original file line number Diff line number Diff line change 2323 <PackageReference Include =" PocketLogger" Version =" 0.9.1" >
2424 <PrivateAssets >all</PrivateAssets >
2525 </PackageReference >
26+ <PackageReference Include =" System.Collections.Immutable" Version =" $(SystemCollectionsImmutableVersion)" />
2627 </ItemGroup >
2728
2829 <ItemGroup >
Original file line number Diff line number Diff line change 2222 </ItemGroup >
2323
2424 <PropertyGroup >
25- <MicrosoftCodeAnalysisAnalyzersVersion >2.9.6</MicrosoftCodeAnalysisAnalyzersVersion >
26- <SystemRuntimeLoaderVersion >4.3.0</SystemRuntimeLoaderVersion >
27- <SystemCollectionsImmutableVersion >5.0.0</SystemCollectionsImmutableVersion >
28- <SystemReflectionMetadataVersion >5.0.0</SystemReflectionMetadataVersion >
29- <SystemCommandLineVersion >2.0.0-beta4.22272.1</SystemCommandLineVersion >
25+ <MicrosoftCodeAnalysisAnalyzersVersion >2.9.6</MicrosoftCodeAnalysisAnalyzersVersion >
26+ <SystemRuntimeLoaderVersion >4.3.0</SystemRuntimeLoaderVersion >
27+ <SystemCollectionsImmutableVersion >5.0.0</SystemCollectionsImmutableVersion >
28+ <SystemReflectionMetadataVersion >5.0.0</SystemReflectionMetadataVersion >
29+ <SystemCommandLineVersion >2.0.0-beta4.22272.1</SystemCommandLineVersion >
3030 </PropertyGroup >
3131
3232 <ItemGroup >
3333 <PackageReference Include =" System.Runtime.Loader" Version =" $(SystemRuntimeLoaderVersion)" />
3434 <PackageReference Include =" System.Reactive" Version =" $(SystemReactiveVersion)" />
35- <PackageReference Include =" System.Collections.Immutable" Version =" 9.0.0" />
36- <PackageReference Include =" System.Reflection.Metadata" Version =" 9.0.0" />
3735 <PackageReference Include =" Microsoft.CodeAnalysis" Version =" $(MicrosoftCodeAnalysisCommonVersion)" />
3836 <PackageReference Include =" PocketLogger" Version =" 0.9.1" >
3937 <PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments