mirror of
https://github.com/iterate-ch/cyberduck.git
synced 2026-05-26 19:10:49 +00:00
45 lines
2.5 KiB
XML
45 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
~ Copyright (c) 2002-2019 iterate GmbH. All rights reserved.
|
|
~ https://cyberduck.io/
|
|
~
|
|
~ This program is free software; you can redistribute it and/or modify
|
|
~ it under the terms of the GNU General Public License as published by
|
|
~ the Free Software Foundation, either version 3 of the License, or
|
|
~ (at your option) any later version.
|
|
~
|
|
~ This program is distributed in the hope that it will be useful,
|
|
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
~ GNU General Public License for more details.
|
|
-->
|
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<PackageReference Update="CommunityToolkit.Mvvm" Version="8.2.2" />
|
|
<PackageReference Update="DotNetProjects.Extended.Wpf.Toolkit" Version="5.0.100" />
|
|
<PackageReference Update="ExceptionReporter " Version="2.4.2" />
|
|
<PackageReference Update="IKVM" Version="8.13.3" />
|
|
<PackageReference Update="iterate-ch.IKVM.MSBuild.SkipDuplicates" Version="1.1.0" />
|
|
<PackageReference Update="Microsoft.Build.Utilities.Core" Version="17.1.0" />
|
|
<PackageReference Update="Microsoft.CSharp" Version="4.7.0" />
|
|
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.1.0" />
|
|
<PackageReference Update="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.2" />
|
|
<PackageReference Update="Microsoft.Windows.CsWin32" Version="0.3.106" />
|
|
<PackageReference Update="Microsoft.Windows.SDK.Contracts" Version="10.0.22000.196" />
|
|
<PackageReference Update="NUnit" Version="4.2.0" />
|
|
<PackageReference Update="NUnit.Console" Version="3.20.0" />
|
|
<PackageReference Update="NUnit3TestAdapter" Version="4.5.0" />
|
|
<PackageReference Update="ObjectListView.Official" Version="2.9.1" />
|
|
<PackageReference Update="ReactiveMarbles.ObservableEvents.SourceGenerator" Version="1.2.3" />
|
|
<PackageReference Update="ReactiveUI" Version="17.1.50" />
|
|
<PackageReference Update="ReactiveUI.WPF" Version="17.1.50" />
|
|
<PackageReference Update="StructureMap" Version="2.6.4.1" />
|
|
<PackageReference Update="System.Configuration.ConfigurationManager" Version="8.0.0" />
|
|
<PackageReference Update="System.Memory" Version="4.5.5" />
|
|
<PackageReference Update="System.Runtime.Caching" Version="8.0.0" />
|
|
<PackageReference Update="System.Security.Cryptography.ProtectedData" Version="8.0.0" />
|
|
|
|
<GlobalPackageReference Include="MSBuildTasks" Version="1.5.0.235" GeneratePathProperty="true" />
|
|
</ItemGroup>
|
|
</Project> |