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
4330abc5
Commit
4330abc5
authored
Apr 19, 2018
by
Liuhaoyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix package metadata
parent
dbb55652
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 @
4330abc5
<Project>
<Project>
<Import Project="version.props" />
<Import Project="version.props" />
<PropertyGroup>
<PropertyGroup>
<Authors>SkyWalking Team</Authors>
<Authors>SkyWalking Committer Team</Authors>
<Product>skywalking-csharp</Product>
<Product>skywalking-netcore</Product>
<owners>skywalking</owners>
<PackageIconUrl>https://avatars2.githubusercontent.com/u/32165127</PackageIconUrl>
<PackageIconUrl>https://avatars2.githubusercontent.com/u/32165127</PackageIconUrl>
<PackageProjectUrl>https://github.com/OpenSkywalking/skywalking-
csharp
</PackageProjectUrl>
<PackageProjectUrl>https://github.com/OpenSkywalking/skywalking-
netcore
</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/OpenSkywalking/skywalking-
csharp
/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseUrl>https://github.com/OpenSkywalking/skywalking-
netcore
/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/OpenSkywalking/skywalking-
csharp
</RepositoryUrl>
<RepositoryUrl>https://github.com/OpenSkywalking/skywalking-
netcore
</RepositoryUrl>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
...
...
src/SkyWalking.AspNetCore/SkyWalking.AspNetCore.csproj
View file @
4330abc5
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\build\common.props" />
<PropertyGroup>
<PropertyGroup>
<Description>SkyWalking ASP.NET Core Agent.</Description>
<AssemblyTitle>SkyWalking.AspNetCore</AssemblyTitle>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>SkyWalking.AspNetCore</AssemblyName>
<PackageId>SkyWalking.AspNetCore</PackageId>
<PackageTags>SkyWalking;APM</PackageTags>
<PackageReleaseNotes>
</PackageReleaseNotes>
<RootNamespace>SkyWalking</RootNamespace>
</PropertyGroup>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.1.0-preview2-final" />
<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