Skip to content

Commit 15cc88f

Browse files
Update dotnet monorepo to 5.9.0
1 parent 58f6936 commit 15cc88f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/OpenCvSharp.Analyzers/OpenCvSharp.Analyzers.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
</PropertyGroup>
2323

2424
<ItemGroup>
25-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.6.0" PrivateAssets="all" />
26-
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="5.6.0" PrivateAssets="all" />
25+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.9.0" PrivateAssets="all" />
26+
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="5.9.0" PrivateAssets="all" />
2727
</ItemGroup>
2828

2929
<ItemGroup>

test/OpenCvSharp.Analyzers.Tests/OpenCvSharp.Analyzers.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="xunit.runner.visualstudio" Version="4.0.0" PrivateAssets="all" />
1515
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing" Version="1.1.4" />
1616
<!-- Override the old CodeAnalysis pulled in transitively by the testing framework -->
17-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.6.0" />
17+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.9.0" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

0 commit comments

Comments
 (0)