Files
compiler-explorer/etc/config/csharp.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
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