|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
2 | | - <PropertyGroup> |
3 | | - <OutputType>Exe</OutputType> |
4 | | - </PropertyGroup> |
5 | | - <ItemGroup> |
6 | | - <ProjectReference Include="..\tbClient\TbClient.csproj" /> |
7 | | - <ProjectReference Include="..\shared\tbm.Shared.csproj" /> |
8 | | - </ItemGroup> |
9 | | - <ItemGroup> |
10 | | - <PackageReference Include="AngleSharp" Version="1.4.0" /> |
11 | | - <PackageReference Include="Dapper" Version="2.1.66" /> |
12 | | - <PackageReference Include="Humanizer.Core.zh-Hans" Version="3.0.1" /> |
13 | | - <PackageReference Include="linq2db.EntityFrameworkCore" Version="9.2.0" /> |
14 | | - <PackageReference Include="LinqKit.Microsoft.EntityFrameworkCore" Version="9.0.11" /> |
15 | | - <PackageReference Include="Microsoft.Extensions.Http" Version="10.0.3" /> |
16 | | - <PackageReference Include="NSonic" Version="1.3.3" /> |
17 | | - <PackageReference Include="System.IO.Hashing" Version="10.0.3" /> |
18 | | - </ItemGroup> |
19 | | - <ItemGroup> |
20 | | - <None Update="appsettings.Development.json" CopyToOutputDirectory="PreserveNewest" CopyToPublishDirectory="Never" /> |
21 | | - <None Update="appsettings.Production.json" CopyToOutputDirectory="PreserveNewest" CopyToPublishDirectory="Never" /> |
22 | | - <None Update="appsettings.json" CopyToOutputDirectory="PreserveNewest" /> |
23 | | - <None Update="nlog.config" CopyToOutputDirectory="PreserveNewest" /> |
24 | | - </ItemGroup> |
25 | | -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + <PropertyGroup> |
| 3 | + <OutputType>Exe</OutputType> |
| 4 | + </PropertyGroup> |
| 5 | + <ItemGroup> |
| 6 | + <ProjectReference Include="..\tbClient\TbClient.csproj" /> |
| 7 | + <ProjectReference Include="..\shared\tbm.Shared.csproj" /> |
| 8 | + </ItemGroup> |
| 9 | + <ItemGroup> |
| 10 | + <PackageReference Include="AngleSharp" Version="1.5.0" /> |
| 11 | + <PackageReference Include="Dapper" Version="2.1.66" /> |
| 12 | + <PackageReference Include="Humanizer.Core.zh-Hans" Version="3.0.1" /> |
| 13 | + <PackageReference Include="linq2db.EntityFrameworkCore" Version="9.2.0" /> |
| 14 | + <PackageReference Include="LinqKit.Microsoft.EntityFrameworkCore" Version="9.0.11" /> |
| 15 | + <PackageReference Include="Microsoft.Extensions.Http" Version="10.0.3" /> |
| 16 | + <PackageReference Include="NSonic" Version="1.3.3" /> |
| 17 | + <PackageReference Include="System.IO.Hashing" Version="10.0.3" /> |
| 18 | + </ItemGroup> |
| 19 | + <ItemGroup> |
| 20 | + <None Update="appsettings.Development.json" CopyToOutputDirectory="PreserveNewest" CopyToPublishDirectory="Never" /> |
| 21 | + <None Update="appsettings.Production.json" CopyToOutputDirectory="PreserveNewest" CopyToPublishDirectory="Never" /> |
| 22 | + <None Update="appsettings.json" CopyToOutputDirectory="PreserveNewest" /> |
| 23 | + <None Update="nlog.config" CopyToOutputDirectory="PreserveNewest" /> |
| 24 | + </ItemGroup> |
| 25 | +</Project> |
0 commit comments