Skip to content

Commit

Permalink
dotnet: Bump all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser committed Aug 21, 2023
1 parent e440fb4 commit b0ce356
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DurangoKeyExtractor/DurangoKeyExtractor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NDesk.Options.Core" Version="1.2.4" />
<PackageReference Include="NDesk.Options.Core" Version="1.2.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LibXboxOne\LibXboxOne.csproj" />
Expand Down
6 changes: 3 additions & 3 deletions LibXboxOne.Tests/LibXboxOne.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
</ItemGroup>

<ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions LibXboxOne/LibXboxOne.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<Folder Include="ThirdParty\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.IO.Packaging" Version="4.5.0" />
<PackageReference Include="System.IO.Packaging" Version="7.0.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.5" />
<PackageReference Include="DiscUtils.Ntfs" Version="0.15.1-ci0002" />
<PackageReference Include="DiscUtils.Vhd" Version="0.15.1-ci0002" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
<PackageReference Include="DiscUtils.Ntfs" Version="0.16.13" />
<PackageReference Include="DiscUtils.Vhd" Version="0.16.13" />
</ItemGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
Expand Down
2 changes: 1 addition & 1 deletion XBFSTool/XBFSTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NDesk.Options.Core" Version="1.2.4" />
<PackageReference Include="NDesk.Options.Core" Version="1.2.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LibXboxOne\LibXboxOne.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion XVDTool/XVDTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NDesk.Options.Core" Version="1.2.4" />
<PackageReference Include="NDesk.Options.Core" Version="1.2.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LibXboxOne\LibXboxOne.csproj" />
Expand Down

0 comments on commit b0ce356

Please sign in to comment.