diff options
| author | ivar <i@oiee.no> | 2025-10-06 12:06:46 +0200 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-10-06 12:06:46 +0200 |
| commit | f18f3fee8844df98a30c2d248dfca04643dd4365 (patch) | |
| tree | 599c1b6a97777a84cdcd7fe8333f4718d2e55c85 /VegaData/bin/Debug/net10.0/VegaData.runtimeconfig.json | |
| download | vegadata-f18f3fee8844df98a30c2d248dfca04643dd4365.tar.xz vegadata-f18f3fee8844df98a30c2d248dfca04643dd4365.zip | |
Initial
Diffstat (limited to 'VegaData/bin/Debug/net10.0/VegaData.runtimeconfig.json')
| -rw-r--r-- | VegaData/bin/Debug/net10.0/VegaData.runtimeconfig.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/VegaData/bin/Debug/net10.0/VegaData.runtimeconfig.json b/VegaData/bin/Debug/net10.0/VegaData.runtimeconfig.json new file mode 100644 index 0000000..5319094 --- /dev/null +++ b/VegaData/bin/Debug/net10.0/VegaData.runtimeconfig.json @@ -0,0 +1,20 @@ +{ + "runtimeOptions": { + "tfm": "net10.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "10.0.0-rc.1.25451.107" + }, + { + "name": "Microsoft.AspNetCore.App", + "version": "10.0.0-rc.1.25451.107" + } + ], + "configProperties": { + "System.GC.Server": true, + "System.Reflection.NullabilityInfoContext.IsSupported": true, + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + } + } +}
\ No newline at end of file |
