FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Dapper/Dapper.ProviderTools/Dapper.ProviderTools.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.ProviderTools
/
Dapper.ProviderTools.csproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (24 loc) · 1014 Bytes
Breadcrumbs
Dapper
/
Dapper.ProviderTools
/
Dapper.ProviderTools.csproj
Copy path
File metadata and controls
24 lines (24 loc) · 1014 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
23
24
<Projec
t
Sd
k
=
"Microsoft.NET.Sd
k
">
<
PropertyGroup
>
<
AssemblyName
>Dapper.ProviderTools</
AssemblyName
>
<
PackageTags
>orm;sql;micro-orm</
PackageTags
>
<
Title
>Dapper Provider Tools</
Title
>
<
Description
>Provider-agnostic ADO.NET helper utilities</
Description
>
<
Authors
>Marc Gravell</
Authors
>
<
TargetFrameworks
>net461;netstandard2.0;net8.0</
TargetFrameworks
>
<
SignAssembly
>true</
SignAssembly
>
<
Nullable
>enable</
Nullable
>
</
PropertyGroup
>
<
ItemGroup
>
<
PackageReference
Include
=
"
Microsoft.CodeAnalysis.PublicApiAnalyzers
"
>
<
PrivateAssets
>all</
PrivateAssets
>
<
IncludeAssets
>runtime; build; native; contentfiles; analyzers</
IncludeAssets
>
</
PackageReference
>
</
ItemGroup
>
<
ItemGroup
Condition
=
"
'$(TargetFramework)' == 'netstandard2.0'
"
>
<
PackageReference
Include
=
"
Microsoft.CSharp
"
/>
</
ItemGroup
>
<
ItemGroup
Condition
=
"
'$(TargetFramework)' == 'net461'
"
>
<
Reference
Include
=
"
Microsoft.CSharp
"
/>
</
ItemGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL