Skip to content

Commit

Permalink
feat: add MinVer
Browse files Browse the repository at this point in the history
  • Loading branch information
InuInu2022 committed Dec 7, 2023
1 parent 8e5e625 commit 6f22644
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sample/csharp/VoiSonaTalkLab/VoiSonaTalkLab.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<TrimmerRemoveSymbols>true</TrimmerRemoveSymbols>
<DebuggerSupport>false</DebuggerSupport>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<!-- MinVer -->
<MinVerTagPrefix>v</MinVerTagPrefix>
<MinVerMinimumMajorMinor>0.1</MinVerMinimumMajorMinor>
</PropertyGroup>

<Target Name="MakeZipPackage" AfterTargets="Publish">
Expand All @@ -30,6 +33,10 @@

<ItemGroup>
<PackageReference Include="ConsoleAppFramework" Version="4.2.4" />
<PackageReference Include="MinVer" Version="4.3.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6f22644

Please sign in to comment.