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.3 to 1.1.4. - [Release notes](https://github.com/reactivemarbles/ObservableEvents/releases) - [Commits](https://github.com/reactivemarbles/ObservableEvents/compare/1.1.3...1.1.4) --- updated-dependencies: - dependency-name: ReactiveMarbles.ObservableEvents.SourceGenerator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
613 B
XML
18 lines
613 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="ReactiveUI.Fody" Version="14.2.1" />
|
|
<PackageReference Include="ReactiveUI" Version="14.2.1" />
|
|
<PackageReference
|
|
Include="ReactiveMarbles.ObservableEvents.SourceGenerator"
|
|
Version="1.1.4"
|
|
PrivateAssets="all" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|