Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CAP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
CAP
Commits
c3799221
Unverified
Commit
c3799221
authored
Apr 19, 2018
by
吴晟 Wu Sheng
Committed by
GitHub
Apr 19, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #17 from liuhaoyang/hotfix
Fix package metadata
parents
dbb55652
4330abc5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
5 deletions
+15
-5
common.props
build/common.props
+6
-5
SkyWalking.AspNetCore.csproj
src/SkyWalking.AspNetCore/SkyWalking.AspNetCore.csproj
+9
-0
No files found.
build/common.props
View file @
c3799221
<Project>
<Import Project="version.props" />
<PropertyGroup>
<Authors>SkyWalking Team</Authors>
<Product>skywalking-csharp</Product>
<Authors>SkyWalking Committer Team</Authors>
<Product>skywalking-netcore</Product>
<owners>skywalking</owners>
<PackageIconUrl>https://avatars2.githubusercontent.com/u/32165127</PackageIconUrl>
<PackageProjectUrl>https://github.com/OpenSkywalking/skywalking-
csharp
</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/OpenSkywalking/skywalking-
csharp
/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/OpenSkywalking/skywalking-
netcore
</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/OpenSkywalking/skywalking-
netcore
/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/OpenSkywalking/skywalking-
csharp
</RepositoryUrl>
<RepositoryUrl>https://github.com/OpenSkywalking/skywalking-
netcore
</RepositoryUrl>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
...
...
src/SkyWalking.AspNetCore/SkyWalking.AspNetCore.csproj
View file @
c3799221
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\build\common.props" />
<PropertyGroup>
<Description>SkyWalking ASP.NET Core Agent.</Description>
<AssemblyTitle>SkyWalking.AspNetCore</AssemblyTitle>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>SkyWalking.AspNetCore</AssemblyName>
<PackageId>SkyWalking.AspNetCore</PackageId>
<PackageTags>SkyWalking;APM</PackageTags>
<PackageReleaseNotes>
</PackageReleaseNotes>
<RootNamespace>SkyWalking</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.1.0-preview2-final" />
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment