Example.csproj 737 B

12345678910111213141516
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net7.0</TargetFramework>
  5. <!-- Version numbers are automatically updated by gitversion when a release is released -->
  6. <!-- In the source tree the version will always be 1.0 for all projects. -->
  7. <!-- Do not modify these. -->
  8. <AssemblyVersion>1.13.6.0</AssemblyVersion>
  9. <FileVersion>1.13.6.0</FileVersion>
  10. <Version>1.13.6-pre0002</Version>
  11. <InformationalVersion>1.13.6-pre.2+Branch.develop.Sha.90208d6577b9d34bf0c4e9057b4227297bc9118d</InformationalVersion>
  12. </PropertyGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />
  15. </ItemGroup>
  16. </Project>