浏览代码

Update dependencies

Daniel Chalmers 2 年之前
父节点
当前提交
572e1fce17
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      .github/workflows/deploy.yml
  2. 2 2
      DesktopClock/DesktopClock.csproj

+ 1 - 1
.github/workflows/deploy.yml

@@ -18,7 +18,7 @@ jobs:
 
       - name: Create installer
         run: |
-          dotnet tool install --global wix --version 4.0.0-rc.1
+          dotnet tool install --global wix --version 4.0.1
           wix build Product.wxs -o "publish/Install DesktopClock.msi"
 
       - name: Create GitHub release

+ 2 - 2
DesktopClock/DesktopClock.csproj

@@ -16,11 +16,11 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="CommunityToolkit.Mvvm" Version="8.0.0" />
+    <PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1" />
     <PackageReference Include="Costura.Fody" Version="5.7.0" PrivateAssets="All" />
     <PackageReference Include="H.NotifyIcon.Wpf" Version="2.0.108" />
     <PackageReference Include="Humanizer.Core" Version="2.14.1" />
-    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
     <PackageReference Include="PropertyChanged.Fody" Version="4.1.0" PrivateAssets="All" />
     <PackageReference Include="WpfWindowPlacement" Version="4.0.2" />
   </ItemGroup>