Created
March 15, 2014 00:52
-
-
Save adamchester/9560154 to your computer and use it in GitHub Desktop.
git diff after win store target change
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Octokit.Tests/OctoKit.Tests-NetCore45.csproj b/Octokit.Tests/OctoKit.Tests-NetCore45.csproj | |
index 351d930..00bf659 100644 | |
--- a/Octokit.Tests/OctoKit.Tests-NetCore45.csproj | |
+++ b/Octokit.Tests/OctoKit.Tests-NetCore45.csproj | |
@@ -1,5 +1,5 @@ | |
?<?xml version="1.0" encoding="utf-8"?> | |
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
+<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuild | |
<PropertyGroup> | |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
@@ -9,8 +9,9 @@ | |
<AppDesignerFolder>Properties</AppDesignerFolder> | |
<RootNamespace>Octokit.Tests-NetCore45</RootNamespace> | |
<AssemblyName>Octokit.Tests-NetCore45</AssemblyName> | |
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | |
+ <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> | |
<FileAlignment>512</FileAlignment> | |
+ <TargetFrameworkProfile /> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
<DebugSymbols>true</DebugSymbols> | |
diff --git a/Octokit/Octokit-netcore45.csproj b/Octokit/Octokit-netcore45.csproj | |
index 7130e50..c101613 100644 | |
--- a/Octokit/Octokit-netcore45.csproj | |
+++ b/Octokit/Octokit-netcore45.csproj | |
@@ -1,5 +1,5 @@ | |
?<?xml version="1.0" encoding="utf-8"?> | |
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
+<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuild | |
<PropertyGroup> | |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
@@ -11,9 +11,10 @@ | |
<AppDesignerFolder>Properties</AppDesignerFolder> | |
<RootNamespace>Octokit</RootNamespace> | |
<AssemblyName>Octokit</AssemblyName> | |
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | |
+ <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> | |
<FileAlignment>512</FileAlignment> | |
<CodeAnalysisCulture>en-US</CodeAnalysisCulture> | |
+ <TargetFrameworkProfile /> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
<DebugSymbols>true</DebugSymbols> | |
diff --git a/Octokit/packages.config b/Octokit/packages.config | |
index 3771b8b..c684ef1 100644 | |
--- a/Octokit/packages.config | |
+++ b/Octokit/packages.config | |
@@ -1,10 +1,10 @@ | |
?<?xml version="1.0" encoding="utf-8"?> | |
<packages> | |
<package id="DocPlagiarizer" version="0.1.1" targetFramework="net45" developmentDependency="true" /> | |
- <package id="Rx-Core" version="2.1.30214.0" targetFramework="net40" requireReinstallation="True" /> | |
- <package id="Rx-Interfaces" version="2.1.30214.0" targetFramework="net40" requireReinstallation="True" /> | |
- <package id="Rx-Linq" version="2.1.30214.0" targetFramework="net40" requireReinstallation="True" /> | |
+ <package id="Rx-Core" version="2.1.30214.0" targetFramework="net40" /> | |
+ <package id="Rx-Interfaces" version="2.1.30214.0" targetFramework="net40" /> | |
+ <package id="Rx-Linq" version="2.1.30214.0" targetFramework="net40" /> | |
<package id="Rx-Main" version="2.1.30214.0" targetFramework="net40" /> | |
- <package id="Rx-PlatformServices" version="2.1.30214.0" targetFramework="net40" requireReinstallation="True" /> | |
+ <package id="Rx-PlatformServices" version="2.1.30214.0" targetFramework="net40" /> | |
<package id="SimpleJson" version="0.34.0" targetFramework="net45" developmentDependency="true" /> | |
</packages> | |
\ No newline at end of file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment