DafnyRuntime nuget package should be compatible with older .NET frameworks #2481
Labels
kind: enhancement
Enhancements, feature requests, etc. These are NOT bugs, but ways we can improve Dafny
lang: c#
Dafny's C# transpiler and its runtime
part: runtime
Happens in Dafny's runtime (Add a `lang` tag if relevant)
We've ended up requiring net6.0 by default, but the actual code is known to work with older frameworks: it is inlined when compiling if
/useRuntimeLib
is not used, and https://github.com/aws/aws-encryption-sdk-dafny builds this way, for example, and supports .NET/.NET Core 3.1.Should just be a matter of fixing the DafnyRuntime.csproj file AFAICT, with no actual code changes.
The text was updated successfully, but these errors were encountered: