diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.OpenId.Provider.UI.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OpenId.Provider.UI.nuspec | 3 |
1 files changed, 3 insertions, 0 deletions
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> |