|
11 | 11 | </PropertyGroup> |
12 | 12 |
|
13 | 13 | <ItemGroup> |
14 | | - <PackageReference Include="AdifLib" Version="1.6.3" /> |
15 | | - <PackageReference Include="AutoMapper" Version="12.0.1" /> |
16 | | - <PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" /> |
17 | | - <PackageReference Include="CoreMailer" Version="3.0.0" /> |
| 14 | + <PackageReference Include="AutoMapper" Version="14.0.0" /> |
18 | 15 | <PackageReference Include="elmahcore" Version="2.1.2" /> |
19 | | - <PackageReference Include="Microsoft.AspNetCore.SpaProxy" Version="9.0.4" /> |
20 | | - <PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.4" /> |
21 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.4" /> |
22 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.4"> |
| 16 | + <PackageReference Include="Microsoft.AspNetCore.SpaProxy" Version="8.0.16" /> |
| 17 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.16" /> |
| 18 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.16" /> |
| 19 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.16"> |
23 | 20 | <PrivateAssets>all</PrivateAssets> |
24 | 21 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
25 | 22 | </PackageReference> |
|
37 | 34 |
|
38 | 35 | <ItemGroup> |
39 | 36 | <None Remove="App_Data\QSOs.db" /> |
40 | | - <None Remove="ClientApp\src\app\nav-menu\nav-menu.component.spec.ts" /> |
41 | 37 | <None Remove="resources\diploma.html" /> |
42 | 38 | <None Remove="Shared\AddEvent.html" /> |
43 | 39 | <None Remove="Shared\ValidateEmail.html" /> |
|
80 | 76 | </ItemGroup> |
81 | 77 |
|
82 | 78 | <ItemGroup> |
83 | | - <TypeScriptCompile Include="ClientApp\src\app\nav-menu\nav-menu.component.spec.ts" /> |
| 79 | + <ProjectReference Include="..\AdifLib\AdifLib\AdifLib.csproj" /> |
| 80 | + <ProjectReference Include="..\CoreMailer\CoreMailer\CoreMailer.csproj" /> |
84 | 81 | </ItemGroup> |
85 | 82 |
|
| 83 | + |
| 84 | + |
86 | 85 | <Target Name="DebugEnsureNodeEnv" BeforeTargets="Build" Condition=" '$(Configuration)' == 'Debug' And !Exists('$(SpaRoot)node_modules') "> |
87 | 86 | <!-- Ensure Node.js is installed --> |
88 | 87 | <Exec Command="node --version" ContinueOnError="true"> |
|
108 | 107 | </ResolvedFileToPublish> |
109 | 108 | </ItemGroup> |
110 | 109 | </Target> |
| 110 | + |
| 111 | + <ProjectExtensions><VisualStudio><UserProperties clientapp_4package_1json__JsonSchema="" /></VisualStudio></ProjectExtensions> |
111 | 112 | </Project> |
0 commit comments