TheAiCollectiveART commited on
Commit
5c0349f
·
verified ·
1 Parent(s): 02e8f09

Rescue unique file from 02_Cuneiform_U_Hypercube/src/csharp/tmp_cs/bin/Debug/net8.0/tmp_cs.runtimeconfig.json

Browse files
02_Cuneiform_U_Hypercube_Yin/src/csharp/tmp_cs/bin/Debug/net8.0/tmp_cs.runtimeconfig.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "runtimeOptions": {
3
+ "tfm": "net8.0",
4
+ "framework": {
5
+ "name": "Microsoft.NETCore.App",
6
+ "version": "8.0.0"
7
+ },
8
+ "configProperties": {
9
+ "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
10
+ }
11
+ }
12
+ }