Skip to content

Commit

Permalink
build(deps): bump Avalonia from 11.0.0 to 11.0.2 in /src
Browse files Browse the repository at this point in the history
Bumps [Avalonia](https://github.com/AvaloniaUI/Avalonia) from 11.0.0 to 11.0.2.
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.0.0...11.0.2)

---
updated-dependencies:
- dependency-name: Avalonia
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 3, 2023
1 parent b61d232 commit 0b1668c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.0" />
<PackageReference Include="Avalonia" Version="11.0.2" />
<PackageReference Include="ReactiveUI" Version="19.4.1" />
<PackageReference Include="Autofac" Version="7.*" />
<ProjectReference Include="..\Splat\Splat.csproj" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net7.0</TargetFrameworks>
Expand All @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.0" />
<PackageReference Include="Avalonia" Version="11.0.2" />
<PackageReference Include="ReactiveUI" Version="19.4.1" />
<PackageReference Include="DryIoc.Dll" Version="5.4.1" />
<ProjectReference Include="..\Splat\Splat.csproj" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net7.0</TargetFrameworks>
Expand All @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.0" />
<PackageReference Include="Avalonia" Version="11.0.2" />
<PackageReference Include="ReactiveUI" Version="19.4.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<ProjectReference Include="..\Splat\Splat.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.0" />
<PackageReference Include="Avalonia" Version="11.0.2" />
<PackageReference Include="ReactiveUI" Version="19.4.1" />
<PackageReference Include="Ninject" Version="3.3.6" />
<ProjectReference Include="..\Splat\Splat.csproj" />
Expand Down
4 changes: 2 additions & 2 deletions src/ReactiveUI.Avalonia/ReactiveUI.Avalonia.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net7.0</TargetFrameworks>
Expand All @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.0" />
<PackageReference Include="Avalonia" Version="11.0.2" />
<PackageReference Include="ReactiveUI" Version="19.4.1" />
</ItemGroup>
</Project>

0 comments on commit 0b1668c

Please sign in to comment.