Skip to content

Commit

Permalink
Downgrade SharpCompress
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiRulz committed Sep 30, 2021
1 parent df655d6 commit 56c7457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BizHawk.Client.Common/BizHawk.Client.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<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 -->
<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" />
<PackageReference Include="SharpCompress" Version="0.29.0" />
<PackageReference Include="SharpCompress" Version="0.26.0" /><!-- can't upgrade as newer versions transitively depend on incompatible version of System.Runtime.CompilerServices.Unsafe -->
<ProjectReference Include="$(ProjectDir)../BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj" />
<ProjectReference Include="$(ProjectDir)../BizHawk.Bizware.BizwareGL/BizHawk.Bizware.BizwareGL.csproj" />
<EmbeddedResource Include="Resources/**/*" />
Expand Down

0 comments on commit 56c7457

Please sign in to comment.