FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sendgrid-csharp/ExampleCoreProject/ExampleCoreProject.csproj at main · sendgrid/sendgrid-csharp · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
sendgrid
/
sendgrid-csharp
Public
Notifications
You must be signed in to change notification settings
Fork
572
Star
1.1k
Code
Issues
33
Pull requests
10
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
sendgrid-csharp
/
ExampleCoreProject
/
ExampleCoreProject.csproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (23 loc) · 923 Bytes
Breadcrumbs
sendgrid-csharp
/
ExampleCoreProject
/
ExampleCoreProject.csproj
Copy path
File metadata and controls
28 lines (23 loc) · 923 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
25
26
27
28
<Projec
t
Sd
k
=
"Microsoft.NET.Sd
k
">
<
PropertyGroup
>
<
TargetFramework
>netcoreapp2.1</
TargetFramework
>
<
OutputType
>Exe</
OutputType
>
<
IsPackable
>false</
IsPackable
>
</
PropertyGroup
>
<
ItemGroup
>
<
None
Update
=
"
appsettings.json
"
>
<
CopyToOutputDirectory
>PreserveNewest</
CopyToOutputDirectory
>
</
None
>
<
None
Update
=
"
appsettings.*.json
"
>
<
CopyToOutputDirectory
>PreserveNewest</
CopyToOutputDirectory
>
</
None
>
</
ItemGroup
>
<
ItemGroup
>
<
PackageReference
Include
=
"
Microsoft.Extensions.Configuration.Json
"
Version
=
"
3.1.4
"
/>
<
PackageReference
Include
=
"
Microsoft.Extensions.DependencyInjection
"
Version
=
"
3.1.4
"
/>
<
PackageReference
Include
=
"
Microsoft.Extensions.Http
"
Version
=
"
3.1.4
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
ProjectReference
Include
=
"
..\src\SendGrid.Extensions.DependencyInjection\SendGrid.Extensions.DependencyInjection.csproj
"
/>
</
ItemGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL