mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
* prepping for v1.7 release * Updated release notes for v1.7 * updated rel notes * regen docs * trying to fix view source * reactive ui update
21 lines
912 B
XML
21 lines
912 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<!-- Version numbers are automatically updated by gitversion when a release is released -->
|
|
<!-- In the source tree the version will always be 1.0 for all projects. -->
|
|
<!-- Do not modify these. -->
|
|
<AssemblyVersion>1.0</AssemblyVersion>
|
|
<FileVersion>1.0</FileVersion>
|
|
<Version>1.0</Version>
|
|
<InformationalVersion>1.0</InformationalVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="ReactiveUI.Fody" Version="18.3.1" />
|
|
<PackageReference Include="ReactiveUI" Version="18.3.1" />
|
|
<PackageReference Include="ReactiveMarbles.ObservableEvents.SourceGenerator" Version="1.1.4" PrivateAssets="all" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />
|
|
</ItemGroup>
|
|
</Project> |