Skip to content

Commit a992a0d

Browse files
committed
Update nuget packages content
- add buildMultitargeting - remove buildTransitive/netcoreapp3.1 and add net5.0, net6.0 - update readme files
1 parent 0a87a0b commit a992a0d

File tree

7 files changed

+43
-4
lines changed

7 files changed

+43
-4
lines changed

Orm/Xtensive.Orm.Firebird/NuGetContent/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The provider is responsible for interactions with Firebird database - information about features and types the storage supports, low level communications, translation of SqlDom queries to native SQL text queries.
44

5-
For now it supports Firebird 2.5.
5+
For now it supports Firebird 2.5, 4.0.
66

77
### Usage
88

Orm/Xtensive.Orm.MySql/NuGetContent/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The provider is responsible for interactions with MySQL database - information about features and types the storage supports, low level communications, translation of SqlDom queries to native SQL text queries.
44

5-
For now it supports MySQL 5.5, 5.6
5+
For now it supports MySQL 5.6, 5.7, 8.0.
66

77
### Usage
88

Orm/Xtensive.Orm/NuGetContent/ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Supported databases:
77
- MS Azure SQL Database
88
- Oracle 10g, 11g
99
- PostgreSQL 8.3, 8.4, 9.x, 10, 11, 12, 13, 14, 15
10-
- MySQL 5.5, 5.6
11-
- Firebird 2.5
10+
- MySQL 5.6, 5.7, 8.0
11+
- Firebird 2.5, 4.0
1212
- Sqlite 3
1313

1414
Providers for the databases are available as separate packages and may be installed following way
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<!--
4+
Copyright (C) 2011-2013 Xtensive LLC.
5+
All rights reserved.
6+
For conditions of distribution and use, see license.
7+
-->
8+
9+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
10+
11+
<Import Project="$(MSBuildThisFileDirectory)..\..\DataObjects.Net.targets" />
12+
13+
</Project>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<!--
4+
Copyright (C) 2011-2013 Xtensive LLC.
5+
All rights reserved.
6+
For conditions of distribution and use, see license.
7+
-->
8+
9+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
10+
11+
<Import Project="$(MSBuildThisFileDirectory)..\..\DataObjects.Net.targets" />
12+
13+
</Project>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<!--
4+
Copyright (C) 2011-2013 Xtensive LLC.
5+
All rights reserved.
6+
For conditions of distribution and use, see license.
7+
-->
8+
9+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
10+
11+
<Import Project="$(MSBuildThisFileDirectory)..\..\DataObjects.Net.targets" />
12+
13+
</Project>

0 commit comments

Comments
 (0)