FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
PowerCSharp/samples/WebSample/WebSample.csproj at develop · marioarce/PowerCSharp · GitHub
marioarce
/
PowerCSharp
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
21
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
PowerCSharp
/
samples
/
WebSample
/
WebSample.csproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (29 loc) · 2.04 KB
Breadcrumbs
PowerCSharp
/
samples
/
WebSample
/
WebSample.csproj
Copy path
File metadata and controls
33 lines (29 loc) · 2.04 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
<
Project
Sdk
=
"
Microsoft.NET.Sdk.Web
"
>
<
ItemGroup
>
<
ProjectReference
Include
=
"
..\..\src\PowerCSharp.Core\PowerCSharp.Core.csproj
"
/>
<
ProjectReference
Include
=
"
..\..\src\PowerCSharp.Extensions\PowerCSharp.Extensions.csproj
"
/>
<
ProjectReference
Include
=
"
..\..\src\PowerCSharp.Extensions.AspNetCore\PowerCSharp.Extensions.AspNetCore.csproj
"
/>
<
ProjectReference
Include
=
"
..\..\src\PowerCSharp.Utilities\PowerCSharp.Utilities.csproj
"
/>
<
ProjectReference
Include
=
"
..\..\src\PowerCSharp.Helpers\PowerCSharp.Helpers.csproj
"
/>
<
ProjectReference
Include
=
"
..\..\src\Features\PowerCSharp.Features.Abstractions\PowerCSharp.Features.Abstractions.csproj
"
/>
<
ProjectReference
Include
=
"
..\..\src\Features\PowerCSharp.Features\PowerCSharp.Features.csproj
"
/>
<
ProjectReference
Include
=
"
..\..\src\Features\PowerCSharp.Feature.Cache.Abstractions\PowerCSharp.Feature.Cache.Abstractions.csproj
"
/>
<
ProjectReference
Include
=
"
..\..\src\Features\PowerCSharp.Feature.Cache\PowerCSharp.Feature.Cache.csproj
"
/>
<
ProjectReference
Include
=
"
..\..\src\Features\PowerCSharp.Feature.Cache.BitFaster\PowerCSharp.Feature.Cache.BitFaster.csproj
"
/>
<
ProjectReference
Include
=
"
..\..\src\Features\PowerCSharp.Feature.Sanitization.Abstractions\PowerCSharp.Feature.Sanitization.Abstractions.csproj
"
/>
<
ProjectReference
Include
=
"
..\..\src\Features\PowerCSharp.Feature.Sanitization\PowerCSharp.Feature.Sanitization.csproj
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
PackageReference
Include
=
"
Microsoft.AspNetCore.WebUtilities
"
Version
=
"
8.0.8
"
/>
<
PackageReference
Include
=
"
Swashbuckle.AspNetCore
"
Version
=
"
10.2.1
"
/>
</
ItemGroup
>
<
PropertyGroup
>
<
TargetFramework
>net8.0</
TargetFramework
>
<
Nullable
>enable</
Nullable
>
<
ImplicitUsings
>enable</
ImplicitUsings
>
<
GenerateDocumentationFile
>true</
GenerateDocumentationFile
>
<
NoWarn
>$(NoWarn);1591</
NoWarn
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(RunConfiguration)' == 'https'
"
/>
<
PropertyGroup
Condition
=
"
'$(RunConfiguration)' == 'http'
"
/>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL