Skip to content
This repository was archived by the owner on Mar 20, 2019. It is now read-only.

Commit feaad82

Browse files
committed
Retargets exclusively to .NET 4.5 now.
1 parent f44b82d commit feaad82

File tree

50 files changed

+38
-318
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+38
-318
lines changed

build.proj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
nuget\nuget.proj;
1010
tools\drop.proj;
1111
">
12-
<Properties>TargetFrameworkVersion=v4.0</Properties>
12+
<Properties>TargetFrameworkVersion=v4.5</Properties>
1313
</NightlyProjects>
1414
<NightlyProjects Include="samples\samples.proj">
1515
<Targets>DeployableArchive</Targets>
16-
<Properties>TargetFrameworkVersion=v4.0</Properties>
16+
<Properties>TargetFrameworkVersion=v4.5</Properties>
1717
</NightlyProjects>
1818
<NightlyProjects Include="doc\doc.proj">
1919
<Targets>DeployableArchive</Targets>
20-
<Properties>TargetFrameworkVersion=v3.5</Properties>
20+
<Properties>TargetFrameworkVersion=v4.5</Properties>
2121
</NightlyProjects>
2222

2323
<ProjectsToClean Include="
@@ -27,10 +27,10 @@
2727
vsix\vsix.proj;
2828
samples\samples.proj;
2929
">
30-
<Properties>TargetFrameworkVersion=v4.0</Properties>
30+
<Properties>TargetFrameworkVersion=v4.5</Properties>
3131
</ProjectsToClean>
3232
<ProjectsToClean Include="doc\doc.proj">
33-
<Properties>TargetFrameworkVersion=v3.5</Properties>
33+
<Properties>TargetFrameworkVersion=v4.5</Properties>
3434
</ProjectsToClean>
3535

3636
<DirectoriesToClean Include="
@@ -52,11 +52,11 @@
5252

5353
<ProjectsToPublish Include="doc\doc.proj">
5454
<Targets>Publish</Targets>
55-
<Properties>TargetFrameworkVersion=v3.5</Properties>
55+
<Properties>TargetFrameworkVersion=v4.5</Properties>
5656
</ProjectsToPublish>
5757
<ProjectsToPublish Include="samples\samples.proj">
5858
<Targets>Publish</Targets>
59-
<Properties>TargetFrameworkVersion=v4.0</Properties>
59+
<Properties>TargetFrameworkVersion=v4.5</Properties>
6060
</ProjectsToPublish>
6161
</ItemGroup>
6262

nuget/DotNetOpenAuth.AspNet.nuspec

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
</dependencies>
2222
</metadata>
2323
<files>
24-
<file src="$OutputPath40$signed\$identity$.dll" target="lib\net40-full\" />
25-
<file src="$OutputPath40$$identity$.pdb" target="lib\net40-full\" />
26-
<file src="$OutputPath40$$identity$.xml" target="lib\net40-full\" />
27-
2824
<file src="$OutputPath45$signed\$identity$.dll" target="lib\net45-full\" />
2925
<file src="$OutputPath45$$identity$.pdb" target="lib\net45-full\" />
3026
<file src="$OutputPath45$$identity$.xml" target="lib\net45-full\" />

nuget/DotNetOpenAuth.Core.UI.nuspec

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,8 @@
1818
</dependencies>
1919
</metadata>
2020
<files>
21-
<file src="$OutputPath35$signed\$identity$.dll" target="lib\net35-full\" />
22-
<file src="$OutputPath40$signed\$identity$.dll" target="lib\net40-full\" />
2321
<file src="$OutputPath45$signed\$identity$.dll" target="lib\net45-full\" />
24-
25-
<file src="$OutputPath35$$identity$.pdb" target="lib\net35-full\" />
26-
<file src="$OutputPath40$$identity$.pdb" target="lib\net40-full\" />
2722
<file src="$OutputPath45$$identity$.pdb" target="lib\net45-full\" />
28-
29-
<file src="$OutputPath35$$identity$.xml" target="lib\net35-full\" />
30-
<file src="$OutputPath40$$identity$.xml" target="lib\net40-full\" />
3123
<file src="$OutputPath45$$identity$.xml" target="lib\net45-full\" />
3224

3325
<file src="..\src\$Identity$\**\*.cs" target="src" exclude="..\src\$Identity$\obj\**" />

nuget/DotNetOpenAuth.Core.nuspec

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,12 @@
1717
<frameworkAssembly assemblyName="System.Configuration" targetFramework="net40" />
1818
</frameworkAssemblies>
1919
<dependencies>
20-
<group targetFramework="net35">
21-
<dependency id="CodeContracts.Unofficial" />
22-
</group>
23-
<group targetFramework="net40">
24-
<dependency id="Microsoft.Net.Http" />
25-
</group>
20+
<dependency id="Microsoft.Net.Http" />
2621
</dependencies>
2722
</metadata>
2823
<files>
29-
<file src="$OutputPath35$signed\$identity$.dll" target="lib\net35-full\" />
30-
<file src="$OutputPath40$signed\$identity$.dll" target="lib\net40-full\" />
3124
<file src="$OutputPath45$signed\$identity$.dll" target="lib\net45-full\" />
32-
33-
<file src="$OutputPath35$$identity$.pdb" target="lib\net35-full\" />
34-
<file src="$OutputPath40$$identity$.pdb" target="lib\net40-full\" />
3525
<file src="$OutputPath45$$identity$.pdb" target="lib\net45-full\" />
36-
37-
<file src="$OutputPath35$$identity$.xml" target="lib\net35-full\" />
38-
<file src="$OutputPath40$$identity$.xml" target="lib\net40-full\" />
3926
<file src="$OutputPath45$$identity$.xml" target="lib\net45-full\" />
4027

4128
<file src="content\Core\web.config.transform" target="content\web.config.transform" />

nuget/DotNetOpenAuth.InfoCard.UI.nuspec

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,8 @@
2323
</dependencies>
2424
</metadata>
2525
<files>
26-
<file src="$OutputPath35$signed\$identity$.dll" target="lib\net35-full\" />
27-
<file src="$OutputPath40$signed\$identity$.dll" target="lib\net40-full\" />
2826
<file src="$OutputPath45$signed\$identity$.dll" target="lib\net45-full\" />
29-
30-
<file src="$OutputPath35$$identity$.pdb" target="lib\net35-full\" />
31-
<file src="$OutputPath40$$identity$.pdb" target="lib\net40-full\" />
3227
<file src="$OutputPath45$$identity$.pdb" target="lib\net45-full\" />
33-
34-
<file src="$OutputPath35$$identity$.xml" target="lib\net35-full\" />
35-
<file src="$OutputPath40$$identity$.xml" target="lib\net40-full\" />
3628
<file src="$OutputPath45$$identity$.xml" target="lib\net45-full\" />
3729

3830
<file src="..\src\$Identity$\**\*.cs" target="src" exclude="..\src\$Identity$\obj\**" />

nuget/DotNetOpenAuth.InfoCard.nuspec

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,8 @@
2121
</dependencies>
2222
</metadata>
2323
<files>
24-
<file src="$OutputPath35$signed\$identity$.dll" target="lib\net35-full\" />
25-
<file src="$OutputPath40$signed\$identity$.dll" target="lib\net40-full\" />
2624
<file src="$OutputPath45$signed\$identity$.dll" target="lib\net45-full\" />
27-
28-
<file src="$OutputPath35$$identity$.pdb" target="lib\net35-full\" />
29-
<file src="$OutputPath40$$identity$.pdb" target="lib\net40-full\" />
3025
<file src="$OutputPath45$$identity$.pdb" target="lib\net45-full\" />
31-
32-
<file src="$OutputPath35$$identity$.xml" target="lib\net35-full\" />
33-
<file src="$OutputPath40$$identity$.xml" target="lib\net40-full\" />
3426
<file src="$OutputPath45$$identity$.xml" target="lib\net45-full\" />
3527

3628
<file src="..\src\$Identity$\**\*.cs" target="src" exclude="..\src\$Identity$\obj\**" />

nuget/DotNetOpenAuth.OAuth.Common.nuspec

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,8 @@
1717
</dependencies>
1818
</metadata>
1919
<files>
20-
<file src="$OutputPath35$signed\$identity$.dll" target="lib\net35-full\" />
21-
<file src="$OutputPath40$signed\$identity$.dll" target="lib\net40-full\" />
2220
<file src="$OutputPath45$signed\$identity$.dll" target="lib\net45-full\" />
23-
24-
<file src="$OutputPath35$$identity$.pdb" target="lib\net35-full\" />
25-
<file src="$OutputPath40$$identity$.pdb" target="lib\net40-full\" />
2621
<file src="$OutputPath45$$identity$.pdb" target="lib\net45-full\" />
27-
28-
<file src="$OutputPath35$$identity$.xml" target="lib\net35-full\" />
29-
<file src="$OutputPath40$$identity$.xml" target="lib\net40-full\" />
3022
<file src="$OutputPath45$$identity$.xml" target="lib\net45-full\" />
3123

3224
<file src="..\src\$Identity$\**\*.cs" target="src" exclude="..\src\$Identity$\obj\**" />

nuget/DotNetOpenAuth.OAuth.Consumer.nuspec

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,8 @@
2020
</dependencies>
2121
</metadata>
2222
<files>
23-
<file src="$OutputPath35$signed\$identity$.dll" target="lib\net35-full\" />
24-
<file src="$OutputPath40$signed\$identity$.dll" target="lib\net40-full\" />
2523
<file src="$OutputPath45$signed\$identity$.dll" target="lib\net45-full\" />
26-
27-
<file src="$OutputPath35$$identity$.pdb" target="lib\net35-full\" />
28-
<file src="$OutputPath40$$identity$.pdb" target="lib\net40-full\" />
2924
<file src="$OutputPath45$$identity$.pdb" target="lib\net45-full\" />
30-
31-
<file src="$OutputPath35$$identity$.xml" target="lib\net35-full\" />
32-
<file src="$OutputPath40$$identity$.xml" target="lib\net40-full\" />
3325
<file src="$OutputPath45$$identity$.xml" target="lib\net45-full\" />
3426

3527
<file src="..\src\$Identity$\**\*.cs" target="src" exclude="..\src\$Identity$\obj\**" />

nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,8 @@
2121
</dependencies>
2222
</metadata>
2323
<files>
24-
<file src="$OutputPath35$signed\$identity$.dll" target="lib\net35-full\" />
25-
<file src="$OutputPath40$signed\$identity$.dll" target="lib\net40-full\" />
2624
<file src="$OutputPath45$signed\$identity$.dll" target="lib\net45-full\" />
27-
28-
<file src="$OutputPath35$$identity$.pdb" target="lib\net35-full\" />
29-
<file src="$OutputPath40$$identity$.pdb" target="lib\net40-full\" />
3025
<file src="$OutputPath45$$identity$.pdb" target="lib\net45-full\" />
31-
32-
<file src="$OutputPath35$$identity$.xml" target="lib\net35-full\" />
33-
<file src="$OutputPath40$$identity$.xml" target="lib\net40-full\" />
3426
<file src="$OutputPath45$$identity$.xml" target="lib\net45-full\" />
3527

3628
<file src="..\src\$Identity$\**\*.cs" target="src" exclude="..\src\$Identity$\obj\**" />

nuget/DotNetOpenAuth.OAuth.nuspec

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,8 @@
1717
</dependencies>
1818
</metadata>
1919
<files>
20-
<file src="$OutputPath35$signed\$identity$.dll" target="lib\net35-full\" />
21-
<file src="$OutputPath40$signed\$identity$.dll" target="lib\net40-full\" />
2220
<file src="$OutputPath45$signed\$identity$.dll" target="lib\net45-full\" />
23-
24-
<file src="$OutputPath35$$identity$.pdb" target="lib\net35-full\" />
25-
<file src="$OutputPath40$$identity$.pdb" target="lib\net40-full\" />
2621
<file src="$OutputPath45$$identity$.pdb" target="lib\net45-full\" />
27-
28-
<file src="$OutputPath35$$identity$.xml" target="lib\net35-full\" />
29-
<file src="$OutputPath40$$identity$.xml" target="lib\net40-full\" />
3022
<file src="$OutputPath45$$identity$.xml" target="lib\net45-full\" />
3123

3224
<file src="content\OAuth.Core\web.config.transform" target="content\web.config.transform" />

0 commit comments

Comments
 (0)