Skip to content

Commit

Permalink
Disabled UseDotNetNativeToolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
xperiandri committed Jun 20, 2021
1 parent 159eefd commit e419760
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,5 @@
<Assembly Dynamic="Required All" Name="Microsoft.Extensions.Hosting" />
<Assembly Dynamic="Required All" Name="Microsoft.Extensions.Logging" />
<Assembly Dynamic="Required All" Name="Microsoft.Extensions.Options" />

<!--<Assembly Dynamic="Required All" Name="FSharp.Core" />
<Assembly Dynamic="Required All" Name="Elmish" />
<Assembly Dynamic="Required All" Name="Elmish.Uno" />
<Assembly Dynamic="Required All" Name="Elmish.Uno.Mobile" />
<Assembly Dynamic="Required All" Name="FSharp.Collections.Immutable" />
<Assembly Dynamic="Required All" Name="FSharp.Control.FusionTasks" />
<Assembly Dynamic="Required All" Name="FSharp.Control.Reactive" />
<Assembly Dynamic="Required All" Name="FSharpPlus" />
<Assembly Dynamic="Required All" Name="System.Collections.Immutable" />
<Assembly Dynamic="Required All" Name="Uno.Core" />
<Assembly Dynamic="Required All" Name="Xamarin.Essentials" />-->
</Application>
</Directives>
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
<UseDotNetNativeToolchain>false</UseDotNetNativeToolchain>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -108,7 +108,7 @@
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
<Use64Bitcompiler>true</Use64Bitcompiler>
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
<UseDotNetNativeToolchain>false</UseDotNetNativeToolchain>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -132,7 +132,7 @@
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
<Use64Bitcompiler>true</Use64Bitcompiler>
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
<UseDotNetNativeToolchain>false</UseDotNetNativeToolchain>
</PropertyGroup>
<ItemGroup>
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
Expand Down

0 comments on commit e419760

Please sign in to comment.