elsa-core/src/scripting/Elsa.Scripting.JavaScript
Yopi Cahya 4933a2e81e
Upgrade all projects to .NET6.0 (#2616)
* Upgrade all projects to .NET6.0

* Add compatibility NET5.0

* Add compatibility NET Core 3.1

* Update appveyor.yml

* Update packages

* Update src/activities/Elsa.Activities.Http/Elsa.Activities.Http.csproj

Remove common Authorization package

* Update src/activities/Elsa.Activities.Http/Elsa.Activities.Http.csproj

reimplement fix for #1568

* reimplement fix for #1611

* add missing .netcoreapp3.1 references to persistence packages

* fix Jint reference

* change samples and tests to target .NET 6

* cleanup multi-targeting conditions in samples/tests

* revert Elsa and Elsa.Temporal.Common to .netstandard2.1 only

* Update docker files to use net6.0 SDK

* Fix docker poor performance on arm64

* Update Elsa.sln

* Update Elsa.Activities.RabbitMq.csproj

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
Co-authored-by: Mohamed Ali <antivirus.cs@gmail.com>
2021-12-26 22:31:35 +01:00
..
Activities/RunJavaScript Fix intellisense context 2021-11-25 12:31:34 +01:00
Converters Implement support for HTTP file download for SendHttpRequest and WriteHttpResponse 2021-06-16 08:57:19 +02:00
Events Fix intellisense context 2021-11-25 12:31:34 +01:00
Extensions Add intellisense support for dynamic HttpEndpoint output 2021-11-25 22:32:33 +01:00
Handlers Add getActivityId JS function 2021-12-10 15:56:32 +01:00
Messages Merge branch 'develop' into feature/elsa-2.0 2020-01-16 21:23:45 +01:00
Models Fix JS intellisense 2021-11-25 16:29:26 +01:00
Options Add javascript option to disable config access 2021-08-07 18:56:13 +02:00
Providers Use strongly-typed arrays for typescript definitions 2021-12-14 14:10:35 +01:00
Services Fix intellisense context 2021-11-25 12:31:34 +01:00
Typings Use strongly-typed arrays for typescript definitions 2021-12-14 14:10:35 +01:00
Elsa.Scripting.JavaScript.csproj Upgrade all projects to .NET6.0 (#2616) 2021-12-26 22:31:35 +01:00
FodyWeavers.xml Enhance project structure (#524) 2020-12-16 10:31:02 +01:00
FodyWeavers.xsd Enhance project structure (#524) 2020-12-16 10:31:02 +01:00
IsExternalInit.cs Increase javascript intellisense coverage 2021-05-30 12:51:58 +02:00
Startup.cs Implement infinite loop detection and handling 2021-09-01 19:06:07 +02:00