Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove .net core 2.1 support #3441

Merged
merged 65 commits into from Mar 1, 2022
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
60c225b
remove .net core 2.1 support
MaceWindu Feb 22, 2022
216d644
Merge remote-tracking branch 'origin/dev.v4' into infra/remove_netcor…
MaceWindu Feb 22, 2022
a985015
merge fixes
MaceWindu Feb 22, 2022
cc1a199
- remove pgsql 9 from CI test matrix
MaceWindu Feb 22, 2022
5c58397
test fixes
MaceWindu Feb 22, 2022
e5ccaf9
Merge remote-tracking branch 'origin/dev.v4' into infra/remove_netcor…
MaceWindu Feb 22, 2022
7e3b917
fix migrated json test
MaceWindu Feb 22, 2022
5fa32ba
mysql and pgsql test matrix update
MaceWindu Feb 23, 2022
75d8ef1
firebird tests update
MaceWindu Feb 23, 2022
d746cfa
sybase tests update
MaceWindu Feb 23, 2022
646325f
sql ce tests update
MaceWindu Feb 23, 2022
598fe58
sqlce netfx fix
MaceWindu Feb 23, 2022
9436a83
fix ifdef in tests
MaceWindu Feb 24, 2022
cee0550
sql server tests refactoring
MaceWindu Feb 24, 2022
ee901ea
fix tests
MaceWindu Feb 24, 2022
02cc606
fix odata netfx tests
MaceWindu Feb 24, 2022
943940a
proper fix
MaceWindu Feb 24, 2022
fe3646b
fix tests
MaceWindu Feb 24, 2022
c793ac8
access tests refactoring
MaceWindu Feb 25, 2022
1a6c19c
fix yml
MaceWindu Feb 25, 2022
eb8f317
fix test matrix
MaceWindu Feb 25, 2022
34e635b
fix typo, remove win2019 images
MaceWindu Feb 25, 2022
3650b1d
db2, informix, oracle, hana tests refactoring
MaceWindu Feb 25, 2022
1e2fbe1
refactor test jobs
MaceWindu Feb 25, 2022
dfb1cd0
typo
MaceWindu Feb 25, 2022
478526f
fix pipelines
MaceWindu Feb 25, 2022
2b86c44
another fix
MaceWindu Feb 25, 2022
2a429b7
fix yml
MaceWindu Feb 25, 2022
b423f2c
hate gibberish languages
MaceWindu Feb 25, 2022
3608978
typo
MaceWindu Feb 25, 2022
86fb35b
fix yml
MaceWindu Feb 25, 2022
e501480
1
MaceWindu Feb 25, 2022
d72d698
fix
MaceWindu Feb 25, 2022
b621186
fixes
MaceWindu Feb 25, 2022
2d95cac
refactor test pipelines
MaceWindu Feb 26, 2022
0b63598
typo
MaceWindu Feb 26, 2022
b39e35b
more fixes
MaceWindu Feb 26, 2022
65f9f00
re-add missing files
MaceWindu Feb 26, 2022
72f2748
fixes
MaceWindu Feb 26, 2022
2fa3a17
fix
MaceWindu Feb 26, 2022
f69c8c1
fix
MaceWindu Feb 26, 2022
3b9c852
fix
MaceWindu Feb 26, 2022
17452cd
fixes
MaceWindu Feb 26, 2022
7211e64
fix
MaceWindu Feb 26, 2022
88e3591
fix
MaceWindu Feb 26, 2022
4c1e3fe
another fix
MaceWindu Feb 26, 2022
db437e5
more fixes
MaceWindu Feb 26, 2022
ea5be2b
more fixes
MaceWindu Feb 26, 2022
caccf74
typo
MaceWindu Feb 26, 2022
f4d5e93
fixes
MaceWindu Feb 27, 2022
2bc5268
i know
MaceWindu Feb 27, 2022
63d5b04
fixes
MaceWindu Feb 27, 2022
b91e739
fixes
MaceWindu Feb 27, 2022
bb687f0
fix
MaceWindu Feb 27, 2022
86f0b6b
typos
MaceWindu Feb 27, 2022
79d2b13
fix
MaceWindu Feb 28, 2022
0eaacf9
fixes
MaceWindu Feb 28, 2022
4259c07
fix
MaceWindu Feb 28, 2022
dd8ddf2
fix
MaceWindu Feb 28, 2022
7e12f25
fix
MaceWindu Feb 28, 2022
c619d4b
typo
MaceWindu Feb 28, 2022
4b68121
fix
MaceWindu Feb 28, 2022
68c88c2
cleanup, reduce test load
MaceWindu Mar 1, 2022
8c98243
disable more tests to reduce execution times
MaceWindu Mar 1, 2022
a4b979b
disable more sqlserver tests
MaceWindu Mar 1, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
38 changes: 18 additions & 20 deletions Build/Azure/README.md
@@ -1,6 +1,5 @@
This directory contains test configs and setup scripts for test jobs on Azure Pipelines
- `net472` folder stores test job configs for .NET 4.7.2 Windows tests
- `netcoreapp21` folder stores test job configs for `netcoreapp2.1` test runs for Windows, Linux and MacOS
- `netcoreapp31` folder stores test job configs for `netcoreapp3.1` test runs for Windows, Linux and MacOS
- `net50` folder stores test job configs for `net5.0` test runs for Windows, Linux and MacOS
- `net60` folder stores test job configs for `net6.0` test runs for Windows, Linux and MacOS
Expand Down Expand Up @@ -59,19 +58,18 @@ Legend:
- :heavy_check_mark: - test job implemented
- :x: - test job not implemented yet
- `netfx`: .NET Framework (4.7.2)
- `netcore`: .NET Core 2.1/3.1 OR .NET 5.0 / 6.0
- `netcore`: .NET Core 3.1 OR .NET 5.0 / 6.0
- :door: - Windows 2022, 2019 or 2016 (depends on used docker image for database)
- :penguin: - Linux (Ununtu 20.04)
- :green_apple: - MacOS Catalina 10.15

| Database (version): provider \ Target framework (OS) | netfx :door: | netcore :door: | netcore :penguin: | netcore :green_apple: |
|:---|:---:|:---:|:---:|:---:|
|TestNoopProvider<sup>[1](#notes)</sup>|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
|SQLite [3.13.0](https://www.sqlite.org/releaselog/3_13_0.html)<sup>[2](#notes)</sup><br>[Microsoft.Data.SQLite](https://www.nuget.org/packages/Microsoft.Data.SQLite/) 1.1.1<br>with NorthwindDB Tests|:heavy_check_mark:|:heavy_minus_sign:|:heavy_minus_sign:|:heavy_minus_sign:|
|SQLite [3.33.0](https://www.sqlite.org/releaselog/3_33_0.html) / [3.35.5](https://www.sqlite.org/releaselog/3_35_5.html)<br>[Microsoft.Data.SQLite](https://www.nuget.org/packages/Microsoft.Data.SQLite/) 5.0.14 / 6.0.2<br>with NorthwindDB Tests|:heavy_minus_sign:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
|SQLite [3.35.5](https://www.sqlite.org/releaselog/3_35_5.html)<br>[Microsoft.Data.SQLite](https://www.nuget.org/packages/Microsoft.Data.SQLite/) 6.0.2<br>with NorthwindDB Tests|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
|SQLite [3.37.0](https://www.sqlite.org/draft/releaselog/current.html)<br>[System.Data.SQLite](https://www.nuget.org/packages/System.Data.SQLite.Core/) 1.0.115.5<br>with NorthwindDB Tests|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
|SQLite [3.37.0](https://www.sqlite.org/draft/releaselog/current.html)<br>[System.Data.SQLite](https://www.nuget.org/packages/System.Data.SQLite.Core/) 1.0.115.5<br>with [MiniProfiler](https://www.nuget.org/packages/MiniProfiler.Shared/) 4.2.22 (core)<br>[MiniProfiler](https://www.nuget.org/packages/MiniProfiler/) 3.2.0.157 (netfx)<br>without mappings to underlying provider|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
|SQLite [3.37.0](https://www.sqlite.org/draft/releaselog/current.html)<br>[System.Data.SQLite](https://www.nuget.org/packages/System.Data.SQLite.Core/) 1.0.115.5<br>with [MiniProfiler](https://www.nuget.org/packages/MiniProfiler.Shared/) 4.2.22 (core)<br>[MiniProfiler](https://www.nuget.org/packages/MiniProfiler/) 3.2.0.157 (netfx)<br>with mappings to underlying provider|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
|SQLite [3.37.0](https://www.sqlite.org/draft/releaselog/current.html)<br>[System.Data.SQLite](https://www.nuget.org/packages/System.Data.SQLite.Core/) 1.0.115.5<br>with [MiniProfiler](https://www.nuget.org/packages/MiniProfiler.Shared/) 4.2.22<br>without mappings to underlying provider|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
|SQLite [3.37.0](https://www.sqlite.org/draft/releaselog/current.html)<br>[System.Data.SQLite](https://www.nuget.org/packages/System.Data.SQLite.Core/) 1.0.115.5<br>with [MiniProfiler](https://www.nuget.org/packages/MiniProfiler.Shared/) 4.2.22<br>with mappings to underlying provider|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
|Access<sup>[3](#notes)</sup><br>Jet 4.0 OLE DB|:heavy_check_mark:|:x:|:heavy_minus_sign:|:heavy_minus_sign:|
|Access<sup>[3](#notes)</sup><br>ACE 12 OLE DB|:heavy_check_mark:|:heavy_check_mark:|:heavy_minus_sign:|:heavy_minus_sign:|
|Access<br>MDB ODBC|:heavy_check_mark:|:x:|:heavy_minus_sign:|:heavy_minus_sign:|
Expand All @@ -97,14 +95,14 @@ Legend:
|MySQL 8<br>[MySql.Data](https://www.nuget.org/packages/MySql.Data/) 8.0.28|:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|MySQL 8<br>[MySqlConnector](https://www.nuget.org/packages/MySqlConnector/) 0.69.10/1.3.14/2.1.7|:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|MariaDB 10<br>[MySql.Data](https://www.nuget.org/packages/MySql.Data/) 8.0.28|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
|PostgreSQL 9.2<br>[Npgsql](https://www.nuget.org/packages/Npgsql/) 4.1.10 (netfx) / 5.0.12 (core2.1) / 6.0.3 (core3.1+)|:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|PostgreSQL 9.3<br>[Npgsql](https://www.nuget.org/packages/Npgsql/) 4.1.10 (netfx) / 5.0.12 (core2.1) / 6.0.3 (core3.1+)|:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|PostgreSQL 9.5<br>[Npgsql](https://www.nuget.org/packages/Npgsql/) 4.1.10 (netfx) / 5.0.12 (core2.1) / 6.0.3 (core3.1+)|:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|PostgreSQL 10<br>[Npgsql](https://www.nuget.org/packages/Npgsql/) 4.1.10 (netfx) / 5.0.12 (core2.1) / 6.0.3 (core3.1+)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
|PostgreSQL 11<br>[Npgsql](https://www.nuget.org/packages/Npgsql/) 4.1.10 (netfx) / 5.0.12 (core2.1) / 6.0.3 (core3.1+)|:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|PostgreSQL 12<br>[Npgsql](https://www.nuget.org/packages/Npgsql/) 4.1.10 (netfx) / 5.0.12 (core2.1) / 6.0.3 (core3.1+)|:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|PostgreSQL 13<br>[Npgsql](https://www.nuget.org/packages/Npgsql/) 4.1.10 (netfx) / 5.0.12 (core2.1) / 6.0.3 (core3.1+)|:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|PostgreSQL 14<br>[Npgsql](https://www.nuget.org/packages/Npgsql/) 4.1.10 (netfx) / 5.0.12 (core2.1) / 6.0.3 (core3.1+)|:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|PostgreSQL 9.2<br>[Npgsql](https://www.nuget.org/packages/Npgsql/) 6.0.3 |:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|PostgreSQL 9.3<br>[Npgsql](https://www.nuget.org/packages/Npgsql/) 6.0.3 |:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|PostgreSQL 9.5<br>[Npgsql](https://www.nuget.org/packages/Npgsql/) 6.0.3 |:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|PostgreSQL 10<br>[Npgsql](https://www.nuget.org/packages/Npgsql/) 6.0.3 |:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
|PostgreSQL 11<br>[Npgsql](https://www.nuget.org/packages/Npgsql/) 6.0.3 |:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|PostgreSQL 12<br>[Npgsql](https://www.nuget.org/packages/Npgsql/) 6.0.3 |:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|PostgreSQL 13<br>[Npgsql](https://www.nuget.org/packages/Npgsql/) 6.0.3 |:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|PostgreSQL 14<br>[Npgsql](https://www.nuget.org/packages/Npgsql/) 6.0.3 |:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|DB2 LUW 11.5.0.0a<br>[IBM.Data.DB2](https://www.nuget.org/packages/IBM.Data.DB.Provider/) 11.5.5010.4 (netfx)<br>[IBM.Data.DB2.Core](https://www.nuget.org/packages/IBM.Data.DB2.Core/) 2.2.0.100 ([osx](https://www.nuget.org/packages/IBM.Data.DB2.Core-osx/) 2.0.0.100, [lin](https://www.nuget.org/packages/IBM.Data.DB2.Core-lnx/) 2.2.0.100) (core)|:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|Informix 12.10.FC12W1DE<br>IBM.Data.Informix (SQLI) 4.0.410.10|:x:|:heavy_minus_sign:|:heavy_minus_sign:|:heavy_minus_sign:|
|Informix 14.10<br>IBM.Data.Informix (SQLI) 4.0.410.10|:x:|:heavy_minus_sign:|:heavy_minus_sign:|:heavy_minus_sign:|
Expand All @@ -117,19 +115,19 @@ Legend:
|SAP/Sybase ASE 16.2<br>[AdoNetCore.AseClient](https://www.nuget.org/packages/AdoNetCore.AseClient/) 0.19.2|:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|SAP/Sybase ASE 16.2<br>Native Client|:x:|:x:|:x:|:x:|
|Oracle 11g XE<br>Native Client 4.122.19.1 |:x:|:heavy_minus_sign:|:heavy_minus_sign:|:heavy_minus_sign:|
|Oracle 11g XE<br>[Oracle.ManagedDataAccess](https://www.nuget.org/packages/Oracle.ManagedDataAccess/) 21.5.0 (netfx)<br>[Oracle.ManagedDataAccess.Core](https://www.nuget.org/packages/Oracle.ManagedDataAccess.Core/) 2.19.140/3.21.50 (core)|:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|Oracle 11g XE<br>[Oracle.ManagedDataAccess](https://www.nuget.org/packages/Oracle.ManagedDataAccess/) 21.5.0 (netfx)<br>[Oracle.ManagedDataAccess.Core](https://www.nuget.org/packages/Oracle.ManagedDataAccess.Core/) 3.21.50 (core)|:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|Oracle 12c<br>Native Client|:x:|:heavy_minus_sign:|:heavy_minus_sign:|:heavy_minus_sign:|
|Oracle 12c<br>[Oracle.ManagedDataAccess](https://www.nuget.org/packages/Oracle.ManagedDataAccess/) 21.5.0 (netfx)<br>[Oracle.ManagedDataAccess.Core](https://www.nuget.org/packages/Oracle.ManagedDataAccess.Core/) 2.19.140/3.21.50 (core)|:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|Oracle 12c<br>[Oracle.ManagedDataAccess](https://www.nuget.org/packages/Oracle.ManagedDataAccess/) 21.5.0 (netfx)<br>[Oracle.ManagedDataAccess.Core](https://www.nuget.org/packages/Oracle.ManagedDataAccess.Core/) 3.21.50 (core)|:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|Oracle 18c XE<br>Native Client|:x:|:heavy_minus_sign:|:heavy_minus_sign:|:heavy_minus_sign:|
|Oracle 18c XE<br>[Oracle.ManagedDataAccess](https://www.nuget.org/packages/Oracle.ManagedDataAccess/) 21.5.0 (netfx)<br>[Oracle.ManagedDataAccess.Core](https://www.nuget.org/packages/Oracle.ManagedDataAccess.Core/) 2.19.140/3.21.50 (core)|:x:|:x:|:x:|:x:|
|Oracle 18c XE<br>[Oracle.ManagedDataAccess](https://www.nuget.org/packages/Oracle.ManagedDataAccess/) 21.5.0 (netfx)<br>[Oracle.ManagedDataAccess.Core](https://www.nuget.org/packages/Oracle.ManagedDataAccess.Core/) 3.21.50 (core)|:x:|:x:|:x:|:x:|
|Firebird 2.1<br>[FirebirdSql.Data.FirebirdClient](https://www.nuget.org/packages/FirebirdSql.Data.FirebirdClient/) 8.5.4|:x:|:x:|:x:|:x:|
|Firebird 2.5<br>[FirebirdSql.Data.FirebirdClient](https://www.nuget.org/packages/FirebirdSql.Data.FirebirdClient/) 8.5.4|:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|Firebird 3.0<br>[FirebirdSql.Data.FirebirdClient](https://www.nuget.org/packages/FirebirdSql.Data.FirebirdClient/) 8.5.4|:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|Firebird 4.0 (RC1)<br>[FirebirdSql.Data.FirebirdClient](https://www.nuget.org/packages/FirebirdSql.Data.FirebirdClient/) 8.5.4|:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
|Firebird 4.0<br>[FirebirdSql.Data.FirebirdClient](https://www.nuget.org/packages/FirebirdSql.Data.FirebirdClient/) 8.5.4|:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|

###### Notes:
1. `TestNoopProvider` is a fake test provider to perform tests without database dependencies
2. `1.1.1` is the last version of `Microsoft.Data.SQLite`, that supports .NET Framework, so we use it for `net4.7.2` test configuration and recent version for `netcore`
2. ~removed~
3. needs System.Data.OleDb 4.7.1+ for .Net Core support (contains critical [issue](https://github.com/dotnet/runtime/issues/36954) that could crash application, so ODBC provider is recommended for .net core)
4. for SQL CE right now we don't run .net core tests
5. Northwind FTS SQL Server tests not enabled yet, as we need SQL Server images with full-text search included
Expand All @@ -144,7 +142,7 @@ Legend:
|`ProviderName.DB2zOS`|not used||
|`ProviderName.Firebird`|Firebird 2.5|Should be used for latest version of FB and this one replaced with `Firebird25`|
|`TestProvName.Firebird3`|Firebird 3.0||
|`TestProvName.Firebird4`|Firebird 4.0 (RC1)||
|`TestProvName.Firebird4`|Firebird 4.0||
|`ProviderName.Informix`|Informix 12 (IDS or SQLI using IBM.Data.Informix)| TODO: move to v14|
|`ProviderName.InformixDB2`|Informix 12 (IDS using IBM.Data.DB2)| TODO: move to v14|
|`TestProvName.SqlAzure`|Azure Sql||
Expand Down
16 changes: 0 additions & 16 deletions Build/Azure/netcoreapp21/access.ace.json

This file was deleted.

8 changes: 0 additions & 8 deletions Build/Azure/netcoreapp21/access.json

This file was deleted.

15 changes: 0 additions & 15 deletions Build/Azure/netcoreapp21/access.odbc.ace.json

This file was deleted.

15 changes: 0 additions & 15 deletions Build/Azure/netcoreapp21/access.odbc.mdb.json

This file was deleted.

7 changes: 0 additions & 7 deletions Build/Azure/netcoreapp21/db2.json

This file was deleted.

8 changes: 0 additions & 8 deletions Build/Azure/netcoreapp21/firebird25.json

This file was deleted.

7 changes: 0 additions & 7 deletions Build/Azure/netcoreapp21/firebird3.json

This file was deleted.

7 changes: 0 additions & 7 deletions Build/Azure/netcoreapp21/firebird4.json

This file was deleted.

1 change: 0 additions & 1 deletion Build/Azure/netcoreapp21/hana2.json

This file was deleted.

7 changes: 0 additions & 7 deletions Build/Azure/netcoreapp21/informix.json

This file was deleted.

8 changes: 0 additions & 8 deletions Build/Azure/netcoreapp21/mariadb.json

This file was deleted.

14 changes: 0 additions & 14 deletions Build/Azure/netcoreapp21/mariadb.win.json

This file was deleted.

9 changes: 0 additions & 9 deletions Build/Azure/netcoreapp21/mysql.json

This file was deleted.

8 changes: 0 additions & 8 deletions Build/Azure/netcoreapp21/mysql55.json

This file was deleted.

7 changes: 0 additions & 7 deletions Build/Azure/netcoreapp21/oracle11.json

This file was deleted.

7 changes: 0 additions & 7 deletions Build/Azure/netcoreapp21/oracle12.json

This file was deleted.

8 changes: 0 additions & 8 deletions Build/Azure/netcoreapp21/pgsql.json

This file was deleted.

8 changes: 0 additions & 8 deletions Build/Azure/netcoreapp21/pgsql10.json

This file was deleted.

8 changes: 0 additions & 8 deletions Build/Azure/netcoreapp21/pgsql11.json

This file was deleted.

8 changes: 0 additions & 8 deletions Build/Azure/netcoreapp21/pgsql12.json

This file was deleted.

8 changes: 0 additions & 8 deletions Build/Azure/netcoreapp21/pgsql13.json

This file was deleted.

8 changes: 0 additions & 8 deletions Build/Azure/netcoreapp21/pgsql14.json

This file was deleted.

8 changes: 0 additions & 8 deletions Build/Azure/netcoreapp21/pgsql92.json

This file was deleted.

8 changes: 0 additions & 8 deletions Build/Azure/netcoreapp21/pgsql93.json

This file was deleted.

8 changes: 0 additions & 8 deletions Build/Azure/netcoreapp21/pgsql95.json

This file was deleted.

8 changes: 0 additions & 8 deletions Build/Azure/netcoreapp21/sqlce.json

This file was deleted.

13 changes: 0 additions & 13 deletions Build/Azure/netcoreapp21/sqlite.json

This file was deleted.

9 changes: 0 additions & 9 deletions Build/Azure/netcoreapp21/sqlite.ms.json

This file was deleted.

10 changes: 0 additions & 10 deletions Build/Azure/netcoreapp21/sqlserver.2005.json

This file was deleted.

20 changes: 0 additions & 20 deletions Build/Azure/netcoreapp21/sqlserver.2005.ms.json

This file was deleted.