Skip to content

Commit

Permalink
downgrade the codepages (dotnet#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
srsaggam authored and Dmitry-A committed Aug 22, 2019
1 parent 727f6c3 commit 49a13c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlnet/mlnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.CodeAnalysis" Version="2.10.0" />
<PackageReference Include="NLog" Version="4.5.11" />
<PackageReference Include="System.CommandLine.Experimental" Version="0.2.0-alpha.19174.3" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.6.0-preview3.19128.7" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.5.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 49a13c1

Please sign in to comment.