|
13 | 13 | <ItemGroup>
|
14 | 14 | <PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
|
15 | 15 | <PackageReference Include="Npgsql" Version="3.2.6" />
|
| 16 | + <PackageReference Include="Microsoft.Extensions.Primitives" Version="2.0.0" /> |
16 | 17 |
|
17 | 18 | <PackageReference Include="ServiceStack" Version="5.0.3" />
|
18 | 19 | <PackageReference Include="ServiceStack.Server" Version="5.0.3" />
|
19 | 20 | <PackageReference Include="ServiceStack.Admin" Version="5.0.3" />
|
20 | 21 | <PackageReference Include="ServiceStack.Api.OpenApi" Version="5.0.3" />
|
21 | 22 | <PackageReference Include="ServiceStack.OrmLite.PostgreSQL" Version="5.0.3" />
|
| 23 | + |
| 24 | + <!-- <Reference Include="ServiceStack.Text"> |
| 25 | + <HintPath>..\..\..\..\ServiceStack.Text\src\ServiceStack.Text\bin\Debug\netstandard2.0\ServiceStack.Text.dll</HintPath> |
| 26 | + </Reference> |
| 27 | + <Reference Include="ServiceStack.Interfaces"> |
| 28 | + <HintPath>..\..\..\..\ServiceStack\src\ServiceStack.Interfaces\bin\Debug\netstandard2.0\ServiceStack.Interfaces.dll</HintPath> |
| 29 | + </Reference> |
| 30 | + <Reference Include="ServiceStack.Client"> |
| 31 | + <HintPath>..\..\..\..\ServiceStack\src\ServiceStack.Client\bin\Debug\netstandard2.0\ServiceStack.Client.dll</HintPath> |
| 32 | + </Reference> |
| 33 | + <Reference Include="ServiceStack.Common"> |
| 34 | + <HintPath>..\..\..\..\ServiceStack\src\ServiceStack.Common\bin\Debug\netstandard2.0\ServiceStack.Common.dll</HintPath> |
| 35 | + </Reference> |
| 36 | + <Reference Include="ServiceStack"> |
| 37 | + <HintPath>..\..\..\..\ServiceStack\src\ServiceStack\bin\Debug\netstandard2.0\ServiceStack.dll</HintPath> |
| 38 | + </Reference> |
| 39 | + <Reference Include="ServiceStack.Server"> |
| 40 | + <HintPath>..\..\..\..\ServiceStack\src\ServiceStack.Server\bin\Debug\netstandard2.0\ServiceStack.Server.dll</HintPath> |
| 41 | + </Reference> |
| 42 | + <Reference Include="ServiceStack.Redis"> |
| 43 | + <HintPath>..\..\..\..\ServiceStack.Redis\src\ServiceStack.Redis\bin\Debug\netstandard2.0\ServiceStack.Redis.dll</HintPath> |
| 44 | + </Reference> |
| 45 | + <Reference Include="ServiceStack.OrmLite"> |
| 46 | + <HintPath>..\..\..\..\ServiceStack.OrmLite\src\ServiceStack.OrmLite\bin\Debug\netstandard2.0\ServiceStack.OrmLite.dll</HintPath> |
| 47 | + </Reference> |
| 48 | + <Reference Include="ServiceStack.OrmLite.PostgreSQL"> |
| 49 | + <HintPath>..\..\..\..\ServiceStack.OrmLite\src\ServiceStack.OrmLite.PostgreSQL\bin\Debug\netstandard2.0\ServiceStack.OrmLite.PostgreSQL.dll</HintPath> |
| 50 | + </Reference> |
| 51 | + <Reference Include="ServiceStack.Api.OpenApi"> |
| 52 | + <HintPath>..\..\..\..\ServiceStack\src\ServiceStack.Api.OpenApi\bin\Debug\netstandard2.0\ServiceStack.Api.OpenApi.dll</HintPath> |
| 53 | + </Reference> |
| 54 | + <Reference Include="ServiceStack.Admin"> |
| 55 | + <HintPath>..\..\..\..\Admin\src\ServiceStack.Admin\bin\Debug\netstandard2.0\ServiceStack.Admin.dll</HintPath> |
| 56 | + </Reference> --> |
| 57 | + |
22 | 58 | </ItemGroup>
|
23 | 59 |
|
24 | 60 | <ItemGroup>
|
|
29 | 65 | <ItemGroup>
|
30 | 66 | <DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="2.0.0" />
|
31 | 67 | </ItemGroup>
|
32 |
| - |
| 68 | + |
33 | 69 | <Target Name="OnFirstUse" BeforeTargets="Build" Condition=" !Exists('wwwroot\dist') ">
|
34 | 70 | <Exec Command="node --version" ContinueOnError="true"><Output TaskParameter="ExitCode" PropertyName="ErrorCode" /></Exec>
|
35 | 71 | <Error Condition="'$(ErrorCode)' != '0'" Text="Node.js is required to build and run this project. To continue, please install Node.js from https://nodejs.org/, and then restart your command prompt or IDE." />
|
|
0 commit comments