Skip to content

Commit

Permalink
fix: Fixed problems with $(BUILD_NUMBER).
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Dec 8, 2023
1 parent 2e16710 commit caf0005
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/libs/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</PropertyGroup>

<ItemGroup Label="Versioning">
<PackageReference Include="MinVer" Version="4.3.0">
<PackageReference Include="MinVer" Version="5.0.0-beta.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<PropertyGroup Label="NuGet">
<Version>13.0.$(BUILD_NUMBER)</Version>
<Version>13.0.4</Version>
<Description>This package adds NewtonsoftJsonFormatter(based on Newtonsoft.Json)</Description>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<PropertyGroup Label="NuGet">
<Version>12.0.$(BUILD_NUMBER)</Version>
<Version>12.1.0</Version>
<Description>This package adds SystemTextJsonFormatter(based on System.Text.Json)</Description>
</PropertyGroup>

Expand Down

0 comments on commit caf0005

Please sign in to comment.