Explorar o código

upgrade ref of Vit.Linq

Lith hai 11 meses
pai
achega
e04100c013
Modificáronse 2 ficheiros con 2 adicións e 5 borrados
  1. 1 1
      README.md
  2. 1 4
      src/Vitorm/Vitorm.csproj

+ 1 - 1
README.md

@@ -18,7 +18,7 @@ Vitorm: an simple orm by Vit.Linq
 | MySql         |   √   | [MySql](src/develop/src/Vitorm.MySql)             |  [Vitorm.MySql](https://www.nuget.org/packages/Vitorm.MySql)   |
 | SqlServer     |   √   | [SqlServer](src/develop/src/Vitorm.SqlServer)     |  [Vitorm.SqlServer](https://www.nuget.org/packages/Vitorm.SqlServer)   |
 | Sqlite        |   √   | [Sqlite](src/develop/src/Vitorm.Sqlite)           |  [Vitorm.Sqlite](https://www.nuget.org/packages/Vitorm.Sqlite)   |
-| ElasticSearch |   √   | [ElasticSearch](https://github.com/VitormLib/Vitorm.ElasticSearch)     |  [Vitorm.MySql](https://www.nuget.org/packages/Vitorm.ElasticSearch.MySql)   |
+| ElasticSearch |   √   | [ElasticSearch](https://github.com/VitormLib/Vitorm.ElasticSearch)     |  [Vitorm.MySql](https://www.nuget.org/packages/Vitorm.ElasticSearch)   |
 | ClickHouse    |   ×   |      |      |
 | Oracle        |   ×   |      |      |
 

+ 1 - 4
src/Vitorm/Vitorm.csproj

@@ -26,10 +26,7 @@
 
     <ItemGroup>
         <PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
-    </ItemGroup>
-
-    <ItemGroup>
-        <ProjectReference Include="..\..\..\Vit.Linq\src\Vit.Linq\Vit.Linq.csproj" />
+        <PackageReference Include="Vit.Linq" Version="2.2.22" />
     </ItemGroup>
 
 </Project>