Skip to content

Commit e2dc275

Browse files
committed
Update to .NET 7 RC 2.
Signed-off-by: Bradley Grainger <[email protected]>
1 parent f73c4f8 commit e2dc275

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variables:
2-
DotNetCoreSdkVersion: '7.0.100-rc.1.22431.12'
2+
DotNetCoreSdkVersion: '7.0.100-rc.2.22477.23'
33
NUGET_PACKAGES: '$(Pipeline.Workspace)/.nuget/packages'
44

55
jobs:

src/MySqlConnector/CompatibilitySuppressions.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3-
<Suppression>
4-
<DiagnosticId>CP0002</DiagnosticId>
5-
<Target>M:MySqlConnector.MySqlRowUpdatingEventHandler.#ctor(System.Object,System.IntPtr)</Target>
6-
<Left>lib/net6.0/MySqlConnector.dll</Left>
7-
<Right>lib/net7.0/MySqlConnector.dll</Right>
8-
</Suppression>
9-
<Suppression>
10-
<DiagnosticId>CP0002</DiagnosticId>
11-
<Target>M:MySqlConnector.MySqlRowUpdatedEventHandler.#ctor(System.Object,System.IntPtr)</Target>
12-
<Left>lib/net6.0/MySqlConnector.dll</Left>
13-
<Right>lib/net7.0/MySqlConnector.dll</Right>
14-
</Suppression>
15-
<Suppression>
16-
<DiagnosticId>CP0002</DiagnosticId>
17-
<Target>M:MySqlConnector.MySqlInfoMessageEventHandler.#ctor(System.Object,System.IntPtr)</Target>
18-
<Left>lib/net6.0/MySqlConnector.dll</Left>
19-
<Right>lib/net7.0/MySqlConnector.dll</Right>
20-
</Suppression>
21-
<Suppression>
22-
<DiagnosticId>CP0002</DiagnosticId>
23-
<Target>M:MySqlConnector.MySqlRowsCopiedEventHandler.#ctor(System.Object,System.IntPtr)</Target>
24-
<Left>lib/net6.0/MySqlConnector.dll</Left>
25-
<Right>lib/net7.0/MySqlConnector.dll</Right>
26-
</Suppression>
273
<Suppression>
284
<DiagnosticId>CP0008</DiagnosticId>
295
<Target>T:MySqlConnector.MySqlBatchCommandCollection</Target>

0 commit comments

Comments
 (0)