Files
compiler-explorer/etc/config/vb.defaults.properties
Steve 75b9d30485 Support trunk and execution for .NET (#4351)
* Support trunk and execution for .NET
* Adjust compilers order
* Support stdin
* Update samples
2022-11-27 10:14:35 -06:00

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