FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
PowerCSharp/src/PowerCSharp.Core/PowerCSharp.Core.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
/
src
/
PowerCSharp.Core
/
PowerCSharp.Core.csproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (22 loc) · 1.14 KB
Breadcrumbs
PowerCSharp
/
src
/
PowerCSharp.Core
/
PowerCSharp.Core.csproj
Copy path
File metadata and controls
26 lines (22 loc) · 1.14 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
<Projec
t
Sd
k
=
"Microsoft.NET.Sd
k
">
<
PropertyGroup
>
<
TargetFrameworks
>net8.0;netstandard2.0</
TargetFrameworks
>
<
PackageTags
>csharp;extensions;utilities;core;dotnet</
PackageTags
>
<!--
NuGet Package Metadata
-->
<
PackageId
>PowerCSharp.Core</
PackageId
>
<
PackageVersion
>$(PowerCSharpVersion)</
PackageVersion
>
<
Title
>PowerCSharp Core</
Title
>
<
Description
>Core functionality and base classes for PowerCSharp extension methods library</
Description
>
<
PackageReadmeFile
>README.md</
PackageReadmeFile
>
<
PackageIcon
>PowerCSharp_NuGet_Icon.png</
PackageIcon
>
<
PackageLicenseExpression
>MIT</
PackageLicenseExpression
>
<
PackageProjectUrl
>https://github.com/marioarce/PowerCSharp</
PackageProjectUrl
>
<
RepositoryUrl
>https://github.com/marioarce/PowerCSharp</
RepositoryUrl
>
<
RepositoryType
>git</
RepositoryType
>
<
PackageTags
>csharp;extensions;utilities;core;dotnet</
PackageTags
>
</
PropertyGroup
>
<
ItemGroup
>
<
None
Include
=
"
README.md
"
Pack
=
"
true
"
PackagePath
=
"
\
"
/>
<
None
Include
=
"
..\..\docs\images\PowerCSharp_NuGet_Icon.png
"
Pack
=
"
true
"
PackagePath
=
"
\
"
/>
</
ItemGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL