Skip to content

Commit

Permalink
update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
clown committed Jun 20, 2024
1 parent b3f96b0 commit ed9c300
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Libraries/NLog/Cube.Logging.NLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Cube.Core.csproj" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="NLog" Version="5.3.2" />
</ItemGroup>
<ItemGroup>
<None Include="Readme.md" Pack="true" PackagePath="docs" />
Expand Down
4 changes: 2 additions & 2 deletions Libraries/Tests/Cube.Private.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageProjectUrl>https://github.com/cube-soft/Cube.Core</PackageProjectUrl>
<PackageIcon>images\Icon.png</PackageIcon>
<RootNamespace>Cube.Tests</RootNamespace>
<TargetFramework>net46</TargetFramework>
<TargetFramework>net462</TargetFramework>
<LangVersion>latest</LangVersion>
<Optimize>true</Optimize>
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
Expand All @@ -28,7 +28,7 @@
<ItemGroup>
<ProjectReference Include="..\Core\Cube.Core.csproj" />
<ProjectReference Include="..\NLog\Cube.Logging.NLog.csproj" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit" Version="4.1.0" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\Icon.png" Pack="true" PackagePath="images" />
Expand Down
4 changes: 2 additions & 2 deletions Libraries/Xui/Cube.Xui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageProjectUrl>https://github.com/cube-soft/Cube.Xui</PackageProjectUrl>
<PackageReadmeFile>docs\Readme.md</PackageReadmeFile>
<PackageIcon>images\Icon.png</PackageIcon>
<TargetFramework>net46</TargetFramework>
<TargetFramework>net462</TargetFramework>
<UseWpf>true</UseWpf>
<UseWindowsForms>true</UseWindowsForms>
<LangVersion>latest</LangVersion>
Expand All @@ -29,7 +29,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Cube.Core.csproj" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.39" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.122" />
</ItemGroup>
<ItemGroup>
<None Include="Readme.md" Pack="true" PackagePath="docs" />
Expand Down
2 changes: 1 addition & 1 deletion Libraries/Xui/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Cube.Xui
[![AppVeyor](https://badgen.net/appveyor/ci/clown/cube-core)](https://ci.appveyor.com/project/clown/cube-core)
[![Codecov](https://badgen.net/codecov/c/github/cube-soft/cube.core)](https://codecov.io/gh/cube-soft/cube.core)

The Cube.Xui package has bindings, converters, commands, behaviors, and other components to provide support the MVVM pattern in WPF applications. The package is available for .NET Framework 3.5, 4.6, .NET 6.0, or later. Note that basic components to practice the MVVM pattern is implemented in the [Cube.Core](https://www.nuget.org/packages/cube.core/) package, and the WinForms part is in the [Cube.Forms](https://www.nuget.org/packages/cube.forms/) package.
The Cube.Xui package has bindings, converters, commands, behaviors, and other components to provide support the MVVM pattern in WPF applications. The package is available for .NET Framework 3.5, 4.6.2, .NET 6.0, or later. Note that basic components to practice the MVVM pattern is implemented in the [Cube.Core](https://www.nuget.org/packages/cube.core/) package, and the WinForms part is in the [Cube.Forms](https://www.nuget.org/packages/cube.forms/) package.

The Cube.Xui package depends on the [Microsoft.Xaml.Behaviors.Wpf](https://www.nuget.org/packages/Microsoft.Xaml.Behaviors.Wpf/) package. However, in the case of .NET Framework 3.5, it depends on the old [Microsoft Expression Blend SDK](https://www.microsoft.com/ja-jp/download/details.aspx?id=10801) instead of that. In addtion, the packages implements some features by referring to some of the code in the following projects.

Expand Down

0 comments on commit ed9c300

Please sign in to comment.