Skip to content

Commit

Permalink
Update NuGet Packages
Browse files Browse the repository at this point in the history
Popstation
* 更新:
  * SharpCompress.0.34.1 -> SharpCompress.0.36.0
  * ZstdSharp.Port.0.7.2 -> ZstdSharp.Port.0.7.4

PSXPackager.Common
* 更新:
  * SharpCompress.0.34.1 -> SharpCompress.0.36.0
  * ZstdSharp.Port.0.7.2 -> ZstdSharp.Port.0.7.4

PSXPackager
* 更新:
  * SharpCompress.0.34.1 -> SharpCompress.0.36.0
  * ZstdSharp.Port.0.7.2 -> ZstdSharp.Port.0.7.4

PSXPackagerGUI
* 更新:
  * SharpCompress.0.34.1 -> SharpCompress.0.36.0
  * ZstdSharp.Port.0.7.2 -> ZstdSharp.Port.0.7.4

PSXPackager.Tests
* アンインストール中:
  * NuGet.Frameworks.6.5.0
* 更新:
  * coverlet.collector.6.0.0 -> coverlet.collector.6.0.1
  * Microsoft.CodeCoverage.17.7.2 -> Microsoft.CodeCoverage.17.9.0
  * Microsoft.NET.Test.Sdk.17.7.2 -> Microsoft.NET.Test.Sdk.17.9.0
  * Microsoft.TestPlatform.ObjectModel.17.7.2 -> Microsoft.TestPlatform.ObjectModel.17.9.0
  * Microsoft.TestPlatform.TestHost.17.7.2 -> Microsoft.TestPlatform.TestHost.17.9.0
  * MSTest.TestAdapter.3.1.1 -> MSTest.TestAdapter.3.2.2
  * MSTest.TestFramework.3.1.1 -> MSTest.TestFramework.3.2.2
* インストール中:
  * Microsoft.ApplicationInsights.2.21.0
  * Microsoft.Testing.Extensions.Telemetry.1.0.2
  * Microsoft.Testing.Extensions.TrxReport.Abstractions.1.0.2
  * Microsoft.Testing.Extensions.VSTestBridge.1.0.2
  * Microsoft.Testing.Platform.1.0.2
  * Microsoft.Testing.Platform.MSBuild.1.0.2
  * System.Diagnostics.DiagnosticSource.5.0.0
  • Loading branch information
takano32 committed Mar 7, 2024
1 parent 32e7b0a commit 5ef30ac
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion PSXPackager.Common/PSXPackager.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SharpCompress" Version="0.34.1" />
<PackageReference Include="SharpCompress" Version="0.36.0" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions PSXPackager.Tests/PSXPackager.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="coverlet.collector" Version="6.0.0"><IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
<PackageReference Include="coverlet.collector" Version="6.0.1"><IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion PSXPackager/PSXPackager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="SharpCompress" Version="0.34.1" />
<PackageReference Include="SharpCompress" Version="0.36.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion PSXPackagerGUI/PSXPackagerGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Ookii.Dialogs.Wpf" Version="5.0.1" />
<PackageReference Include="SharpCompress" Version="0.34.1" />
<PackageReference Include="SharpCompress" Version="0.36.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Popstation/Popstation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="SharpZipLib" Version="1.4.2" />
<PackageReference Include="SharpCompress" Version="0.34.1" />
<PackageReference Include="SharpCompress" Version="0.36.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5ef30ac

Please sign in to comment.