Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo in the 'testef6' project file for .NET Standard. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | netStandard21 |
Files: | files | file ages | folders |
SHA1: |
e1d87429dcb9af4ead4d33890996dbe1 |
User & Date: | mistachkin 2019-10-09 20:04:34.494 |
Context
2019-10-09
| ||
20:32 | Backout part of the change from the previous check-in (the OutputPath actually needs to be changed in the testef6 project). check-in: 7a1f4c2a05 user: mistachkin tags: netStandard21 | |
20:04 | Fix typo in the 'testef6' project file for .NET Standard. check-in: e1d87429dc user: mistachkin tags: netStandard21 | |
03:38 | Adjust expected results for test 'tkt-c010fa6584-1.1' to account for floating point differences between runtimes. check-in: 8748c7e73a user: mistachkin tags: netStandard21 | |
Changes
Changes to testlinq/testef6.NetStandard21.csproj.
︙ | ︙ | |||
123 124 125 126 127 128 129 | ****************************************************************************** ** Import Project Build Targets ** ****************************************************************************** --> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.targets" /> | < < < < < < < < < < < | 123 124 125 126 127 128 129 130 131 132 133 134 135 136 | ****************************************************************************** ** Import Project Build Targets ** ****************************************************************************** --> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.targets" /> <!-- ****************************************************************************** ** Project Configuration Specific Properties ** ****************************************************************************** --> <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
︙ | ︙ |