mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Bumps [ReactiveMarbles.ObservableEvents.SourceGenerator](https://github.com/reactivemarbles/ObservableEvents) from 1.1.4 to 1.2.3. - [Release notes](https://github.com/reactivemarbles/ObservableEvents/releases) - [Commits](https://github.com/reactivemarbles/ObservableEvents/compare/1.1.4...1.2.3) --- updated-dependencies: - dependency-name: ReactiveMarbles.ObservableEvents.SourceGenerator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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.2.3" PrivateAssets="all" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />
|
|
</ItemGroup>
|
|
</Project> |