Skip to content

Commit

Permalink
11.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 committed Jan 8, 2024
1 parent 0ec9f97 commit af6b254
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Another way to get started is to add this repo as a [submodule](https://git-scm.

```sh
mkdir ./external
git submodule add git@github.com:worldbeater/Citrus.Avalonia.git ./external/citrus
git submodule add git@github.com:AvaloniaUI/Citrus.Avalonia.git ./external/citrus
# Reference the ../external/citrus/src/Citrus.Avalonia/Citrus.Avalonia.csproj project then.
# The ../external/citrus/src/Citrus.Avalonia.Sandbox/Citrus.Avalonia.Sandbox.csproj is
# the sandbox where you can browse the markup samples.
Expand Down
13 changes: 6 additions & 7 deletions src/Citrus.Avalonia.Sandbox/Citrus.Avalonia.Sandbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<LangVersion>9</LangVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.5" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.5" />
<PackageReference Include="Avalonia.LinuxFramebuffer" Version="11.0.5" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.5" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.0.5" />
<PackageReference Include="Avalonia" Version="11.0.6" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.6" />
<PackageReference Include="Avalonia.LinuxFramebuffer" Version="11.0.6" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.6" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.0.6" />
<PackageReference Include="ReactiveUI.Validation" Version="3.1.7" />
<PackageReference Include="ReactiveUI.Fody" Version="19.5.1" />
</ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions src/Citrus.Avalonia/Citrus.Avalonia.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<IsPackable>true</IsPackable>
<Authors>Artyom Gorchakov and Contributors</Authors>
<Copyright>Copyright (c) 2020 Artyom Gorchakov</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/worldbeater/citrus.avalonia</PackageProjectUrl>
<PackageDescription>Avalonia-exclusive experimental touch-friendly UI theme</PackageDescription>
<PackageProjectUrl>https://github.com/AvaloniaUI/Citrus.Avalonia</PackageProjectUrl>
<PackageDescription>Avalonia-exclusive experimental touch-friendly UI theme based on top of SimpleTheme.</PackageDescription>
<Owners>worldbeater</Owners>
<PackageTags>avalonia;avaloniaui;citrus;ui;theme</PackageTags>
<RepositoryUrl>https://github.com/worldbeater/citrus.avalonia</RepositoryUrl>
Expand All @@ -21,8 +21,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.5" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.0.5" />
<PackageReference Include="Avalonia" Version="11.0.0" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit af6b254

Please sign in to comment.