Skip to content

Instantly share code, notes, and snippets.

@anaisbetts
Created April 14, 2014 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anaisbetts/10629099 to your computer and use it in GitHub Desktop.
Save anaisbetts/10629099 to your computer and use it in GitHub Desktop.
diff -r f08c9e9a4709 .nuget/NuGet.targets
--- a/.nuget/NuGet.targets Mon Mar 17 10:22:34 2014 -0400
+++ b/.nuget/NuGet.targets Mon Apr 14 01:48:56 2014 -0700
@@ -10,7 +10,7 @@
<BuildPackage Condition=" '$(BuildPackage)' == '' ">false</BuildPackage>
<!-- Determines if package restore consent is required to restore packages -->
- <RequireRestoreConsent Condition=" '$(RequireRestoreConsent)' != 'false' ">true</RequireRestoreConsent>
+ <RequireRestoreConsent Condition=" '$(RequireRestoreConsent)' != 'false' ">false</RequireRestoreConsent>
<!-- Download NuGet.exe if it does not already exist -->
<DownloadNuGetExe Condition=" '$(DownloadNuGetExe)' == '' ">false</DownloadNuGetExe>
@@ -148,4 +148,4 @@
</Code>
</Task>
</UsingTask>
-</Project>
\ No newline at end of file
+</Project>
diff -r f08c9e9a4709 Src/GoogleApis.Auth/GoogleApis.Auth.csproj
--- a/Src/GoogleApis.Auth/GoogleApis.Auth.csproj Mon Mar 17 10:22:34 2014 -0400
+++ b/Src/GoogleApis.Auth/GoogleApis.Auth.csproj Mon Apr 14 01:48:56 2014 -0700
@@ -10,8 +10,8 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Google.Apis.Auth</RootNamespace>
<AssemblyName>Google.Apis.Auth</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <TargetFrameworkProfile>Profile88</TargetFrameworkProfile>
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ <TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
@@ -118,4 +118,4 @@
<Target Name="AfterBuild">
</Target>
-->
-</Project>
\ No newline at end of file
+</Project>
diff -r f08c9e9a4709 Src/GoogleApis.Core/GoogleApis.Core.csproj
--- a/Src/GoogleApis.Core/GoogleApis.Core.csproj Mon Mar 17 10:22:34 2014 -0400
+++ b/Src/GoogleApis.Core/GoogleApis.Core.csproj Mon Apr 14 01:48:56 2014 -0700
@@ -10,8 +10,8 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Google</RootNamespace>
<AssemblyName>Google.Apis.Core</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <TargetFrameworkProfile>Profile88</TargetFrameworkProfile>
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ <TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
@@ -124,4 +124,4 @@
<Target Name="AfterBuild">
</Target>
-->
-</Project>
\ No newline at end of file
+</Project>
diff -r f08c9e9a4709 Src/GoogleApis/GoogleApis.csproj
--- a/Src/GoogleApis/GoogleApis.csproj Mon Mar 17 10:22:34 2014 -0400
+++ b/Src/GoogleApis/GoogleApis.csproj Mon Apr 14 01:48:56 2014 -0700
@@ -10,8 +10,8 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Google</RootNamespace>
<AssemblyName>Google.Apis</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <TargetFrameworkProfile>Profile88</TargetFrameworkProfile>
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ <TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
@@ -109,4 +109,4 @@
<Target Name="AfterBuild">
</Target>
-->
-</Project>
\ No newline at end of file
+</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment