diff options
Diffstat (limited to 'etc/config/csharp.defaults.properties')
-rw-r--r-- | etc/config/csharp.defaults.properties | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/etc/config/csharp.defaults.properties b/etc/config/csharp.defaults.properties deleted file mode 100644 index b95857689..000000000 --- a/etc/config/csharp.defaults.properties +++ /dev/null @@ -1,51 +0,0 @@ -compilers=&csharp -supportsBinary=true -needsMulti=false -compilerType=csharp -defaultCompiler=dotnet707csharp - -group.csharp.compilers=dotnettrunkcsharp:dotnet707csharp:dotnet703csharp:dotnet701csharp:dotnet6018csharp:dotnet6014csharp:dotnet6011csharp - -compiler.dotnet6011csharp.exe=/opt/compiler-explorer/dotnet-v6.0.11/.dotnet/dotnet -compiler.dotnet6011csharp.name=.NET 6.0.110 -compiler.dotnet6011csharp.clrDir=/opt/compiler-explorer/dotnet-v6.0.11 -compiler.dotnet6011csharp.buildConfig=Release -compiler.dotnet6011csharp.langVersion=latest - -compiler.dotnet6014csharp.exe=/opt/compiler-explorer/dotnet-v6.0.14/.dotnet/dotnet -compiler.dotnet6014csharp.name=.NET 6.0.113 -compiler.dotnet6014csharp.clrDir=/opt/compiler-explorer/dotnet-v6.0.14 -compiler.dotnet6014csharp.buildConfig=Release -compiler.dotnet6014csharp.langVersion=latest - -compiler.dotnet6018csharp.exe=/opt/compiler-explorer/dotnet-v6.0.18/.dotnet/dotnet -compiler.dotnet6018csharp.name=.NET 6.0.116 -compiler.dotnet6018csharp.clrDir=/opt/compiler-explorer/dotnet-v6.0.18 -compiler.dotnet6018csharp.buildConfig=Release -compiler.dotnet6018csharp.langVersion=latest - -compiler.dotnet701csharp.exe=/opt/compiler-explorer/dotnet-v7.0.1/.dotnet/dotnet -compiler.dotnet701csharp.name=.NET 7.0.100 -compiler.dotnet701csharp.clrDir=/opt/compiler-explorer/dotnet-v7.0.1 -compiler.dotnet701csharp.buildConfig=Release -compiler.dotnet701csharp.langVersion=latest -compiler.dotnet701csharp.alias=dotnet700csharp - -compiler.dotnet703csharp.exe=/opt/compiler-explorer/dotnet-v7.0.3/.dotnet/dotnet -compiler.dotnet703csharp.name=.NET 7.0.102 -compiler.dotnet703csharp.clrDir=/opt/compiler-explorer/dotnet-v7.0.3 -compiler.dotnet703csharp.buildConfig=Release -compiler.dotnet703csharp.langVersion=latest - -compiler.dotnet707csharp.exe=/opt/compiler-explorer/dotnet-v7.0.7/.dotnet/dotnet -compiler.dotnet707csharp.name=.NET 7.0.105 -compiler.dotnet707csharp.clrDir=/opt/compiler-explorer/dotnet-v7.0.7 -compiler.dotnet707csharp.buildConfig=Release -compiler.dotnet707csharp.langVersion=latest -compiler.dotnet707csharp.alias=dotnet700csharp - -compiler.dotnettrunkcsharp.exe=/opt/compiler-explorer/dotnet-trunk/.dotnet/dotnet -compiler.dotnettrunkcsharp.name=.NET (main) -compiler.dotnettrunkcsharp.clrDir=/opt/compiler-explorer/dotnet-trunk -compiler.dotnettrunkcsharp.buildConfig=Release -compiler.dotnettrunkcsharp.langVersion=preview |