mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix Windows version detection for UTF-8 console
Built-in Environment.OSVersion does not work on Win10.
This commit is contained in:
parent
176bbccd50
commit
26716512c1
4 changed files with 100 additions and 3 deletions
|
|
@ -96,7 +96,7 @@
|
|||
<Compile Include="Commands\Script.cs" />
|
||||
<Compile Include="Commands\Send.cs" />
|
||||
<Compile Include="Commands\Set.cs" />
|
||||
<Compile Include="ConsoleIcon.cs" />
|
||||
<Compile Include="WinAPI\ConsoleIcon.cs" />
|
||||
<Compile Include="ConsoleIO.cs" />
|
||||
<Compile Include="Crypto\Streams\BouncyAes\AesFastEngine.cs" />
|
||||
<Compile Include="Crypto\Streams\BouncyAes\BufferedBlockCipher.cs" />
|
||||
|
|
@ -235,6 +235,7 @@
|
|||
<Compile Include="Settings.cs" />
|
||||
<Compile Include="Commands\List.cs" />
|
||||
<Compile Include="Mapping\Location.cs" />
|
||||
<Compile Include="WinAPI\WindowsVersion.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue