Skip to content

Commit ae91358

Browse files
committed
Fix dependency problem and upgrade SharpCompress
1 parent 75e9ad0 commit ae91358

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/BizHawk.Client.Common/BizHawk.Client.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<Reference Include="NLua, Version=1.3.2.0, Culture=neutral, processorArchitecture=MSIL" SpecificVersion="false" HintPath="$(ProjectDir)../../Assets/dll/nlua/NLua.dll" Private="false" /><!-- don't copy, will be copied with Assets -->
1212
<Reference Include="System.Data.SQLite, Version=1.0.105.2, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=AMD64" SpecificVersion="False" HintPath="$(ProjectDir)../../References/x64/SQLite/System.Data.SQLite.dll" Private="true" />
13-
<PackageReference Include="SharpCompress" Version="0.26.0" /><!-- can't upgrade as newer versions transitively depend on incompatible version of System.Runtime.CompilerServices.Unsafe -->
13+
<PackageReference Include="SharpCompress" Version="0.30.1" />
1414
<ProjectReference Include="$(ProjectDir)../BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj" />
1515
<ProjectReference Include="$(ProjectDir)../BizHawk.Bizware.BizwareGL/BizHawk.Bizware.BizwareGL.csproj" />
1616
<EmbeddedResource Include="Resources/**/*" />

src/BizHawk.Common/BizHawk.Common.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
1111
<PackageReference Include="System.Memory" Version="4.5.4" />
1212
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" PrivateAssets="all" />
13+
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="5.0.0" />
1314
<PackageReference Include="DotNetAnalyzers.DocumentationAnalyzers" Version="1.0.0-beta.59" />
1415
<PackageReference Include="Menees.Analyzers" Version="2.0.4" Condition=" '$(MachineRunAnalyzersDuringBuild)' != '' " />
1516
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.333" Condition=" '$(MachineRunAnalyzersDuringBuild)' != '' " />

0 commit comments

Comments
 (0)