Skip to content

Commit

Permalink
Update Microsoft.Build dependency and Force System.Drawing.Common ver…
Browse files Browse the repository at this point in the history
…sion because of MySql.Data (#9029)
  • Loading branch information
benjaminpetit committed May 30, 2024
1 parent 5e930f9 commit 559b95e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageVersion Include="System.Collections.Immutable" Version="8.0.0" />
<!-- Microsoft packages -->
<PackageVersion Include="Microsoft.Azure.Cosmos" Version="3.35.4" />
<PackageVersion Include="Microsoft.Build" Version="17.7.2" />
<PackageVersion Include="Microsoft.Build" Version="17.10.4" />
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
<PackageVersion Include="Microsoft.CodeAnalysis" Version="4.5.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.Common" Version="4.5.0" />
Expand Down Expand Up @@ -86,6 +86,7 @@
<PackageVersion Include="System.Data.SqlClient" Version="4.8.6" />
<PackageVersion Include="Npgsql" Version="8.0.3" />
<PackageVersion Include="MySql.Data" Version="8.0.31" />
<PackageVersion Include="System.Drawing.Common" Version="4.7.3" />
<PackageVersion Include="Microsoft.Extensions.Configuration.AzureKeyVault" Version="3.1.24" />
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta1.21308.1" />
<PackageVersion Include="Microsoft.Crank.EventSources" Version="0.2.0-alpha.23422.5" />
Expand Down
1 change: 1 addition & 0 deletions test/Extensions/TesterAdoNet/Tester.AdoNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<!--<PackageReference Include="Microsoft.Data.Sqlite" Version="5.0.2" />-->
<PackageReference Include="Npgsql" />
<PackageReference Include="MySql.Data" />
<PackageReference Include="System.Drawing.Common" /> <!-- For some reason it's a dependency of MySql.Data. We want to force it to a specific version -->
<PackageReference Include="System.Diagnostics.PerformanceCounter" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
</ItemGroup>
Expand Down

0 comments on commit 559b95e

Please sign in to comment.