FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SignNow.NET/SignNow.Net.Test/SignNow.Net.Test.csproj at develop · AlanBarber/SignNow.NET · GitHub
AlanBarber
/
SignNow.NET
Public
forked from
signnow/SignNow.NET
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
SignNow.NET
/
SignNow.Net.Test
/
SignNow.Net.Test.csproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
60 lines (51 loc) · 2.31 KB
Breadcrumbs
SignNow.NET
/
SignNow.Net.Test
/
SignNow.Net.Test.csproj
Copy path
File metadata and controls
60 lines (51 loc) · 2.31 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<
Project
Sdk
=
"
Microsoft.NET.Sdk
"
>
<
Import
Project
=
"
..\netfx.props
"
/>
<
Import
Project
=
"
..\SignNow.props
"
/>
<
PropertyGroup
>
<
TargetFrameworks
>net462;net7.0;net8.0</
TargetFrameworks
>
<
IsPackable
>false</
IsPackable
>
<
NeutralLanguage
>en-US</
NeutralLanguage
>
</
PropertyGroup
>
<
PropertyGroup
>
<
NoWarn
>1801,1591</
NoWarn
>
</
PropertyGroup
>
<
ItemGroup
Condition
=
"
'$(TargetFramework)' == 'net462'
"
>
<
Reference
Include
=
"
System.Net.Http
"
/>
<
Reference
Include
=
"
System.Net.Http.WebRequest
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
PackageReference
Include
=
"
Microsoft.NET.Test.Sdk
"
Version
=
"
17.12.0
"
/>
<
PackageReference
Include
=
"
Moq
"
Version
=
"
4.20.72
"
/>
<
PackageReference
Include
=
"
MSTest.TestAdapter
"
Version
=
"
3.6.4
"
/>
<
PackageReference
Include
=
"
MSTest.TestFramework
"
Version
=
"
3.6.4
"
/>
<
PackageReference
Include
=
"
coverlet.msbuild
"
Version
=
"
6.0.2
"
>
<
PrivateAssets
>all</
PrivateAssets
>
<
IncludeAssets
>runtime; build; native; contentfiles; analyzers; buildtransitive</
IncludeAssets
>
</
PackageReference
>
<
PackageReference
Include
=
"
coverlet.collector
"
Version
=
"
6.0.2
"
>
<
PrivateAssets
>all</
PrivateAssets
>
<
IncludeAssets
>runtime; build; native; contentfiles; analyzers; buildtransitive</
IncludeAssets
>
</
PackageReference
>
<
PackageReference
Include
=
"
Bogus
"
Version
=
"
35.6.1
"
/>
</
ItemGroup
>
<
ItemGroup
Condition
=
"
'$(TargetFramework)' == 'net7.0'
"
>
<
ProjectReference
Include
=
"
..\SignNow.Net\SignNow.Net.csproj
"
Properties
=
"
TargetFramework=netstandard2.0
"
/>
</
ItemGroup
>
<
ItemGroup
Condition
=
"
'$(TargetFramework)' == 'net8.0'
"
>
<
ProjectReference
Include
=
"
..\SignNow.Net\SignNow.Net.csproj
"
Properties
=
"
TargetFramework=netstandard2.1
"
/>
</
ItemGroup
>
<
ItemGroup
Condition
=
"
'$(TargetFramework)' == 'net462'
"
>
<
ProjectReference
Include
=
"
..\SignNow.Net\SignNow.Net.csproj
"
Properties
=
"
TargetFramework=net462
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
Folder
Include
=
"
FeatureTests\
"
/>
<
Folder
Include
=
"
AcceptanceTests\
"
/>
<
Folder
Include
=
"
UnitTests\
"
/>
<
Folder
Include
=
"
UnitTests\Context\
"
/>
<
Folder
Include
=
"
UnitTests\Exceptions\
"
/>
<
Folder
Include
=
"
UnitTests\Helpers\
"
/>
<
Folder
Include
=
"
UnitTests\Infrastructure\
"
/>
<
Folder
Include
=
"
UnitTests\Models\
"
/>
<
Folder
Include
=
"
TestData\FakeModels\
"
/>
</
ItemGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL