|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk.Web"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | 4 | <OutputType>Exe</OutputType> |
|
10 | 10 | </ItemGroup> |
11 | 11 |
|
12 | 12 | <ItemGroup> |
13 | | - <ProjectReference Include="..\..\..\..\lib\csharp\thrift_netstd\Thrift\Thrift.csproj" /> |
14 | | - <ProjectReference Include="..\..\..\..\..\..\..\codecompass\intjftw-build\plugins\csharp\service\src_csharp\gen-netstd\gen-netstd.csproj" /> |
15 | 13 | <ProjectReference Include="..\..\..\..\build_pgsql\plugins\csharp\service\src_csharp\gen-netstd\gen-netstd.csproj" /> |
16 | 14 | </ItemGroup> |
17 | 15 |
|
18 | 16 | <ItemGroup> |
19 | | - <PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" /> |
20 | | - <PackageReference Include="Microsoft.Build.Locator" Version="1.4.1" /> |
21 | | - <PackageReference Include="Microsoft.CodeAnalysis" Version="4.2.0" /> |
22 | | - <PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.2.0" /> |
23 | | - <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.2.0" /> |
24 | | - <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.5" /> |
25 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.5"> |
| 17 | + <PackageReference Include="Microsoft.CodeAnalysis" Version="4.14.0" /> |
| 18 | + <PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.14.0" /> |
| 19 | + <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" /> |
| 20 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.20" /> |
| 21 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.20"> |
26 | 22 | <PrivateAssets>all</PrivateAssets> |
27 | 23 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
28 | 24 | </PackageReference> |
29 | | - <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.4" /> |
30 | | - <DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="2.0.3" /> |
| 25 | + <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.11" /> |
31 | 26 | </ItemGroup> |
32 | 27 |
|
33 | 28 | </Project> |
0 commit comments