File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ solution: NugetUtility.sln
3
3
mono : none
4
4
sudo : required
5
5
dist : xenial
6
- dotnet : 2.2
6
+ dotnet : 3.1
7
7
script :
8
8
- dotnet restore
9
9
- dotnet build
Original file line number Diff line number Diff line change 1
1
# Nuget License Utility [ ![ Build Status] ( https://travis-ci.com/tomchavakis/nuget-license.svg?branch=develop )] ( https://travis-ci.com/tomchavakis/nuget-license.svg?branch=develop ) [ ![ NuGet] ( https://img.shields.io/nuget/v/BeatPulse.svg )] ( [https://www.nuget.org/packages/dotnet-project-licenses](https://www.nuget.org/packages/dotnet-project-licenses/) )
2
2
3
3
4
- A .net core tool to print the licenses of a project.
4
+ A .net core tool to print the licenses of a project. This tool support .NET Core and .NET Standard Projects.
5
5
6
6
## Usage
7
7
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >netcoreapp2.2 </TargetFramework >
5
+ <TargetFramework >netcoreapp3.1 </TargetFramework >
6
6
<IsPackable >true</IsPackable >
7
7
<PackAsTool >true</PackAsTool >
8
8
<PackageType >DotnetTool</PackageType >
9
9
<RepositoryType >git</RepositoryType >
10
10
<PackageId >dotnet-project-licenses</PackageId >
11
11
<ToolCommandName >dotnet-project-licenses</ToolCommandName >
12
- <Version >1.1.1 </Version >
12
+ <Version >1.2.0 </Version >
13
13
<Authors >Tom Chavakis</Authors >
14
14
<Company >-</Company >
15
15
<Title >.NET Core Tool to print a list of the licenses of a projects</Title >
18
18
</PropertyGroup >
19
19
20
20
<ItemGroup >
21
- <PackageReference Include =" CommandLineParser" Version =" 2.4.3 " />
22
- <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.1 " />
21
+ <PackageReference Include =" CommandLineParser" Version =" 2.7.82 " />
22
+ <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3 " />
23
23
</ItemGroup >
24
24
25
25
</Project >
You can’t perform that action at this time.
0 commit comments