Se traslada fuentes de tfs a git

This commit is contained in:
2025-05-30 11:57:16 +02:00
commit b17f1de381
7 changed files with 680 additions and 0 deletions

30
tsEFCore8.vbproj Normal file
View File

@@ -0,0 +1,30 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Label="Globals">
<SccProjectName>SAK</SccProjectName>
<SccProvider>SAK</SccProvider>
<SccAuxPath>SAK</SccAuxPath>
<SccLocalPath>SAK</SccLocalPath>
</PropertyGroup>
<PropertyGroup>
<OutputType>Library</OutputType>
<RootNamespace>tsEFCore8</RootNamespace>
<TargetFramework>net8.0</TargetFramework>
<PackageId>tsEFCore8</PackageId>
<PackageTags>net8.0, libreria</PackageTags>
<Version>1.0.2</Version>
<Authors>Pedro</Authors>
<Company>Tecnosis S.A</Company>
<Description>Utilidades Entity Framework compatibles con EF Core 8.</Description>
<PackageReleaseNotes>
- Se traslada fuentes de tfs a git
</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.14" />
<PackageReference Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="8.4.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.14" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>