summaryrefslogtreecommitdiffstats
path: root/nuget
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-04-23 19:32:52 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2012-04-23 19:32:52 -0700
commit7554f28663e528bcd8ed7acd87184066cdf60fa3 (patch)
tree59838dca25bd0c5edeafeb28b3f4c674b2ae1c3b /nuget
parentab27c3ba3075583e95bf95d42e69bc5585f2a37e (diff)
downloadDotNetOpenAuth-7554f28663e528bcd8ed7acd87184066cdf60fa3.zip
DotNetOpenAuth-7554f28663e528bcd8ed7acd87184066cdf60fa3.tar.gz
DotNetOpenAuth-7554f28663e528bcd8ed7acd87184066cdf60fa3.tar.bz2
Added .NET 4.5 targetability to DNOA and enhanced .nupkg files to include .NET 4.5 assemblies.
Diffstat (limited to 'nuget')
-rw-r--r--nuget/DotNetOpenAuth.AspNet.nuspec4
-rw-r--r--nuget/DotNetOpenAuth.Core.UI.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.Core.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.InfoCard.UI.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.InfoCard.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.OAuth.Common.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.OAuth.Consumer.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.OAuth.Core.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.OAuth2.Client.UI.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.OAuth2.Client.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.OAuth2.ClientAuthorization.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.OAuth2.Core.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.OpenId.Core.UI.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.OpenId.Core.nuspec9
-rw-r--r--nuget/DotNetOpenAuth.OpenId.Provider.UI.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.OpenId.Provider.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.OpenId.RelyingParty.UI.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.OpenIdInfoCard.UI.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.OpenIdOAuth.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.Ultimate.nuspec3
-rw-r--r--nuget/nuget.proj19
25 files changed, 98 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.AspNet.nuspec b/nuget/DotNetOpenAuth.AspNet.nuspec
index 3d08145..c1b15a0 100644
--- a/nuget/DotNetOpenAuth.AspNet.nuspec
+++ b/nuget/DotNetOpenAuth.AspNet.nuspec
@@ -25,6 +25,10 @@
<file src="$OutputPath40$DotNetOpenAuth.AspNet.pdb" target="lib\net40-full\DotNetOpenAuth.AspNet.pdb" />
<file src="$OutputPath40$DotNetOpenAuth.AspNet.xml" target="lib\net40-full\DotNetOpenAuth.AspNet.xml" />
+ <file src="$OutputPath45$signed\DotNetOpenAuth.AspNet.dll" target="lib\net45-full\DotNetOpenAuth.AspNet.dll" />
+ <file src="$OutputPath45$DotNetOpenAuth.AspNet.pdb" target="lib\net45-full\DotNetOpenAuth.AspNet.pdb" />
+ <file src="$OutputPath45$DotNetOpenAuth.AspNet.xml" target="lib\net45-full\DotNetOpenAuth.AspNet.xml" />
+
<file src="..\src\DotNetOpenAuth.AspNet\**\*.cs" target="src" />
</files>
</package> \ No newline at end of file
diff --git a/nuget/DotNetOpenAuth.Core.UI.nuspec b/nuget/DotNetOpenAuth.Core.UI.nuspec
index c966515..90013d2 100644
--- a/nuget/DotNetOpenAuth.Core.UI.nuspec
+++ b/nuget/DotNetOpenAuth.Core.UI.nuspec
@@ -20,12 +20,15 @@
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.Core.UI.dll" target="lib\net35-full\" />
<file src="$OutputPath40$signed\DotNetOpenAuth.Core.UI.dll" target="lib\net40-full\" />
+ <file src="$OutputPath45$signed\DotNetOpenAuth.Core.UI.dll" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.Core.UI.pdb" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.Core.UI.pdb" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.Core.UI.pdb" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.Core.UI.xml" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.Core.UI.xml" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.Core.UI.xml" target="lib\net45-full\" />
<file src="..\src\DotNetOpenAuth.Core.UI\**\*.cs" target="src" />
</files>
diff --git a/nuget/DotNetOpenAuth.Core.nuspec b/nuget/DotNetOpenAuth.Core.nuspec
index 9266869..61ebb35 100644
--- a/nuget/DotNetOpenAuth.Core.nuspec
+++ b/nuget/DotNetOpenAuth.Core.nuspec
@@ -23,12 +23,15 @@
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.Core.dll" target="lib\net35-full\" />
<file src="$OutputPath40$signed\DotNetOpenAuth.Core.dll" target="lib\net40-full\" />
+ <file src="$OutputPath45$signed\DotNetOpenAuth.Core.dll" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.Core.pdb" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.Core.pdb" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.Core.pdb" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.Core.xml" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.Core.xml" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.Core.xml" target="lib\net45-full\" />
<file src="content\Core\web.config.transform" target="content\web.config.transform" />
diff --git a/nuget/DotNetOpenAuth.InfoCard.UI.nuspec b/nuget/DotNetOpenAuth.InfoCard.UI.nuspec
index af6a6f6..0109cad 100644
--- a/nuget/DotNetOpenAuth.InfoCard.UI.nuspec
+++ b/nuget/DotNetOpenAuth.InfoCard.UI.nuspec
@@ -25,12 +25,15 @@
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.InfoCard.UI.dll" target="lib\net35-full\" />
<file src="$OutputPath40$signed\DotNetOpenAuth.InfoCard.UI.dll" target="lib\net40-full\" />
+ <file src="$OutputPath45$signed\DotNetOpenAuth.InfoCard.UI.dll" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.InfoCard.UI.pdb" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.InfoCard.UI.pdb" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.InfoCard.UI.pdb" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.InfoCard.UI.xml" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.InfoCard.UI.xml" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.InfoCard.UI.xml" target="lib\net45-full\" />
<file src="..\src\DotNetOpenAuth.InfoCard.UI\**\*.cs" target="src" />
</files>
diff --git a/nuget/DotNetOpenAuth.InfoCard.nuspec b/nuget/DotNetOpenAuth.InfoCard.nuspec
index 2c3f892..4e3996d 100644
--- a/nuget/DotNetOpenAuth.InfoCard.nuspec
+++ b/nuget/DotNetOpenAuth.InfoCard.nuspec
@@ -23,12 +23,15 @@
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.InfoCard.dll" target="lib\net35-full\" />
<file src="$OutputPath40$signed\DotNetOpenAuth.InfoCard.dll" target="lib\net40-full\" />
+ <file src="$OutputPath45$signed\DotNetOpenAuth.InfoCard.dll" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.InfoCard.pdb" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.InfoCard.pdb" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.InfoCard.pdb" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.InfoCard.xml" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.InfoCard.xml" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.InfoCard.xml" target="lib\net45-full\" />
<file src="..\src\DotNetOpenAuth.InfoCard\**\*.cs" target="src" />
</files>
diff --git a/nuget/DotNetOpenAuth.OAuth.Common.nuspec b/nuget/DotNetOpenAuth.OAuth.Common.nuspec
index d88ba7b..7160414 100644
--- a/nuget/DotNetOpenAuth.OAuth.Common.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth.Common.nuspec
@@ -19,12 +19,15 @@
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.OAuth.Common.dll" target="lib\net35-full\" />
<file src="$OutputPath40$signed\DotNetOpenAuth.OAuth.Common.dll" target="lib\net40-full\" />
+ <file src="$OutputPath45$signed\DotNetOpenAuth.OAuth.Common.dll" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.OAuth.Common.pdb" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth.Common.pdb" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.OAuth.Common.pdb" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.OAuth.Common.xml" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth.Common.xml" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.OAuth.Common.xml" target="lib\net45-full\" />
<file src="..\src\DotNetOpenAuth.OAuth.Common\**\*.cs" target="src" />
</files>
diff --git a/nuget/DotNetOpenAuth.OAuth.Consumer.nuspec b/nuget/DotNetOpenAuth.OAuth.Consumer.nuspec
index e397590..9b0ba9f 100644
--- a/nuget/DotNetOpenAuth.OAuth.Consumer.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth.Consumer.nuspec
@@ -22,12 +22,15 @@
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.OAuth.Consumer.dll" target="lib\net35-full\" />
<file src="$OutputPath40$signed\DotNetOpenAuth.OAuth.Consumer.dll" target="lib\net40-full\" />
+ <file src="$OutputPath45$signed\DotNetOpenAuth.OAuth.Consumer.dll" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.OAuth.Consumer.pdb" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth.Consumer.pdb" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.OAuth.Consumer.pdb" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.OAuth.Consumer.xml" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth.Consumer.xml" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.OAuth.Consumer.xml" target="lib\net45-full\" />
<file src="..\src\DotNetOpenAuth.OAuth.Consumer\**\*.cs" target="src" />
</files>
diff --git a/nuget/DotNetOpenAuth.OAuth.Core.nuspec b/nuget/DotNetOpenAuth.OAuth.Core.nuspec
index 6299e4d..2c2d0a8 100644
--- a/nuget/DotNetOpenAuth.OAuth.Core.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth.Core.nuspec
@@ -19,12 +19,15 @@
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.OAuth.dll" target="lib\net35-full\" />
<file src="$OutputPath40$signed\DotNetOpenAuth.OAuth.dll" target="lib\net40-full\" />
+ <file src="$OutputPath45$signed\DotNetOpenAuth.OAuth.dll" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.OAuth.pdb" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth.pdb" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.OAuth.pdb" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.OAuth.xml" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth.xml" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.OAuth.xml" target="lib\net45-full\" />
<file src="content\OAuth.Core\web.config.transform" target="content\web.config.transform" />
diff --git a/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec b/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec
index e839d51..eb02ce5 100644
--- a/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec
@@ -23,12 +23,15 @@
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.OAuth.ServiceProvider.dll" target="lib\net35-full\" />
<file src="$OutputPath40$signed\DotNetOpenAuth.OAuth.ServiceProvider.dll" target="lib\net40-full\" />
+ <file src="$OutputPath45$signed\DotNetOpenAuth.OAuth.ServiceProvider.dll" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.OAuth.ServiceProvider.pdb" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth.ServiceProvider.pdb" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.OAuth.ServiceProvider.pdb" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.OAuth.ServiceProvider.xml" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth.ServiceProvider.xml" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.OAuth.ServiceProvider.xml" target="lib\net45-full\" />
<file src="..\src\DotNetOpenAuth.OAuth.ServiceProvider\**\*.cs" target="src" />
</files>
diff --git a/nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec b/nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec
index a43a9f3..ae6552a 100644
--- a/nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec
@@ -22,12 +22,15 @@
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.OAuth2.AuthorizationServer.dll" target="lib\net35-full" />
<file src="$OutputPath40$signed\DotNetOpenAuth.OAuth2.AuthorizationServer.dll" target="lib\net40-full" />
+ <file src="$OutputPath45$signed\DotNetOpenAuth.OAuth2.AuthorizationServer.dll" target="lib\net45-full" />
<file src="$OutputPath35$DotNetOpenAuth.OAuth2.AuthorizationServer.pdb" target="lib\net35-full" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth2.AuthorizationServer.pdb" target="lib\net40-full" />
+ <file src="$OutputPath45$DotNetOpenAuth.OAuth2.AuthorizationServer.pdb" target="lib\net45-full" />
<file src="$OutputPath35$DotNetOpenAuth.OAuth2.AuthorizationServer.xml" target="lib\net35-full" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth2.AuthorizationServer.xml" target="lib\net40-full" />
+ <file src="$OutputPath45$DotNetOpenAuth.OAuth2.AuthorizationServer.xml" target="lib\net45-full" />
<file src="..\src\DotNetOpenAuth.OAuth2.AuthorizationServer\**\*.cs" target="src" />
</files>
diff --git a/nuget/DotNetOpenAuth.OAuth2.Client.UI.nuspec b/nuget/DotNetOpenAuth.OAuth2.Client.UI.nuspec
index e22dfe9..3716b38 100644
--- a/nuget/DotNetOpenAuth.OAuth2.Client.UI.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth2.Client.UI.nuspec
@@ -22,12 +22,15 @@
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.OAuth2.Client.UI.dll" target="lib\net35-full" />
<file src="$OutputPath40$signed\DotNetOpenAuth.OAuth2.Client.UI.dll" target="lib\net40-full" />
+ <file src="$OutputPath45$signed\DotNetOpenAuth.OAuth2.Client.UI.dll" target="lib\net45-full" />
<file src="$OutputPath35$DotNetOpenAuth.OAuth2.Client.UI.pdb" target="lib\net35-full" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth2.Client.UI.pdb" target="lib\net40-full" />
+ <file src="$OutputPath45$DotNetOpenAuth.OAuth2.Client.UI.pdb" target="lib\net45-full" />
<file src="$OutputPath35$DotNetOpenAuth.OAuth2.Client.UI.xml" target="lib\net35-full" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth2.Client.UI.xml" target="lib\net40-full" />
+ <file src="$OutputPath45$DotNetOpenAuth.OAuth2.Client.UI.xml" target="lib\net45-full" />
<file src="..\src\DotNetOpenAuth.OAuth2.Client.UI\**\*.cs" target="src" />
</files>
diff --git a/nuget/DotNetOpenAuth.OAuth2.Client.nuspec b/nuget/DotNetOpenAuth.OAuth2.Client.nuspec
index 5c447a5..a7c8b51 100644
--- a/nuget/DotNetOpenAuth.OAuth2.Client.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth2.Client.nuspec
@@ -22,12 +22,15 @@
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.OAuth2.Client.dll" target="lib\net35-full" />
<file src="$OutputPath40$signed\DotNetOpenAuth.OAuth2.Client.dll" target="lib\net40-full" />
+ <file src="$OutputPath45$signed\DotNetOpenAuth.OAuth2.Client.dll" target="lib\net45-full" />
<file src="$OutputPath35$DotNetOpenAuth.OAuth2.Client.pdb" target="lib\net35-full" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth2.Client.pdb" target="lib\net40-full" />
+ <file src="$OutputPath45$DotNetOpenAuth.OAuth2.Client.pdb" target="lib\net45-full" />
<file src="$OutputPath35$DotNetOpenAuth.OAuth2.Client.xml" target="lib\net35-full" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth2.Client.xml" target="lib\net40-full" />
+ <file src="$OutputPath45$DotNetOpenAuth.OAuth2.Client.xml" target="lib\net45-full" />
<file src="..\src\DotNetOpenAuth.OAuth2.Client\**\*.cs" target="src" />
</files>
diff --git a/nuget/DotNetOpenAuth.OAuth2.ClientAuthorization.nuspec b/nuget/DotNetOpenAuth.OAuth2.ClientAuthorization.nuspec
index bb6d89f..0c72cd8 100644
--- a/nuget/DotNetOpenAuth.OAuth2.ClientAuthorization.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth2.ClientAuthorization.nuspec
@@ -18,12 +18,15 @@
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.OAuth2.ClientAuthorization.dll" target="lib\net35-full" />
<file src="$OutputPath40$signed\DotNetOpenAuth.OAuth2.ClientAuthorization.dll" target="lib\net40-full" />
+ <file src="$OutputPath45$signed\DotNetOpenAuth.OAuth2.ClientAuthorization.dll" target="lib\net45-full" />
<file src="$OutputPath35$DotNetOpenAuth.OAuth2.ClientAuthorization.pdb" target="lib\net35-full" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth2.ClientAuthorization.pdb" target="lib\net40-full" />
+ <file src="$OutputPath45$DotNetOpenAuth.OAuth2.ClientAuthorization.pdb" target="lib\net45-full" />
<file src="$OutputPath35$DotNetOpenAuth.OAuth2.ClientAuthorization.xml" target="lib\net35-full" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth2.ClientAuthorization.xml" target="lib\net40-full" />
+ <file src="$OutputPath45$DotNetOpenAuth.OAuth2.ClientAuthorization.xml" target="lib\net45-full" />
<file src="..\src\DotNetOpenAuth.OAuth2.ClientAuthorization\**\*.cs" target="src" />
</files>
diff --git a/nuget/DotNetOpenAuth.OAuth2.Core.nuspec b/nuget/DotNetOpenAuth.OAuth2.Core.nuspec
index 28c2614..15e8049 100644
--- a/nuget/DotNetOpenAuth.OAuth2.Core.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth2.Core.nuspec
@@ -19,12 +19,15 @@
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.OAuth2.dll" target="lib\net35-full" />
<file src="$OutputPath40$signed\DotNetOpenAuth.OAuth2.dll" target="lib\net40-full" />
+ <file src="$OutputPath45$signed\DotNetOpenAuth.OAuth2.dll" target="lib\net45-full" />
<file src="$OutputPath35$DotNetOpenAuth.OAuth2.pdb" target="lib\net35-full" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth2.pdb" target="lib\net40-full" />
+ <file src="$OutputPath45$DotNetOpenAuth.OAuth2.pdb" target="lib\net45-full" />
<file src="$OutputPath35$DotNetOpenAuth.OAuth2.xml" target="lib\net35-full" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth2.xml" target="lib\net40-full" />
+ <file src="$OutputPath45$DotNetOpenAuth.OAuth2.xml" target="lib\net45-full" />
<file src="content\OAuth2.Core\web.config.transform" target="content\web.config.transform" />
diff --git a/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec b/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec
index 8c3f94a..d297fbb 100644
--- a/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec
@@ -24,12 +24,15 @@
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.OAuth2.ResourceServer.dll" target="lib\net35-full" />
<file src="$OutputPath40$signed\DotNetOpenAuth.OAuth2.ResourceServer.dll" target="lib\net40-full" />
+ <file src="$OutputPath45$signed\DotNetOpenAuth.OAuth2.ResourceServer.dll" target="lib\net45-full" />
<file src="$OutputPath35$DotNetOpenAuth.OAuth2.ResourceServer.pdb" target="lib\net35-full" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth2.ResourceServer.pdb" target="lib\net40-full" />
+ <file src="$OutputPath45$DotNetOpenAuth.OAuth2.ResourceServer.pdb" target="lib\net45-full" />
<file src="$OutputPath35$DotNetOpenAuth.OAuth2.ResourceServer.xml" target="lib\net35-full" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth2.ResourceServer.xml" target="lib\net40-full" />
+ <file src="$OutputPath45$DotNetOpenAuth.OAuth2.ResourceServer.xml" target="lib\net45-full" />
<file src="..\src\DotNetOpenAuth.OAuth2.ResourceServer\**\*.cs" target="src" />
</files>
diff --git a/nuget/DotNetOpenAuth.OpenId.Core.UI.nuspec b/nuget/DotNetOpenAuth.OpenId.Core.UI.nuspec
index 7411278..e7380c2 100644
--- a/nuget/DotNetOpenAuth.OpenId.Core.UI.nuspec
+++ b/nuget/DotNetOpenAuth.OpenId.Core.UI.nuspec
@@ -19,12 +19,15 @@
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.OpenId.UI.dll" target="lib\net35-full\" />
<file src="$OutputPath40$signed\DotNetOpenAuth.OpenId.UI.dll" target="lib\net40-full\" />
+ <file src="$OutputPath45$signed\DotNetOpenAuth.OpenId.UI.dll" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.OpenId.UI.pdb" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.OpenId.UI.pdb" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.OpenId.UI.pdb" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.OpenId.UI.xml" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.OpenId.UI.xml" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.OpenId.UI.xml" target="lib\net45-full\" />
<file src="..\src\DotNetOpenAuth.OpenId.UI\**\*.cs" target="src" />
</files>
diff --git a/nuget/DotNetOpenAuth.OpenId.Core.nuspec b/nuget/DotNetOpenAuth.OpenId.Core.nuspec
index 541e8e6..5eadd9b 100644
--- a/nuget/DotNetOpenAuth.OpenId.Core.nuspec
+++ b/nuget/DotNetOpenAuth.OpenId.Core.nuspec
@@ -23,24 +23,33 @@
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.OpenId.dll" target="lib\net35-full\" />
<file src="$OutputPath40$signed\DotNetOpenAuth.OpenId.dll" target="lib\net40-full\" />
+ <file src="$OutputPath45$signed\DotNetOpenAuth.OpenId.dll" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.OpenId.pdb" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.OpenId.pdb" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.OpenId.pdb" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.OpenId.xml" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.OpenId.xml" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.OpenId.xml" target="lib\net45-full\" />
<file src="$OutputPath35$signed\Org.Mentalis.Security.Cryptography.dll" target="lib\net35-full\" />
<file src="$OutputPath40$signed\Org.Mentalis.Security.Cryptography.dll" target="lib\net40-full\" />
+ <file src="$OutputPath45$signed\Org.Mentalis.Security.Cryptography.dll" target="lib\net45-full\" />
<file src="$OutputPath35$Org.Mentalis.Security.Cryptography.pdb" target="lib\net35-full\" />
<file src="$OutputPath40$Org.Mentalis.Security.Cryptography.pdb" target="lib\net40-full\" />
+ <file src="$OutputPath45$Org.Mentalis.Security.Cryptography.pdb" target="lib\net45-full\" />
<file src="$OutputPath35$Org.Mentalis.Security.Cryptography.xml" target="lib\net35-full\" />
<file src="$OutputPath40$Org.Mentalis.Security.Cryptography.xml" target="lib\net40-full\" />
+ <file src="$OutputPath45$Org.Mentalis.Security.Cryptography.xml" target="lib\net45-full\" />
<file src="$OutputPath35$signed\Mono.Math.dll" target="lib\net35-full\" />
<file src="$OutputPath40$signed\Mono.Math.dll" target="lib\net40-full\" />
+ <file src="$OutputPath45$signed\Mono.Math.dll" target="lib\net45-full\" />
<file src="$OutputPath35$Mono.Math.pdb" target="lib\net35-full\" />
<file src="$OutputPath40$Mono.Math.pdb" target="lib\net40-full\" />
+ <file src="$OutputPath45$Mono.Math.pdb" target="lib\net45-full\" />
<file src="$OutputPath35$Mono.Math.xml" target="lib\net35-full\" />
<file src="$OutputPath40$Mono.Math.xml" target="lib\net40-full\" />
+ <file src="$OutputPath45$Mono.Math.xml" target="lib\net45-full\" />
<file src="content\OpenId.Core\web.config.transform" target="content\web.config.transform" />
diff --git a/nuget/DotNetOpenAuth.OpenId.Provider.UI.nuspec b/nuget/DotNetOpenAuth.OpenId.Provider.UI.nuspec
index 281748d..1d74d86 100644
--- a/nuget/DotNetOpenAuth.OpenId.Provider.UI.nuspec
+++ b/nuget/DotNetOpenAuth.OpenId.Provider.UI.nuspec
@@ -25,12 +25,15 @@
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.OpenId.Provider.UI.dll" target="lib\net35-full\" />
<file src="$OutputPath40$signed\DotNetOpenAuth.OpenId.Provider.UI.dll" target="lib\net40-full\" />
+ <file src="$OutputPath45$signed\DotNetOpenAuth.OpenId.Provider.UI.dll" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.OpenId.Provider.UI.pdb" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.OpenId.Provider.UI.pdb" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.OpenId.Provider.UI.pdb" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.OpenId.Provider.UI.xml" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.OpenId.Provider.UI.xml" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.OpenId.Provider.UI.xml" target="lib\net45-full\" />
<file src="..\src\DotNetOpenAuth.OpenId.Provider.UI\**\*.cs" target="src" />
</files>
diff --git a/nuget/DotNetOpenAuth.OpenId.Provider.nuspec b/nuget/DotNetOpenAuth.OpenId.Provider.nuspec
index cf97799..b015c11 100644
--- a/nuget/DotNetOpenAuth.OpenId.Provider.nuspec
+++ b/nuget/DotNetOpenAuth.OpenId.Provider.nuspec
@@ -24,12 +24,15 @@
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.OpenId.Provider.dll" target="lib\net35-full\" />
<file src="$OutputPath40$signed\DotNetOpenAuth.OpenId.Provider.dll" target="lib\net40-full\" />
+ <file src="$OutputPath45$signed\DotNetOpenAuth.OpenId.Provider.dll" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.OpenId.Provider.pdb" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.OpenId.Provider.pdb" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.OpenId.Provider.pdb" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.OpenId.Provider.xml" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.OpenId.Provider.xml" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.OpenId.Provider.xml" target="lib\net45-full\" />
<file src="content\OpenId.Provider\web.config.transform" target="content\web.config.transform" />
diff --git a/nuget/DotNetOpenAuth.OpenId.RelyingParty.UI.nuspec b/nuget/DotNetOpenAuth.OpenId.RelyingParty.UI.nuspec
index 26e2c62..a18fc5c 100644
--- a/nuget/DotNetOpenAuth.OpenId.RelyingParty.UI.nuspec
+++ b/nuget/DotNetOpenAuth.OpenId.RelyingParty.UI.nuspec
@@ -23,12 +23,15 @@
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.OpenId.RelyingParty.UI.dll" target="lib\net35-full\" />
<file src="$OutputPath40$signed\DotNetOpenAuth.OpenId.RelyingParty.UI.dll" target="lib\net40-full\" />
+ <file src="$OutputPath45$signed\DotNetOpenAuth.OpenId.RelyingParty.UI.dll" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.OpenId.RelyingParty.UI.pdb" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.OpenId.RelyingParty.UI.pdb" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.OpenId.RelyingParty.UI.pdb" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.OpenId.RelyingParty.UI.xml" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.OpenId.RelyingParty.UI.xml" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.OpenId.RelyingParty.UI.xml" target="lib\net45-full\" />
<file src="..\src\DotNetOpenAuth.OpenId.RelyingParty.UI\**\*.cs" target="src" />
</files>
diff --git a/nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec b/nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec
index 06d402e..42ee26d 100644
--- a/nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec
+++ b/nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec
@@ -22,12 +22,15 @@
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.OpenId.RelyingParty.dll" target="lib\net35-full\" />
<file src="$OutputPath40$signed\DotNetOpenAuth.OpenId.RelyingParty.dll" target="lib\net40-full\" />
+ <file src="$OutputPath45$signed\DotNetOpenAuth.OpenId.RelyingParty.dll" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.OpenId.RelyingParty.pdb" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.OpenId.RelyingParty.pdb" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.OpenId.RelyingParty.pdb" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.OpenId.RelyingParty.xml" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.OpenId.RelyingParty.xml" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.OpenId.RelyingParty.xml" target="lib\net45-full\" />
<file src="content\OpenId.RelyingParty\web.config.transform" target="content\web.config.transform" />
diff --git a/nuget/DotNetOpenAuth.OpenIdInfoCard.UI.nuspec b/nuget/DotNetOpenAuth.OpenIdInfoCard.UI.nuspec
index 5f8b4ae..154ddcd 100644
--- a/nuget/DotNetOpenAuth.OpenIdInfoCard.UI.nuspec
+++ b/nuget/DotNetOpenAuth.OpenIdInfoCard.UI.nuspec
@@ -24,12 +24,15 @@
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.OpenIdInfoCard.UI.dll" target="lib\net35-full\" />
<file src="$OutputPath40$signed\DotNetOpenAuth.OpenIdInfoCard.UI.dll" target="lib\net40-full\" />
+ <file src="$OutputPath45$signed\DotNetOpenAuth.OpenIdInfoCard.UI.dll" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.OpenIdInfoCard.UI.pdb" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.OpenIdInfoCard.UI.pdb" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.OpenIdInfoCard.UI.pdb" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.OpenIdInfoCard.UI.xml" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.OpenIdInfoCard.UI.xml" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.OpenIdInfoCard.UI.xml" target="lib\net45-full\" />
<file src="..\src\DotNetOpenAuth.OpenIdInfoCard.UI\**\*.cs" target="src" />
</files>
diff --git a/nuget/DotNetOpenAuth.OpenIdOAuth.nuspec b/nuget/DotNetOpenAuth.OpenIdOAuth.nuspec
index 64f67b5..600bc11 100644
--- a/nuget/DotNetOpenAuth.OpenIdOAuth.nuspec
+++ b/nuget/DotNetOpenAuth.OpenIdOAuth.nuspec
@@ -24,12 +24,15 @@
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.OpenIdOAuth.dll" target="lib\net35-full\" />
<file src="$OutputPath40$signed\DotNetOpenAuth.OpenIdOAuth.dll" target="lib\net40-full\" />
+ <file src="$OutputPath45$signed\DotNetOpenAuth.OpenIdOAuth.dll" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.OpenIdOAuth.pdb" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.OpenIdOAuth.pdb" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.OpenIdOAuth.pdb" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.OpenIdOAuth.xml" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.OpenIdOAuth.xml" target="lib\net40-full\" />
+ <file src="$OutputPath45$DotNetOpenAuth.OpenIdOAuth.xml" target="lib\net45-full\" />
<file src="..\src\DotNetOpenAuth.OpenIdOAuth\**\*.cs" target="src" />
</files>
diff --git a/nuget/DotNetOpenAuth.Ultimate.nuspec b/nuget/DotNetOpenAuth.Ultimate.nuspec
index 4fb57bb..70ad8c8 100644
--- a/nuget/DotNetOpenAuth.Ultimate.nuspec
+++ b/nuget/DotNetOpenAuth.Ultimate.nuspec
@@ -21,12 +21,15 @@
<files>
<file src="$OutputPath35$unified\signed\DotNetOpenAuth.dll" target="lib\net35-full\" />
<file src="$OutputPath40$unified\signed\DotNetOpenAuth.dll" target="lib\net40-full\" />
+ <file src="$OutputPath45$unified\signed\DotNetOpenAuth.dll" target="lib\net45-full\" />
<file src="$OutputPath35$unified\DotNetOpenAuth.pdb" target="lib\net35-full\" />
<file src="$OutputPath40$unified\DotNetOpenAuth.pdb" target="lib\net40-full\" />
+ <file src="$OutputPath45$unified\DotNetOpenAuth.pdb" target="lib\net45-full\" />
<file src="$OutputPath35$unified\DotNetOpenAuth.xml" target="lib\net35-full\" />
<file src="$OutputPath40$unified\DotNetOpenAuth.xml" target="lib\net40-full\" />
+ <file src="$OutputPath45$unified\DotNetOpenAuth.xml" target="lib\net45-full\" />
<file src="content\Ultimate\web.config.transform" target="content\web.config.transform" />
diff --git a/nuget/nuget.proj b/nuget/nuget.proj
index c490814..770289d 100644
--- a/nuget/nuget.proj
+++ b/nuget/nuget.proj
@@ -28,12 +28,26 @@
<Output TaskParameter="TargetOutputs" ItemName="TargetOutputs40"/>
</MSBuild>
<MSBuild
+ Projects="$(ProjectRoot)src\DotNetOpenAuth\DotNetOpenAuth.proj"
+ Targets="@(ProductTargets)"
+ Properties="TargetFrameworkVersion=v4.5"
+ BuildInParallel="$(BuildInParallel)">
+ <Output TaskParameter="TargetOutputs" ItemName="TargetOutputs45"/>
+ </MSBuild>
+ <MSBuild
Projects="$(ProjectRoot)src\DotNetOpenAuth.AspNet\DotNetOpenAuth.AspNet.csproj"
Targets="@(AspNetTargets)"
Properties="TargetFrameworkVersion=v4.0"
BuildInParallel="$(BuildInParallel)">
<Output TaskParameter="TargetOutputs" ItemName="TargetOutputs40"/>
</MSBuild>
+ <MSBuild
+ Projects="$(ProjectRoot)src\DotNetOpenAuth.AspNet\DotNetOpenAuth.AspNet.csproj"
+ Targets="@(AspNetTargets)"
+ Properties="TargetFrameworkVersion=v4.5"
+ BuildInParallel="$(BuildInParallel)">
+ <Output TaskParameter="TargetOutputs" ItemName="TargetOutputs45"/>
+ </MSBuild>
<ItemGroup>
<ResignedAssembliesOutputs Include="@(TargetOutputs35)" Condition=" '%(MSBuildSourceTargetName)' == 'Sign' ">
@@ -42,10 +56,14 @@
<ResignedAssembliesOutputs Include="@(TargetOutputs40)" Condition=" '%(MSBuildSourceTargetName)' == 'Sign' ">
<TargetFramework>v4.0</TargetFramework>
</ResignedAssembliesOutputs>
+ <ResignedAssembliesOutputs Include="@(TargetOutputs45)" Condition=" '%(MSBuildSourceTargetName)' == 'Sign' ">
+ <TargetFramework>v4.5</TargetFramework>
+ </ResignedAssembliesOutputs>
</ItemGroup>
<PropertyGroup>
<OutputPath35 Condition=" '%(MSBuildSourceTargetName)' == 'GetOutputPath' ">@(TargetOutputs35)</OutputPath35>
<OutputPath40 Condition=" '%(MSBuildSourceTargetName)' == 'GetOutputPath' ">@(TargetOutputs40)</OutputPath40>
+ <OutputPath45 Condition=" '%(MSBuildSourceTargetName)' == 'GetOutputPath' ">@(TargetOutputs45)</OutputPath45>
</PropertyGroup>
</Target>
@@ -69,6 +87,7 @@
<NuGetProperties Include="oauth2version=$(OAuth2PackagesVersion)" />
<NuGetProperties Include="OutputPath35=$(OutputPath35)" />
<NuGetProperties Include="OutputPath40=$(OutputPath40)" />
+ <NuGetProperties Include="OutputPath45=$(OutputPath45)" />
</ItemGroup>
<NuGetPack