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