Skip to content

Commit

Permalink
Update NuGet packages; remove Console project
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Dec 6, 2024
1 parent d7117c2 commit 0c78269
Show file tree
Hide file tree
Showing 21 changed files with 6 additions and 294 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2019, windows-2022, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-13, macos-14, macos-15]
os: [windows-2019, windows-2022, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, macos-15]
runs-on: ${{ matrix.os }}
if: success() && (github.event_name != 'workflow_dispatch' && true || inputs.run_tests) == true
steps:
Expand Down
33 changes: 0 additions & 33 deletions src/Console/Console.csproj

This file was deleted.

184 changes: 0 additions & 184 deletions src/Console/Program.cs

This file was deleted.

14 changes: 0 additions & 14 deletions src/Console/Properties/PublishProfiles/DotNet.pubxml

This file was deleted.

14 changes: 0 additions & 14 deletions src/Console/Properties/PublishProfiles/DotNetFramework.pubxml

This file was deleted.

14 changes: 0 additions & 14 deletions src/Console/Properties/PublishProfiles/DotNetFramework481.pubxml

This file was deleted.

5 changes: 4 additions & 1 deletion src/FrameworkTests/MauiApp/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ public partial class App : Application
public App()
{
InitializeComponent();
}

MainPage = new AppShell();
protected override Window CreateWindow(IActivationState activationState)
{
return new Window(new AppShell());
}
}
}
32 changes: 0 additions & 32 deletions src/PDFtoImage.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Console", "Console\Console.csproj", "{02D43353-6E92-4DBB-86FD-7205D623F10A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebConverter", "WebConverter\WebConverter.csproj", "{EDA29F04-48E7-4823-8141-22A82CB80037}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FrameworkTests", "FrameworkTests", "{7BB9FE70-BACD-4FC6-B90A-B505265A66E0}"
Expand Down Expand Up @@ -110,36 +108,6 @@ Global
{55C8F100-1D62-4792-B9EF-C78EF33C7A0C}.ReleaseSigned|x64.Build.0 = Release|Any CPU
{55C8F100-1D62-4792-B9EF-C78EF33C7A0C}.ReleaseSigned|x86.ActiveCfg = Release|Any CPU
{55C8F100-1D62-4792-B9EF-C78EF33C7A0C}.ReleaseSigned|x86.Build.0 = Release|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.Debug|ARM.ActiveCfg = Debug|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.Debug|ARM.Build.0 = Debug|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.Debug|ARM64.Build.0 = Debug|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.Debug|x64.ActiveCfg = Debug|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.Debug|x64.Build.0 = Debug|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.Debug|x86.ActiveCfg = Debug|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.Debug|x86.Build.0 = Debug|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.Release|Any CPU.Build.0 = Release|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.Release|ARM.ActiveCfg = Release|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.Release|ARM.Build.0 = Release|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.Release|ARM64.ActiveCfg = Release|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.Release|ARM64.Build.0 = Release|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.Release|x64.ActiveCfg = Release|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.Release|x64.Build.0 = Release|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.Release|x86.ActiveCfg = Release|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.Release|x86.Build.0 = Release|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.ReleaseSigned|Any CPU.ActiveCfg = ReleaseSigned|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.ReleaseSigned|Any CPU.Build.0 = ReleaseSigned|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.ReleaseSigned|ARM.ActiveCfg = ReleaseSigned|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.ReleaseSigned|ARM.Build.0 = ReleaseSigned|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.ReleaseSigned|ARM64.ActiveCfg = ReleaseSigned|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.ReleaseSigned|ARM64.Build.0 = ReleaseSigned|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.ReleaseSigned|x64.ActiveCfg = ReleaseSigned|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.ReleaseSigned|x64.Build.0 = ReleaseSigned|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.ReleaseSigned|x86.ActiveCfg = ReleaseSigned|Any CPU
{02D43353-6E92-4DBB-86FD-7205D623F10A}.ReleaseSigned|x86.Build.0 = ReleaseSigned|Any CPU
{EDA29F04-48E7-4823-8141-22A82CB80037}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDA29F04-48E7-4823-8141-22A82CB80037}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDA29F04-48E7-4823-8141-22A82CB80037}.Debug|ARM.ActiveCfg = Debug|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion src/PDFtoImage/PDFtoImage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<!-- Blazor WebAssembly stuff -->
<ItemGroup Condition="'$(TargetFramework)'=='net8.0' or '$(TargetFramework)'=='net9.0'">
<PackageReference Include="SkiaSharp.NativeAssets.WebAssembly" Version="3.116.1" PrivateAssets="analyzers" />
<PackageReference Include="Sungaila.PDFium.BlazorWebAssembly" Version="132.0.6826" PrivateAssets="analyzers" />
<PackageReference Include="Sungaila.PDFium.BlazorWebAssembly" Version="133.0.6872" PrivateAssets="analyzers" />
</ItemGroup>

<!-- allow Tests project to access internals -->
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit 0c78269

Please sign in to comment.