Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | netStandard21 |
Files: | files | file ages | folders |
SHA1: |
156c53bbe323af06056824a3e7eb2cb2 |
User & Date: | mistachkin 2019-10-05 21:14:11.923 |
Context
2019-10-06
| ||
00:25 | Update test scripts for .NET Standard 2.1. check-in: 887d325aca user: mistachkin tags: netStandard21 | |
2019-10-05
| ||
21:14 | Fix typo. check-in: 156c53bbe3 user: mistachkin tags: netStandard21 | |
21:10 | More work in progress. check-in: 6746f67c7a user: mistachkin tags: netStandard21 | |
Changes
Changes to System.Data.SQLite.Linq/System.Data.SQLite.EF6.NetStandard21.csproj.
︙ | ︙ | |||
59 60 61 62 63 64 65 | <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <Deterministic>False</Deterministic> <EnableDefaultItems>false</EnableDefaultItems> </PropertyGroup> <!-- ****************************************************************************** | | | 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <Deterministic>False</Deterministic> <EnableDefaultItems>false</EnableDefaultItems> </PropertyGroup> <!-- ****************************************************************************** ** .NET Standard 2.1 Specific Strong Name Signing Property Overrides ** ****************************************************************************** --> <PropertyGroup> <!-- NOTE: Apparently, the .NET Core build system sets the SignAssembly property to false; therefore, reset it to true. Also, delay |
︙ | ︙ |
Changes to System.Data.SQLite/System.Data.SQLite.NetStandard20.csproj.
︙ | ︙ | |||
58 59 60 61 62 63 64 | <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <Deterministic>False</Deterministic> <EnableDefaultItems>false</EnableDefaultItems> </PropertyGroup> <!-- ****************************************************************************** | | | 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <Deterministic>False</Deterministic> <EnableDefaultItems>false</EnableDefaultItems> </PropertyGroup> <!-- ****************************************************************************** ** .NET Standard 2.0 Specific Strong Name Signing Property Overrides ** ****************************************************************************** --> <PropertyGroup> <!-- NOTE: Apparently, the .NET Core build system sets the SignAssembly property to false; therefore, reset it to true. Also, delay |
︙ | ︙ |
Changes to System.Data.SQLite/System.Data.SQLite.NetStandard21.csproj.
︙ | ︙ | |||
58 59 60 61 62 63 64 | <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <Deterministic>False</Deterministic> <EnableDefaultItems>false</EnableDefaultItems> </PropertyGroup> <!-- ****************************************************************************** | | | 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <Deterministic>False</Deterministic> <EnableDefaultItems>false</EnableDefaultItems> </PropertyGroup> <!-- ****************************************************************************** ** .NET Standard 2.1 Specific Strong Name Signing Property Overrides ** ****************************************************************************** --> <PropertyGroup> <!-- NOTE: Apparently, the .NET Core build system sets the SignAssembly property to false; therefore, reset it to true. Also, delay |
︙ | ︙ |
Changes to testlinq/testef6.NetStandard21.csproj.
︙ | ︙ | |||
59 60 61 62 63 64 65 | <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <Deterministic>False</Deterministic> <EnableDefaultItems>false</EnableDefaultItems> </PropertyGroup> <!-- ****************************************************************************** | | | 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <Deterministic>False</Deterministic> <EnableDefaultItems>false</EnableDefaultItems> </PropertyGroup> <!-- ****************************************************************************** ** .NET Standard 2.1 Specific Strong Name Signing Property Overrides ** ****************************************************************************** --> <PropertyGroup> <!-- NOTE: Apparently, the .NET Core build system sets the SignAssembly property to false; therefore, reset it to true. Also, delay |
︙ | ︙ |