|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFramework>netstandard2.1</TargetFramework> |
| 4 | + <TargetFramework>net6.0</TargetFramework> |
5 | 5 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
6 | | - <Version>1.0.4.1</Version> |
| 6 | + <Version>1.1.0.0</Version> |
7 | 7 | <Company>MIXCORE CO., LTD</Company> |
8 | 8 | <Authors>Mixcore Team</Authors> |
9 | 9 | <Product>Mixcore Heart</Product> |
|
13 | 13 | <PackageIconUrl>https://avatars1.githubusercontent.com/u/41290098</PackageIconUrl> |
14 | 14 | <RepositoryUrl>https://github.com/mixcore/mix.heart</RepositoryUrl> |
15 | 15 | <PackageTags>mixcore, mixcore cms, dotnet core, asp.net core, web service framework base</PackageTags> |
16 | | - <AssemblyVersion>1.0.4.1</AssemblyVersion> |
17 | | - <FileVersion>1.0.4.1</FileVersion> |
| 16 | + <AssemblyVersion>1.1.0.0</AssemblyVersion> |
| 17 | + <FileVersion>1.1.0.0</FileVersion> |
18 | 18 | <LangVersion>latest</LangVersion> |
19 | 19 | </PropertyGroup> |
20 | 20 |
|
21 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
22 | | - <DefineConstants>DEBUG;TRACE</DefineConstants> |
23 | | - </PropertyGroup> |
24 | | - |
25 | | - <ItemGroup> |
26 | | - <Compile Remove="Infrastructure\ViewModels\CommonViewModels.cs" /> |
27 | | - </ItemGroup> |
28 | | - |
29 | 21 | <ItemGroup> |
30 | 22 | <PackageReference Include="AutoMapper" Version="10.1.1" /> |
31 | 23 | <PackageReference Include="EPPlus" Version="5.7.1" /> |
32 | | - <PackageReference Include="Microsoft.AspNetCore.Http.Features" Version="5.0.8" /> |
33 | 24 | <PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.1.0" /> |
34 | | - <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.8" /> |
35 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.8"> |
| 25 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.0" /> |
| 26 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.0"> |
36 | 27 | <PrivateAssets>all</PrivateAssets> |
37 | 28 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
38 | 29 | </PackageReference> |
39 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.8" /> |
40 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.8" /> |
41 | | - <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.2" /> |
| 30 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0" /> |
| 31 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0" /> |
| 32 | + <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" /> |
42 | 33 | <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> |
43 | | - <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="5.0.7" /> |
44 | | - <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="5.0.1" /> |
| 34 | + <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.0" /> |
| 35 | + <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="6.0.0" /> |
45 | 36 | <PackageReference Include="SixLabors.ImageSharp" Version="1.0.3" /> |
46 | 37 | <PackageReference Include="System.Net.Http" Version="4.3.4" /> |
47 | 38 | <PackageReference Include="System.Net.Requests" Version="4.3.0" /> |
48 | 39 | <PackageReference Include="System.Runtime.Loader" Version="4.3.0" /> |
49 | 40 | </ItemGroup> |
50 | | - |
51 | | - <ItemGroup> |
52 | | - <Compile Update="Helpers\MixCommonHelper.cs"> |
53 | | - <ExcludeFromSourceAnalysis>False</ExcludeFromSourceAnalysis> |
54 | | - <ExcludeFromStyleCop>False</ExcludeFromStyleCop> |
55 | | - </Compile> |
56 | | - </ItemGroup> |
57 | 41 | </Project> |
0 commit comments