- Simplified the .env.example file by removing outdated comments and consolidating environment variable descriptions. - Updated the architecture documentation to reflect the new structure and components of the .NET 10 microservice template. - Enhanced clarity in the README.md to provide a more comprehensive overview of the template's features and requirements. - Removed obsolete appsettings files to streamline the project structure and improve usability.
7 lines
124 B
JSON
7 lines
124 B
JSON
{
|
|
"sdk": {
|
|
"version": "10.0.101",
|
|
"rollForward": "latestMinor",
|
|
"allowPrerelease": false
|
|
}
|
|
} |