Skip to content

Commit

Permalink
Remove gitversion (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
agocke authored Nov 19, 2022
1 parent f274274 commit df49461
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pack/Serde.Pkg.proj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>net7.0</TargetFramework>

<PackageId>Serde</PackageId>
<PackageVersion>0.4.2</PackageVersion>
<IsPackable>true</IsPackable>
<PackageOutputPath>$(ArtifactsPath)pack</PackageOutputPath>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
Expand All @@ -15,10 +16,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GitVersion.MsBuild" Version="5.11.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<ProjectReference Include="../serde/Serde.csproj" />
<ProjectReference Include="../generator/SerdeGenerator.csproj" />

Expand Down

0 comments on commit df49461

Please sign in to comment.