-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
26c866b
commit a7d9229
Showing
4 changed files
with
210 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<Description>Core Data library for Entity Framework</Description> | ||
<AssemblyTitle>eQuantic.Core.Data.EntityFramework</AssemblyTitle> | ||
<Version>6.0.0.0</Version> | ||
<Authors>eQuantic Systems</Authors> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<AssemblyName>eQuantic.Core.Data.EntityFramework</AssemblyName> | ||
<PackageId>eQuantic.Core.Data.EntityFramework</PackageId> | ||
<PackageTags>eQuantic;Core;Data;Library;Repository;Pattern</PackageTags> | ||
<PackageReleaseNotes>Entity ignorant persistance with Repository Pattern for Entity Framework</PackageReleaseNotes> | ||
|
||
<PackageProjectUrl>https://github.com/eQuantic/core-data-entityframework</PackageProjectUrl> | ||
<PackageOutputPath>../artifacts/</PackageOutputPath> | ||
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> | ||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> | ||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> | ||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild> | ||
<RepositoryUrl>https://github.com/eQuantic/core-data-entityframework</RepositoryUrl> | ||
<RepositoryType>Git</RepositoryType> | ||
<PackageLicenseFile>LICENSE</PackageLicenseFile> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<Copyright>Copyright © 2016</Copyright> | ||
<AssemblyVersion>6.0.0.0</AssemblyVersion> | ||
<FileVersion>6.0.0.0</FileVersion> | ||
<PackageIcon>Icon.png</PackageIcon> | ||
<LangVersion>latest</LangVersion> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="eQuantic.Core" Version="1.7.0" /> | ||
<PackageReference Include="eQuantic.Core.Data" Version="4.2.1" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.25" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.25"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.25" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="6.0.25" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.25"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="6.102.2.1" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="Icon.png" Pack="true" PackagePath="Icon.png" /> | ||
<None Include="Icon_details.png" Pack="true" PackagePath="Icon_details.png" /> | ||
<None Include="Icon_dialog.png" Pack="true" PackagePath="Icon_dialog.png" /> | ||
<None Include="Icon_list.png" Pack="true" PackagePath="Icon_list.png" /> | ||
<None Include="../LICENSE" Pack="true" PackagePath="" /> | ||
<None Include="../README.md" Pack="true" PackagePath="" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> | ||
<_Parameter1>$(AssemblyName).Tests</_Parameter1> | ||
</AssemblyAttribute> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<Description>Core Data library for Entity Framework</Description> | ||
<AssemblyTitle>eQuantic.Core.Data.EntityFramework</AssemblyTitle> | ||
<Version>7.0.0.0</Version> | ||
<Authors>eQuantic Systems</Authors> | ||
<TargetFramework>net7.0</TargetFramework> | ||
<AssemblyName>eQuantic.Core.Data.EntityFramework</AssemblyName> | ||
<PackageId>eQuantic.Core.Data.EntityFramework</PackageId> | ||
<PackageTags>eQuantic;Core;Data;Library;Repository;Pattern</PackageTags> | ||
<PackageReleaseNotes>Entity ignorant persistance with Repository Pattern for Entity Framework</PackageReleaseNotes> | ||
|
||
<PackageProjectUrl>https://github.com/eQuantic/core-data-entityframework</PackageProjectUrl> | ||
<PackageOutputPath>../artifacts/</PackageOutputPath> | ||
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> | ||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> | ||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> | ||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild> | ||
<RepositoryUrl>https://github.com/eQuantic/core-data-entityframework</RepositoryUrl> | ||
<RepositoryType>Git</RepositoryType> | ||
<PackageLicenseFile>LICENSE</PackageLicenseFile> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<Copyright>Copyright © 2016</Copyright> | ||
<AssemblyVersion>7.0.0.0</AssemblyVersion> | ||
<FileVersion>7.0.0.0</FileVersion> | ||
<PackageIcon>Icon.png</PackageIcon> | ||
<LangVersion>latest</LangVersion> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="eQuantic.Core" Version="1.7.0" /> | ||
<PackageReference Include="eQuantic.Core.Data" Version="4.2.1" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.14" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.14"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.14" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="7.0.14" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.14"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="7.102.2.1" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="Icon.png" Pack="true" PackagePath="Icon.png" /> | ||
<None Include="Icon_details.png" Pack="true" PackagePath="Icon_details.png" /> | ||
<None Include="Icon_dialog.png" Pack="true" PackagePath="Icon_dialog.png" /> | ||
<None Include="Icon_list.png" Pack="true" PackagePath="Icon_list.png" /> | ||
<None Include="../LICENSE" Pack="true" PackagePath="" /> | ||
<None Include="../README.md" Pack="true" PackagePath="" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> | ||
<_Parameter1>$(AssemblyName).Tests</_Parameter1> | ||
</AssemblyAttribute> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<Description>Core Data library for Entity Framework</Description> | ||
<AssemblyTitle>eQuantic.Core.Data.EntityFramework</AssemblyTitle> | ||
<Version>8.0.0.0</Version> | ||
<Authors>eQuantic Systems</Authors> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<AssemblyName>eQuantic.Core.Data.EntityFramework</AssemblyName> | ||
<PackageId>eQuantic.Core.Data.EntityFramework</PackageId> | ||
<PackageTags>eQuantic;Core;Data;Library;Repository;Pattern</PackageTags> | ||
<PackageReleaseNotes>Entity ignorant persistance with Repository Pattern for Entity Framework</PackageReleaseNotes> | ||
|
||
<PackageProjectUrl>https://github.com/eQuantic/core-data-entityframework</PackageProjectUrl> | ||
<PackageOutputPath>../artifacts/</PackageOutputPath> | ||
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> | ||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> | ||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> | ||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild> | ||
<RepositoryUrl>https://github.com/eQuantic/core-data-entityframework</RepositoryUrl> | ||
<RepositoryType>Git</RepositoryType> | ||
<PackageLicenseFile>LICENSE</PackageLicenseFile> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<Copyright>Copyright © 2016</Copyright> | ||
<AssemblyVersion>8.0.0.0</AssemblyVersion> | ||
<FileVersion>8.0.0.0</FileVersion> | ||
<PackageIcon>Icon.png</PackageIcon> | ||
<LangVersion>latest</LangVersion> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="eQuantic.Core" Version="1.7.0" /> | ||
<PackageReference Include="eQuantic.Core.Data" Version="4.2.1" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.3" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.3"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.3" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="8.0.3" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.3"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="8.102.2.1" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="Icon.png" Pack="true" PackagePath="Icon.png" /> | ||
<None Include="Icon_details.png" Pack="true" PackagePath="Icon_details.png" /> | ||
<None Include="Icon_dialog.png" Pack="true" PackagePath="Icon_dialog.png" /> | ||
<None Include="Icon_list.png" Pack="true" PackagePath="Icon_list.png" /> | ||
<None Include="../LICENSE" Pack="true" PackagePath="" /> | ||
<None Include="../README.md" Pack="true" PackagePath="" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> | ||
<_Parameter1>$(AssemblyName).Tests</_Parameter1> | ||
</AssemblyAttribute> | ||
</ItemGroup> | ||
</Project> |