Skip to content

Commit

Permalink
Fix nuget version
Browse files Browse the repository at this point in the history
  • Loading branch information
Brice Chapellier committed Aug 6, 2023
1 parent 02e3b9d commit 63b8030
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/HerrGeneral.ReadSide/HerrGeneral.ReadSide.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,17 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<EnablePackageValidation>true</EnablePackageValidation>

<Description>Read site interface for HerrGeneral</Description>
<Description>Read side interface for HerrGeneral</Description>
<PackageTags>.Net;HerrGeneral</PackageTags>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\HerrGeneral.Contracts\HerrGeneral.Contracts.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="MinVer" Version="4.3.0" PrivateAssets="all"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

</Project>
4 changes: 4 additions & 0 deletions src/HerrGeneral.WriteSide/HerrGeneral.WriteSide.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@
<ProjectReference Include="..\HerrGeneral.Contracts\HerrGeneral.Contracts.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="MinVer" Version="4.3.0" PrivateAssets="all"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>
</Project>

0 comments on commit 63b8030

Please sign in to comment.