Fixes #1741. Use gitversion instead of minver (#1746)

This commit is contained in:
Tig Kindel
2022-05-26 16:36:50 -07:00
committed by GitHub
parent cc04bb37f5
commit a95e06c15d
13 changed files with 162 additions and 166 deletions

View File

@@ -1,16 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<AssemblyVersion>1.6.1.0</AssemblyVersion>
<FileVersion>1.6.1.0</FileVersion>
<InformationalVersion>1.6.1+Branch.fixes-1741-gitversion.Sha.cc04bb37f5c7684d45833dabd3f7e1ca9c53786f</InformationalVersion>
<Version>1.6.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NStack.Core" Version="0.17.0" />
<PackageReference Include="NStack.Core" Version="0.17.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />
</ItemGroup>
</Project>
</Project>