12345678910111213141516 |
- {
- "runtimeOptions": {
- "tfm": "net7.0",
- "includedFrameworks": [
- {
- "name": "Microsoft.NETCore.App",
- "version": "7.0.13"
- }
- ],
- "configProperties": {
- "System.Globalization.Invariant": true,
- "System.Globalization.PredefinedCulturesOnly": true,
- "System.Reflection.Metadata.MetadataUpdater.IsSupported": false
- }
- }
- }
|