Se traslada fuentes de tfs a git
This commit is contained in:
30
tsEFCore8.vbproj
Normal file
30
tsEFCore8.vbproj
Normal 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>
|
||||
Reference in New Issue
Block a user