Skip to content

Commit 25fcf7f

Browse files
committed
housekeeping: fix the project format
1 parent a7f7dc8 commit 25fcf7f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ReactiveUI/ReactiveUI.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
<Project Sdk="MSBuild.Sdk.Extras">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;Xamarin.iOS10;Xamarin.Mac20;Xamarin.TVOS10;MonoAndroid81;netcoreapp2.0;tizen40</TargetFrameworks>
4-
<<<<<<< HEAD
5-
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">$(TargetFrameworks);net461;uap10.0.17763</TargetFrameworks>
6-
=======
74
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">$(TargetFrameworks);net461;uap10.0.17763;netcoreapp3.0</TargetFrameworks>
8-
>>>>>>> 863b7af9... Integrate .NET Core v3 Preview 3 changes
95
<AssemblyName>ReactiveUI</AssemblyName>
106
<RootNamespace>ReactiveUI</RootNamespace>
117
<Description>A MVVM framework that integrates with the Reactive Extensions for .NET to create elegant, testable User Interfaces that run on any mobile or desktop platform. Supports Xamarin.iOS, Xamarin.Android, Xamarin.Mac, Xamarin Forms, WPF, Windows Forms, Windows Phone 8.1, Windows Store and Universal Windows Platform (UWP).</Description>

0 commit comments

Comments
 (0)