1
0
mirror of https://github.com/nsnail/spectre.console.git synced 2025-04-14 16:02:50 +08:00

chore: Update dependency Microsoft.CodeAnalysis.CSharp to v4.4.0

This commit is contained in:
renovate[bot] 2022-12-05 01:21:51 +00:00 committed by GitHub
parent b793482ebb
commit 709856552a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.2.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.2.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.2.0" PrivateAssets="all" />
</ItemGroup>