Skip to content

Commit

Permalink
1.0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
LTRData committed Dec 27, 2024
1 parent 2fb7ace commit f433b67
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Company>LTR Data</Company>
<Authors>Kenneth Bell;LordMike;Olof Lagerkvist</Authors>
<OutputPath>..\$(Configuration)</OutputPath>
<FileVersion>1.0.48</FileVersion>
<FileVersion>1.0.49</FileVersion>

<GenerateDocumentationFile>true</GenerateDocumentationFile>

Expand Down
4 changes: 2 additions & 2 deletions Library/DiscUtils.Core/DiscUtils.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<ProjectReference Include="..\DiscUtils.Streams\DiscUtils.Streams.csproj" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework.CompareTo(`net461`))' &gt;= 0">
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
<PackageReference Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework.CompareTo(`net5`))' &gt;= 0">
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Library/DiscUtils.Fat/DiscUtils.Fat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<InternalsVisibleTo Include="LibraryTests" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework.CompareTo(`net5`))' &gt;= 0">
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.0" />
</ItemGroup>
<ItemGroup Condition="('$(TargetFramework.CompareTo(`net5`))' &lt; 0 And '$(TargetFramework.CompareTo(`net462`))' &gt;= 0) Or '$(TargetFramework.StartsWith(`netstandard`))'">
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion Library/DiscUtils.Iso9660/DiscUtils.Iso9660.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<ProjectReference Include="..\DiscUtils.Core\DiscUtils.Core.csproj" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework.CompareTo(`net461`))' &gt;= 0">
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
<PackageReference Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Library/DiscUtils.Nfs/DiscUtils.Nfs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<ProjectReference Include="..\DiscUtils.Core\DiscUtils.Core.csproj" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework.CompareTo(`net461`))' &gt;= 0">
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
<PackageReference Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Library/DiscUtils.Ntfs/DiscUtils.Ntfs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<ProjectReference Include="..\DiscUtils.Core\DiscUtils.Core.csproj" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework.CompareTo(`net461`))' &gt;= 0">
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
<PackageReference Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Library/DiscUtils.Streams/DiscUtils.Streams.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<PackageReference Include="LTRData.Extensions" Version="1.0.11" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework.CompareTo(`net461`))' &gt;= 0">
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
<PackageReference Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
</ItemGroup>
</Project>

0 comments on commit f433b67

Please sign in to comment.