Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Prepare to support an alternate Eagle binary directory targeting the .NET Core 3.0 runtime. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | netStandard21 |
Files: | files | file ages | folders |
SHA1: |
a570446a0e29a176dcd0cc783eea8089 |
User & Date: | mistachkin 2019-10-06 05:05:02.352 |
Context
2019-10-07
| ||
03:07 | Update some tests. check-in: db37d8cc30 user: mistachkin tags: netStandard21 | |
2019-10-06
| ||
05:05 | Prepare to support an alternate Eagle binary directory targeting the .NET Core 3.0 runtime. check-in: a570446a0e user: mistachkin tags: netStandard21 | |
05:01 | Minor build fixes. check-in: 23e8ca95a9 user: mistachkin tags: netStandard21 | |
Changes
Added Externals/Eagle/bin/netStandard21/EagleShell.runtimeconfig.json.
> > > > > > > > > | 1 2 3 4 5 6 7 8 9 | { "runtimeOptions": { "tfm": "netcoreapp3.0", "framework": { "name": "Microsoft.NETCore.App", "version": "3.0.0" } } } |
Changes to Setup/data/verify.lst.
︙ | ︙ | |||
1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 | Externals/Eagle/bin/netFramework40/x64/Spilornis.dll Externals/Eagle/bin/netFramework40/x86/ Externals/Eagle/bin/netFramework40/x86/Spilornis.dll Externals/Eagle/bin/netStandard20/ Externals/Eagle/bin/netStandard20/Eagle.dll Externals/Eagle/bin/netStandard20/EagleShell.dll Externals/Eagle/bin/netStandard20/EagleShell.runtimeconfig.json Externals/Eagle/lib/Eagle1.0/auxiliary.eagle Externals/Eagle/lib/Eagle1.0/compat.eagle Externals/Eagle/lib/Eagle1.0/csharp.eagle Externals/Eagle/lib/Eagle1.0/database.eagle Externals/Eagle/lib/Eagle1.0/embed.eagle Externals/Eagle/lib/Eagle1.0/exec.eagle Externals/Eagle/lib/Eagle1.0/file1.eagle | > | 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 | Externals/Eagle/bin/netFramework40/x64/Spilornis.dll Externals/Eagle/bin/netFramework40/x86/ Externals/Eagle/bin/netFramework40/x86/Spilornis.dll Externals/Eagle/bin/netStandard20/ Externals/Eagle/bin/netStandard20/Eagle.dll Externals/Eagle/bin/netStandard20/EagleShell.dll Externals/Eagle/bin/netStandard20/EagleShell.runtimeconfig.json Externals/Eagle/bin/netStandard21/EagleShell.runtimeconfig.json Externals/Eagle/lib/Eagle1.0/auxiliary.eagle Externals/Eagle/lib/Eagle1.0/compat.eagle Externals/Eagle/lib/Eagle1.0/csharp.eagle Externals/Eagle/lib/Eagle1.0/database.eagle Externals/Eagle/lib/Eagle1.0/embed.eagle Externals/Eagle/lib/Eagle1.0/exec.eagle Externals/Eagle/lib/Eagle1.0/file1.eagle |
︙ | ︙ |