Skip to content

Commit

Permalink
Merge pull request #1477 from Particular/GitHubSync-20240515-200950
Browse files Browse the repository at this point in the history
GitHubSync update - release-7.0
  • Loading branch information
DavidBoike authored May 16, 2024
2 parents 5f0897a + 91fe6be commit ec72b77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ dotnet_diagnostic.IDE0079.severity = error
dotnet_remove_unnecessary_suppression_exclusions = none

dotnet_diagnostic.IDE0080.severity = error
dotnet_diagnostic.IDE0100.severity = error
# Change IDE0100 to suggestion until 8.0.300 SDK works in VS and we can decide how to fix the errors
dotnet_diagnostic.IDE0100.severity = suggestion
dotnet_diagnostic.IDE0110.severity = error


Expand Down
2 changes: 1 addition & 1 deletion src/TestHelper/TestHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Npgsql" Version="6.0.6" />
<PackageReference Include="Npgsql" Version="8.0.3" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="2.19.180" />
<PackageReference Include="MySql.Data" Version="8.0.29" ExcludeAssets="contentFiles" />
<PackageReference Include="NUnit" Version="3.13.3" />
Expand Down

0 comments on commit ec72b77

Please sign in to comment.