Skip to content

Commit

Permalink
Update NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Feb 2, 2024
1 parent 1903024 commit eb7aedf
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Anikin/Anikin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@
<PackageReference Include="CommunityToolkit.Maui" Version="7.0.1" />
<PackageReference Include="CommunityToolkit.Maui.Markup" Version="4.0.0" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="CSharpier.MsBuild" Version="0.27.1" PrivateAssets="all" />
<PackageReference Include="CSharpier.MsBuild" Version="0.27.2" PrivateAssets="all" />
<PackageReference Include="Httpz" Version="1.1.4" />
<PackageReference Include="Jita.AniList" Version="0.0.4" />
<PackageReference Include="Jita.Aniskip" Version="0.0.4" />
<PackageReference Include="Juro" Version="1.3.6" />
<PackageReference Include="Juro.Providers" Version="1.3.6" />
<PackageReference Include="Juro" Version="1.3.8" />
<PackageReference Include="Juro.Providers" Version="1.3.8" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Include="Octokit" Version="9.1.1" />
<PackageReference Include="Plugin.ContextMenuContainer" Version="1.0.4" />
Expand Down
2 changes: 0 additions & 2 deletions build-release.cmd

This file was deleted.

3 changes: 0 additions & 3 deletions clean.cmd

This file was deleted.

2 changes: 2 additions & 0 deletions scripts/build-release.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dotnet publish .. -c Release -f:net7.0-android
pause
2 changes: 2 additions & 0 deletions scripts/build-windows.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dotnet publish .. -f net8.0-windows10.0.19041.0 -c Release -o ../build/windows -p:RuntimeIdentifierOverride=win10-x64 -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true /p:CSharpier_Bypass=true
pause
3 changes: 3 additions & 0 deletions scripts/clean.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cd ..
powershell -ExecutionPolicy Bypass -File scripts/clean.ps1
pause
File renamed without changes.

0 comments on commit eb7aedf

Please sign in to comment.