FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Samples/HttpClient/HttpClient.csproj at master · Excel-DNA/Samples · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Excel-DNA
/
Samples
Public
Notifications
You must be signed in to change notification settings
Fork
83
Star
134
Code
Issues
12
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
Samples
/
HttpClient
/
HttpClient.csproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (24 loc) · 1.01 KB
Breadcrumbs
Samples
/
HttpClient
/
HttpClient.csproj
Copy path
File metadata and controls
31 lines (24 loc) · 1.01 KB
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
29
30
31
<Projec
t
Sd
k
=
"Microsoft.NET.Sd
k
">
<
PropertyGroup
>
<
TargetFrameworks
>net472;net6.0-windows</
TargetFrameworks
>
<!--
Normally, Excel-DNA will register all 'public static' methods.
However, in this project we are doing the registration explicitly
(in the AutoOpen, using the ExcelDna.Registration helper library).
Automatic registration for this project will show an error,
because the httpGetString method has an 'incompatible' signature (returning Task<string>).
This property configures explicit registration mode.
-->
<
ExcelAddInExplicitRegistration
>true</
ExcelAddInExplicitRegistration
>
</
PropertyGroup
>
<
ItemGroup
>
<
PackageReference
Include
=
"
ExcelDna.Addin
"
Version
=
"
*-*
"
/>
<
PackageReference
Include
=
"
ExcelDna.Registration
"
Version
=
"
*-*
"
/>
</
ItemGroup
>
<
ItemGroup
Condition
=
"
'$(TargetFramework)' == 'net472'
"
>
<
Reference
Include
=
"
System.Net.Http
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
Folder
Include
=
"
Properties\
"
/>
</
ItemGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL