FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Dapper/Dapper.EntityFramework/Dapper.EntityFramework.csproj at main · DapperLib/Dapper · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
DapperLib
/
Dapper
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
3.7k
Star
18.4k
Code
Issues
463
Pull requests
83
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Dapper
/
Dapper.EntityFramework
/
Dapper.EntityFramework.csproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (21 loc) · 950 Bytes
Breadcrumbs
Dapper
/
Dapper.EntityFramework
/
Dapper.EntityFramework.csproj
Copy path
File metadata and controls
22 lines (21 loc) · 950 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Projec
t
Sd
k
=
"Microsoft.NET.Sd
k
">
<
PropertyGroup
>
<
AssemblyName
>Dapper.EntityFramework</
AssemblyName
>
<
Description
>Extension handlers for entity framework</
Description
>
<
AssemblyTitle
>Dapper entity framework type handlers</
AssemblyTitle
>
<
VersionPrefix
>1.50.2</
VersionPrefix
>
<
Authors
>Marc Gravell;Nick Craver</
Authors
>
<
TargetFrameworks
>net461</
TargetFrameworks
>
<
PackageTags
>orm;sql;micro-orm</
PackageTags
>
<
Nullable
>enable</
Nullable
>
</
PropertyGroup
>
<
ItemGroup
>
<
ProjectReference
Include
=
"
..\Dapper\Dapper.csproj
"
/>
<
PackageReference
Include
=
"
EntityFramework
"
/>
<
PackageReference
Include
=
"
Microsoft.SqlServer.Types
"
/>
<
PackageReference
Include
=
"
Microsoft.CodeAnalysis.PublicApiAnalyzers
"
>
<
PrivateAssets
>all</
PrivateAssets
>
<
IncludeAssets
>runtime; build; native; contentfiles; analyzers</
IncludeAssets
>
</
PackageReference
>
</
ItemGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL