mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
* Support trunk and execution for .NET * Adjust compilers order * Support stdin * Update samples
20 lines
702 B
INI
20 lines
702 B
INI
compilers=dotnet6vb:dotnet7vb
|
|
supportsBinary=true
|
|
needsMulti=false
|
|
compilerType=vb
|
|
defaultCompiler=dotnet7vb
|
|
|
|
compiler.dotnet6vb.exe=/opt/compiler-explorer/dotnet-v6.0.11/.dotnet/dotnet
|
|
compiler.dotnet6vb.name=.NET 6.0.403
|
|
compiler.dotnet6vb.clrDir=/opt/compiler-explorer/dotnet-v6.0.11
|
|
compiler.dotnet6vb.targetFramework=net6.0
|
|
compiler.dotnet6vb.buildConfig=Release
|
|
compiler.dotnet6vb.langVersion=latest
|
|
|
|
compiler.dotnet7vb.exe=/opt/compiler-explorer/dotnet-v7.0.0/.dotnet/dotnet
|
|
compiler.dotnet7vb.name=.NET 7.0.100
|
|
compiler.dotnet7vb.clrDir=/opt/compiler-explorer/dotnet-v7.0.0/
|
|
compiler.dotnet7vb.targetFramework=net7.0
|
|
compiler.dotnet7vb.buildConfig=Release
|
|
compiler.dotnet7vb.langVersion=latest
|