PTRPlus.Framework
2.0.3
dotnet add package PTRPlus.Framework --version 2.0.3
NuGet\Install-Package PTRPlus.Framework -Version 2.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PTRPlus.Framework" Version="2.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PTRPlus.Framework --version 2.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PTRPlus.Framework, 2.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PTRPlus.Framework as a Cake Addin #addin nuget:?package=PTRPlus.Framework&version=2.0.3 // Install PTRPlus.Framework as a Cake Tool #tool nuget:?package=PTRPlus.Framework&version=2.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
# Proyecto Transaccional en C#
## Descripción
Este proyecto es una aplicación transaccional desarrollada en C#. Su objetivo es gestionar transacciones financieras de manera eficiente y segura. La aplicación permite realizar operaciones como transferencias, depósitos y retiros, manteniendo un registro detallado de cada transacción.
## Características
- Gestión de cuentas de usuario
- Realización de transferencias entre cuentas
- Depósitos y retiros
- Registro de transacciones
- Seguridad y autenticación de usuarios
## Requisitos
- .NET 6.0 o superior
- SQL Server 2019 o superior
- Visual Studio 2022
## Instalación
1. Clona el repositorio:
```bash
git clone https://github.com/tu-usuario/proyecto-transaccional.git
```
2. Abre el proyecto en Visual Studio.
3. Restaura los paquetes NuGet:
```bash
dotnet restore
```
4. Configura la cadena de conexión a la base de datos en `appsettings.json`.
5. Ejecuta las migraciones para crear la base de datos:
```bash
dotnet ef database update
```
## Uso
1. Inicia la aplicación desde Visual Studio o usando el comando:
```bash
dotnet run
```
2. Accede a la interfaz web en `http://localhost:5000`.
3. Regístrate o inicia sesión para comenzar a usar la aplicación.
## Contribuciones
Las contribuciones son bienvenidas. Por favor, sigue estos pasos para contribuir:
1. Haz un fork del repositorio.
2. Crea una nueva rama (`git checkout -b feature/nueva-caracteristica`).
3. Realiza tus cambios y haz commit (`git commit -m 'Añadir nueva característica'`).
4. Sube tus cambios (`git push origin feature/nueva-caracteristica`).
5. Abre un Pull Request.
## Licencia
Este proyecto está licenciado bajo la Licencia Apache License 2.0. Consulta el archivo `LICENSE.txt` para más detalles.
## Contacto
Para cualquier consulta o sugerencia, puedes contactar a tu-email@dominio.com.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- AWSSDK.Extensions.NETCore.Setup (>= 3.7.301)
- AWSSDK.S3 (>= 3.7.307.12)
- AWSSDK.SimpleEmail (>= 3.7.401.9)
- BouncyCastle.Cryptography (>= 2.5.1)
- EntityFramework (>= 6.5.1)
- itext7 (>= 7.2.6)
- jose-jwt (>= 5.1.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.3.0)
- Microsoft.AspNetCore.Mvc.ViewFeatures (>= 2.3.0)
- Microsoft.Extensions.Caching.Memory (>= 8.0.1)
- Microsoft.Extensions.Configuration.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Configuration.FileExtensions (>= 8.0.1)
- Microsoft.Extensions.Configuration.Json (>= 8.0.1)
- Newtonsoft.Json (>= 13.0.3)
- NPOI (>= 2.7.0)
- OCI.DotNetSDK.Objectstorage (>= 105.0.0)
- PgpCore (>= 6.3.1)
- Pomelo.EntityFrameworkCore.MySql (>= 8.0.2)
- Portable.BouncyCastle (>= 1.9.0)
- ReportViewerCore.NETCore (>= 15.1.19)
- RestSharp (>= 112.0.0)
- SixLabors.ImageSharp (>= 2.1.9)
- SkiaSharp (>= 2.88.8)
- SSH.NET (>= 2024.1.0)
- System.Data.SqlClient (>= 4.8.6)
- System.Formats.Asn1 (>= 6.0.1)
- System.IdentityModel.Tokens.Jwt (>= 8.6.0)
- System.Net.Http (>= 4.3.4)
- System.ServiceModel.Http (>= 8.0.0)
- System.ServiceModel.Security (>= 6.0.0)
- Z.EntityFramework.Extensions.EFCore (>= 8.103.5)
- ZXing.Net (>= 0.16.9)
- ZXing.Net.Bindings.SkiaSharp (>= 0.16.14)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.3 | 203 | 3/6/2025 |
2.0.2-preview-1.0.0 | 74 | 2/24/2025 |