Update dependencies

This commit is contained in:
Ben Olden-Cooligan 2022-11-05 20:45:24 -07:00
parent 9344f568cb
commit 15f6347aa9
7 changed files with 13 additions and 13 deletions

View File

@ -28,7 +28,7 @@
<ProjectReference Include="..\NAPS2.Lib.Gtk\NAPS2.Lib.Gtk.csproj" />
<PackageReference Include="Eto.Platform.Gtk" Version="2.7.1" />
<PackageReference Include="Eto.Platform.Gtk" Version="2.7.2" />
<!-- This shouldn't need a reference normally, but otherwise "dotnet restore" doesn't pick
it up, which breaks the flatpak build. -->
<PackageReference Include="Microsoft.NETCore.App" Version="2.1.*" />

View File

@ -30,7 +30,7 @@
<ProjectReference Include="..\NAPS2.Lib.Mac\NAPS2.Lib.Mac.csproj" />
<PackageReference Include="Eto.Platform.macOS" Version="2.7.1" />
<PackageReference Include="Eto.Platform.macOS" Version="2.7.2" />
</ItemGroup>
<ItemGroup>

View File

@ -13,7 +13,7 @@
<ItemGroup>
<ProjectReference Include="..\NAPS2.Images\NAPS2.Images.csproj" />
<PackageReference Include="Eto.Platform.Mac64" Version="2.7.1" Condition="'$(TargetFramework)' == 'net6'" />
<PackageReference Include="Eto.Platform.Mac64" Version="2.7.2" Condition="'$(TargetFramework)' == 'net6'" />
</ItemGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net6'">

View File

@ -17,8 +17,8 @@
<ItemGroup>
<ProjectReference Include="..\NAPS2.Images.Gtk\NAPS2.Images.Gtk.csproj" />
<ProjectReference Include="..\NAPS2.Lib\NAPS2.Lib.csproj" />
<PackageReference Include="Eto.Forms" Version="2.7.1" />
<PackageReference Include="Eto.Platform.Gtk" Version="2.7.1" />
<PackageReference Include="Eto.Forms" Version="2.7.2" />
<PackageReference Include="Eto.Platform.Gtk" Version="2.7.2" />
</ItemGroup>
<ItemGroup>

View File

@ -17,9 +17,9 @@
<ItemGroup>
<ProjectReference Include="..\NAPS2.Images.Mac\NAPS2.Images.Mac.csproj" />
<ProjectReference Include="..\NAPS2.Lib\NAPS2.Lib.csproj" />
<PackageReference Include="Eto.Forms" Version="2.7.1" Condition="'$(TargetFramework)' == 'net6'" />
<PackageReference Include="Eto.Platform.Mac64" Version="2.7.1" Condition="'$(TargetFramework)' == 'net6'" />
<PackageReference Include="Eto.Platform.macOS" Version="2.7.1" Condition="'$(TargetFramework)' == 'net6-macos10.15'" />
<PackageReference Include="Eto.Forms" Version="2.7.2" Condition="'$(TargetFramework)' == 'net6'" />
<PackageReference Include="Eto.Platform.Mac64" Version="2.7.2" Condition="'$(TargetFramework)' == 'net6'" />
<PackageReference Include="Eto.Platform.macOS" Version="2.7.2" Condition="'$(TargetFramework)' == 'net6-macos10.15'" />
</ItemGroup>
<ItemGroup>

View File

@ -19,8 +19,8 @@
<ItemGroup>
<ProjectReference Include="..\NAPS2.Lib\NAPS2.Lib.csproj" />
<ProjectReference Include="..\NAPS2.Images.Gdi\NAPS2.Images.Gdi.csproj" />
<PackageReference Include="Eto.Forms" Version="2.7.1" />
<PackageReference Include="Eto.Platform.Windows" Version="2.7.1" />
<PackageReference Include="Eto.Forms" Version="2.7.2" />
<PackageReference Include="Eto.Platform.Windows" Version="2.7.2" />
</ItemGroup>
<ItemGroup>

View File

@ -24,9 +24,9 @@
<PackageReference Include="Autofac" Version="6.4.0" />
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="MimeKit" Version="1.22.0" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="NLog" Version="4.5.8" />
<PackageReference Include="Eto.Forms" Version="2.7.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NLog" Version="4.7.15" />
<PackageReference Include="Eto.Forms" Version="2.7.2" />
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="6.0.0" />
</ItemGroup>