diff --git a/GitVersion.yml b/GitVersion.yml
index 409bbcbd7..f8f1587c3 100644
--- a/GitVersion.yml
+++ b/GitVersion.yml
@@ -1,4 +1,3 @@
-next-version: 3.0.0
assembly-versioning-scheme: None
branches:
master:
diff --git a/README.md b/README.md
index 500bf5230..6fc2d2d46 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![](http://f.cl.ly/items/1307401C3x2g3F2p2Z36/Logo.png)
-[![Build status](https://ci.appveyor.com/api/projects/status/i59faf63q00bm613?svg=true)](https://ci.appveyor.com/project/shiftkey/splat)
+[![Build status](https://ci.appveyor.com/api/projects/status/github/reactiveui/splat)](https://ci.appveyor.com/project/ghuntley/splat)
Certain types of things are basically impossible to do in cross-platform
mobile code today, yet there's no reason why. Writing a ViewModel that handles
diff --git a/src/Directory.build.props b/src/Directory.build.props
index 1cce6c7b9..ef703252b 100644
--- a/src/Directory.build.props
+++ b/src/Directory.build.props
@@ -11,11 +11,11 @@
-
+
-
+
\ No newline at end of file
diff --git a/src/Directory.build.targets b/src/Directory.build.targets
index 56e12bcb8..284c55924 100644
--- a/src/Directory.build.targets
+++ b/src/Directory.build.targets
@@ -1,14 +1,9 @@
-
- $(DefineConstants);PORTABLE
-
-
+
$(DefineConstants);NET_45;XAML
-
+
$(DefineConstants);NETFX_CORE;XAML;WINDOWS_UWP
- 10.0.14393.0
- 10.0.10586.0
$(DefineConstants);MONO;UIKIT;COCOA
@@ -19,10 +14,8 @@
$(DefineConstants);MONO;ANDROID
-
-
-
-
-
+
+
+
diff --git a/src/Splat.sln b/src/Splat.sln
index 1b0e21b4b..8cd302c24 100644
--- a/src/Splat.sln
+++ b/src/Splat.sln
@@ -5,6 +5,12 @@ VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Splat", "Splat\Splat.csproj", "{8535BDE3-25B5-41D6-BF5D-2DF766AE879B}"
EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C7B370F1-BEF3-4AB7-BA08-CC5D83E74598}"
+ ProjectSection(SolutionItems) = preProject
+ Directory.build.props = Directory.build.props
+ Directory.build.targets = Directory.build.targets
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
diff --git a/src/Splat/Platforms/net45/Bitmaps.cs b/src/Splat/Platforms/net461/Bitmaps.cs
similarity index 100%
rename from src/Splat/Platforms/net45/Bitmaps.cs
rename to src/Splat/Platforms/net461/Bitmaps.cs
diff --git a/src/Splat/Platforms/net45/Color.cs b/src/Splat/Platforms/net461/Color.cs
similarity index 100%
rename from src/Splat/Platforms/net45/Color.cs
rename to src/Splat/Platforms/net461/Color.cs
diff --git a/src/Splat/Platforms/net45/Point.cs b/src/Splat/Platforms/net461/Point.cs
similarity index 100%
rename from src/Splat/Platforms/net45/Point.cs
rename to src/Splat/Platforms/net461/Point.cs
diff --git a/src/Splat/Platforms/net45/Rect.cs b/src/Splat/Platforms/net461/Rect.cs
similarity index 100%
rename from src/Splat/Platforms/net45/Rect.cs
rename to src/Splat/Platforms/net461/Rect.cs
diff --git a/src/Splat/Splat.csproj b/src/Splat/Splat.csproj
index cd7a1a7c1..62fe674d9 100644
--- a/src/Splat/Splat.csproj
+++ b/src/Splat/Splat.csproj
@@ -1,6 +1,6 @@
- netstandard1.1;net45;uap10.0;MonoAndroid70;Xamarin.iOS10;Xamarin.Mac20;netstandard2.0
+ net461;uap10.0.16299;MonoAndroid70;Xamarin.iOS10;Xamarin.Mac20;netstandard2.0
Splat
Splat
Paul Betts
@@ -13,16 +13,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -31,8 +21,8 @@
-
-
+
+
@@ -45,12 +35,9 @@
-
+
-
-
-
diff --git a/tools/nuget/NuGet.exe b/tools/nuget/NuGet.exe
index ec1309c7a..0cc40884a 100644
Binary files a/tools/nuget/NuGet.exe and b/tools/nuget/NuGet.exe differ