.Net Standard 2.1 打包了哪个版本的实体框架?
我正在处理一个针对 .Net Standard 2.1 的遗留项目。我有点困惑,因为虽然这个项目是一个广泛使用 EF 的数据访问层,但项目中没有 EF nuget 包或引用。那么,.Net Standard 2.1 是否包含 EF 实现?如果是的话,EF 是什么版本?
这是 csproj 文件的内容:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.CognitoIdentityProvider" Version="3.5.1.10" />
<PackageReference Include="AWSSDK.S3" Version="3.5.6.8" />
<PackageReference Include="AWSSDK.SimpleEmail" Version="3.5.0.52" />
</ItemGroup>
</Project>
I'm working with a legacy project that targets .Net Standard 2.1. I'm a little confused because although this project is a data access layer that uses EF extensively, there are no EF nuget packages or references in the project. So, does .Net Standard 2.1 include an EF implementation? If so, what version of EF is it?
Here is the content of the csproj file:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.CognitoIdentityProvider" Version="3.5.1.10" />
<PackageReference Include="AWSSDK.S3" Version="3.5.6.8" />
<PackageReference Include="AWSSDK.SimpleEmail" Version="3.5.0.52" />
</ItemGroup>
</Project>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论