Go to file
Amir Hossein Khademi ab56bf3c20 Downgrade target frameworks and update dependencies
- Downgraded target frameworks from net9.0 to net8.0 in multiple projects.
- Updated package references to older versions across various projects.
- Added and updated using directives in several files for better dependency management.
- Modified `Student` entity to make `SectionId` nullable and updated related methods.
- Introduced new migration files to reflect schema changes in the database.
- Added new `ValidationException` and `ValidationBehavior` classes for improved validation handling.
- Updated `launchUrl` in `launchSettings.json` to include `/swagger/v1`.
- Reformatted constructor parameters in `Patient.cs` for better readability.
- Removed `Sections` property from `University.cs`.
- Changed `PatientId` and `Patient` properties in `MedicalHistory.cs` to internal.
2025-01-12 12:16:24 +03:30
.config config project and add identity 2023-10-19 21:28:09 +03:30
.vscode Add project files. 2023-10-10 17:02:38 +03:30
DocuMed.Api Downgrade target frameworks and update dependencies 2025-01-12 12:16:24 +03:30
DocuMed.Common Downgrade target frameworks and update dependencies 2025-01-12 12:16:24 +03:30
DocuMed.Core Downgrade target frameworks and update dependencies 2025-01-12 12:16:24 +03:30
DocuMed.Domain Downgrade target frameworks and update dependencies 2025-01-12 12:16:24 +03:30
DocuMed.Infrastructure Downgrade target frameworks and update dependencies 2025-01-12 12:16:24 +03:30
DocuMed.PWA Downgrade target frameworks and update dependencies 2025-01-12 12:16:24 +03:30
DocuMed.Repository Downgrade target frameworks and update dependencies 2025-01-12 12:16:24 +03:30
.dockerignore Add project files. 2023-10-10 17:02:38 +03:30
.gitattributes Add .gitattributes and .gitignore. 2023-10-10 17:02:34 +03:30
.gitignore Add .gitattributes and .gitignore. 2023-10-10 17:02:34 +03:30
.version add version 1.3.2.1 2023-11-28 14:18:00 +03:30
Dockerfile add version 0.1.0.2 2023-10-28 23:57:28 +03:30
DocuMed.sln add version 0.1.0.2 2023-10-28 23:57:28 +03:30
docker-compose.dcproj Add project files. 2023-10-10 17:02:38 +03:30
docker-compose.override.yml Add project files. 2023-10-10 17:02:38 +03:30
docker-compose.yml config project and add identity 2023-10-19 21:28:09 +03:30
launchSettings.json Add project files. 2023-10-10 17:02:38 +03:30