Removed unneeded setting

This commit is contained in:
Todor Totev 2020-05-23 00:21:46 +03:00
parent 6a2851bfae
commit 63280b1992

View File

@ -3,8 +3,6 @@
<!-- if you want to check exceptions, change this to "Exe" and start your app from the console --> <!-- if you want to check exceptions, change this to "Exe" and start your app from the console -->
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<TargetFramework>net5.0</TargetFramework> <TargetFramework>net5.0</TargetFramework>
<!-- This is a hack. Avalonia 0.9.9 depends on a version of System.Reactive prior 4.4.1, which contains a critical fix for building with CoreRT -->
<!--<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>-->
<Platforms>AnyCPU;x64</Platforms> <Platforms>AnyCPU;x64</Platforms>
</PropertyGroup> </PropertyGroup>