-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.移除对MongoDB的支持 3.HttpRequestHelper标识为已过时,请用HttpClient
- Loading branch information
1 parent
de40091
commit 6489bb9
Showing
9 changed files
with
8 additions
and
170 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,14 @@ | |
<TargetFrameworks>net6.0;net7.0;</TargetFrameworks> | ||
<Authors>victor.tzeng</Authors> | ||
<NeutralLanguage></NeutralLanguage> | ||
<Version>5.0.0.0</Version> | ||
<AssemblyVersion>5.0.0.0</AssemblyVersion> | ||
<FileVersion>5.0.0.0</FileVersion> | ||
<Version>6.1.0.0</Version> | ||
<AssemblyVersion>6.1.0.0</AssemblyVersion> | ||
<FileVersion>6.1.0.0</FileVersion> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Copyright>[email protected]</Copyright> | ||
<PackageProjectUrl>https://github.com/VictorTzeng/Zxw.Framework.NetCore</PackageProjectUrl> | ||
<Description>基于EF Core的Code First模式的DotNetCore快速开发框架</Description> | ||
<PackageReleaseNotes>升级至.net5.0,如遇任何问题请至https://github.com/VictorTzeng/Zxw.Framework.NetCore/issues反馈,感谢支持。</PackageReleaseNotes> | ||
<PackageReleaseNotes>兼容.net7.0,并移除对MongoDB的支持,如遇任何问题请至https://github.com/VictorTzeng/Zxw.Framework.NetCore/issues反馈,感谢支持。</PackageReleaseNotes> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
|
@@ -56,14 +56,14 @@ | |
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="8.0.0" /> | ||
<PackageReference Include="AutoMapper" Version="12.0.0" /> | ||
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.0" /> | ||
<PackageReference Include="Blueshift.EntityFrameworkCore.MongoDB-aleksamagicka" Version="2.2.0-rtm-1" /> | ||
<PackageReference Include="Caching.CSRedis" Version="3.8.669" /> | ||
<PackageReference Include="DotNetCore.NPOI" Version="1.2.0" /> | ||
<PackageReference Include="CSRedisCore" Version="3.8.669" /> | ||
<PackageReference Include="DotNetCore.NPOI" Version="1.2.3" /> | ||
<PackageReference Include="Exceptionless" Version="4.8.0" /> | ||
<PackageReference Include="Jil" Version="2.17.0" /> | ||
<PackageReference Include="log4net" Version="2.0.15" /> | ||
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Json" Version="2.2.0" /> | ||
|
@@ -85,6 +85,7 @@ | |
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="7.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" /> | ||
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.0" /> | ||
<PackageReference Include="Oracle.EntityFrameworkCore" Version="6.21.61" /> | ||
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="6.0.2" /> | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters