Skip to content

Commit

Permalink
Remove unused csproj properties (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen authored Nov 7, 2019
1 parent 4640636 commit f31bab7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dotnet: 3.0.100
dist: bionic
sudo: required
services:
- docker
- docker
script:
- dotnet build
- dotnet test
- dotnet build
- dotnet test
cache:
directories:
- $HOME/.nuget
- $HOME/.nuget
5 changes: 0 additions & 5 deletions src/GitLabApiClient/GitLabApiClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@
<PropertyGroup>
<TargetFrameworks Condition="'$(OS)' != 'Unix'">netstandard2.0;net452</TargetFrameworks>
<TargetFrameworks Condition="'$(OS)' == 'Unix'">netstandard2.0</TargetFrameworks>
<Version>1.0.0</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Copyright />
<Description>GitLabApiClient is a .NET rest client for GitLab API v4.</Description>
<Authors>nmklotas</Authors>
<PackageProjectUrl>https://github.com/nmklotas/GitLabApiClient</PackageProjectUrl>
<RepositoryUrl>https://github.com/nmklotas/GitLabApiClient</RepositoryUrl>
<RepositoryType />
<PackageTags>GitLab REST API CI Client</PackageTags>
<PackageId>GitLabApiClient</PackageId>
<Company>nmklotas</Company>
Expand Down

0 comments on commit f31bab7

Please sign in to comment.