diff --git a/Directory.Build.props b/Directory.Build.props index 251b82b..1e2b9d1 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,9 +4,9 @@ $(MSBuildThisFileDirectory) $(BasePath)artifacts\obj\$(MSBuildProjectName)\ - - false - False + PackageReference + false + False \ No newline at end of file diff --git a/NuGet.Config b/NuGet.Config index 74ded01..c971e75 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -1,5 +1,5 @@ - + diff --git a/src/Portable.Xaml/Portable.Xaml-pcl259.csproj b/src/Portable.Xaml/Portable.Xaml-pcl259.csproj index ca24b9d..7b59ee7 100644 --- a/src/Portable.Xaml/Portable.Xaml-pcl259.csproj +++ b/src/Portable.Xaml/Portable.Xaml-pcl259.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,6 +10,7 @@ Portable.Xaml Profile259 v4.5 + 10.0 true @@ -31,7 +32,6 @@ pdbonly true - @@ -181,4 +181,5 @@ + \ No newline at end of file diff --git a/src/Test/Portable.Xaml-tests-net_4_5.csproj b/src/Test/Portable.Xaml-tests-net_4_5.csproj index 8c9c29e..388c2af 100644 --- a/src/Test/Portable.Xaml-tests-net_4_5.csproj +++ b/src/Test/Portable.Xaml-tests-net_4_5.csproj @@ -90,17 +90,18 @@ - - ..\..\artifacts\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll - - - ..\..\artifacts\packages\System.Collections.Immutable.1.4.0\lib\netstandard2.0\System.Collections.Immutable.dll - PreserveNewest - + + + + 3.9.0 + + + 1.4.0 + \ No newline at end of file diff --git a/src/Test/Portable.Xaml-tests-netstandard1.3.csproj b/src/Test/Portable.Xaml-tests-netstandard1.3.csproj index 4c52d07..0796835 100644 --- a/src/Test/Portable.Xaml-tests-netstandard1.3.csproj +++ b/src/Test/Portable.Xaml-tests-netstandard1.3.csproj @@ -89,18 +89,11 @@ - - ..\..\artifacts\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll - - - ..\..\artifacts\packages\System.Collections.Immutable.1.4.0\lib\netstandard2.0\System.Collections.Immutable.dll - PreserveNewest - @@ -108,4 +101,12 @@ Portable.Xaml-netstandard1.3 + + + 3.9.0 + + + 1.4.0 + + \ No newline at end of file diff --git a/src/Test/Portable.Xaml-tests-pcl259.csproj b/src/Test/Portable.Xaml-tests-pcl259.csproj index 897f46c..6505bb0 100644 --- a/src/Test/Portable.Xaml-tests-pcl259.csproj +++ b/src/Test/Portable.Xaml-tests-pcl259.csproj @@ -82,18 +82,11 @@ - - ..\..\artifacts\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll - - - ..\..\artifacts\packages\System.Collections.Immutable.1.4.0\lib\netstandard2.0\System.Collections.Immutable.dll - PreserveNewest - @@ -101,4 +94,12 @@ Portable.Xaml-pcl259 + + + 3.9.0 + + + 1.4.0 + + \ No newline at end of file diff --git a/src/Test/packages.config b/src/Test/packages.config deleted file mode 100644 index 54494f4..0000000 --- a/src/Test/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file