Skip to content

Commit

Permalink
fix: remove gitversion task
Browse files Browse the repository at this point in the history
LibGit2Sharp is not supported on Debian/Ubuntu
GitTools/GitVersion#2260 (comment)
  • Loading branch information
garyng committed Nov 14, 2020
1 parent 03836b7 commit daeaddc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions src/Tss.Api/Tss.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GitVersionTask" Version="5.5.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.0" NoWarn="NU1605" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="5.0.0" NoWarn="NU1605" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.9" />
Expand Down
4 changes: 0 additions & 4 deletions src/Tss.Cli/Tss.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="GitVersionTask" Version="5.5.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="2.0.1" />
</ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions src/Tss.Core/Tss.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GitVersionTask" Version="5.5.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Options" Version="5.0.0" />
<PackageReference Include="SpotifyAPI.Web" Version="6.0.0-beta.12" />
<PackageReference Include="SpotifyAPI.Web.Auth" Version="6.0.0-beta.12" />
Expand Down

0 comments on commit daeaddc

Please sign in to comment.