Skip to content

Commit

Permalink
🐛 依存パッケージを更新して #1 の修正を反映
Browse files Browse the repository at this point in the history
  • Loading branch information
karoterra committed Oct 22, 2022
1 parent 79df05b commit 0b52f1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AupInfo.Core/AupInfo.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Karoterra.AupDotNet" Version="0.1.0" />
<PackageReference Include="Karoterra.AupDotNet" Version="0.1.1" />
<PackageReference Include="Prism.Core" Version="8.1.97" />
<PackageReference Include="ReactiveProperty" Version="8.0.3" />
<PackageReference Include="ReactiveProperty" Version="8.1.2" />
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions AupInfo.Wpf/AupInfo.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

<ItemGroup>
<PackageReference Include="MahApps.Metro" Version="2.4.9" />
<PackageReference Include="MaterialDesignThemes.MahApps" Version="0.2.0" />
<PackageReference Include="Octokit" Version="0.50.0" />
<PackageReference Include="MaterialDesignThemes.MahApps" Version="0.2.5" />
<PackageReference Include="Octokit" Version="4.0.1" />
<PackageReference Include="Prism.DryIoc" Version="8.1.97" />
<PackageReference Include="ReactiveProperty.WPF" Version="8.0.3" />
<PackageReference Include="ReactiveProperty.WPF" Version="8.1.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0b52f1e

Please sign in to comment.