Skip to content

Commit 82d1b48

Browse files
committed
Updates to Validation 2.0.2 and log4net 2.0.0.
1 parent 23f0682 commit 82d1b48

52 files changed

Lines changed: 104 additions & 104 deletions

File tree

Some content is hidden

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

samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@
9494
<Reference Include="System.Data" />
9595
<Reference Include="System.Xml" />
9696
<Reference Include="Validation">
97-
<HintPath>..\..\src\packages\Validation.2.0.1.12362\lib\portable-windows8+net40+sl5+windowsphone8\Validation.dll</HintPath>
98-
<Private>True</Private>
97+
<HintPath>..\..\src\packages\Validation.2.0.2.13022\lib\portable-windows8+net40+sl5+windowsphone8\Validation.dll</HintPath>
9998
</Reference>
10099
<Reference Include="WindowsFormsIntegration" />
101100
<Reference Include="System.Windows.Forms" />

samples/OAuthConsumerWpf/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<packages>
33
<package id="log4net" version="2.0.0" targetFramework="net45" />
44
<package id="Microsoft.Net.Http" version="2.0.20710.0" targetFramework="net45" />
5-
<package id="Validation" version="2.0.1.12362" targetFramework="net45" />
5+
<package id="Validation" version="2.0.2.13022" targetFramework="net45" />
66
</packages>

samples/OpenIdOfflineProvider/OpenIdOfflineProvider.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
6161
</PropertyGroup>
6262
<ItemGroup>
63-
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
63+
<Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
6464
<SpecificVersion>False</SpecificVersion>
65-
<HintPath>..\..\lib\log4net.dll</HintPath>
65+
<HintPath>..\..\src\packages\log4net.2.0.0\lib\net40-full\log4net.dll</HintPath>
6666
</Reference>
6767
<Reference Include="System" />
6868
<Reference Include="System.Core">
@@ -82,9 +82,9 @@
8282
<Reference Include="UIAutomationProvider">
8383
<RequiredTargetFramework>3.0</RequiredTargetFramework>
8484
</Reference>
85-
<Reference Include="Validation">
86-
<HintPath>..\..\src\packages\Validation.2.0.1.12362\lib\portable-windows8+net40+sl5+windowsphone8\Validation.dll</HintPath>
87-
<Private>True</Private>
85+
<Reference Include="Validation, Version=2.0.0.0, Culture=neutral, PublicKeyToken=2fc06f0d701809a7, processorArchitecture=MSIL">
86+
<SpecificVersion>False</SpecificVersion>
87+
<HintPath>..\..\src\packages\Validation.2.0.2.13022\lib\portable-windows8+net40+sl5+windowsphone8\Validation.dll</HintPath>
8888
</Reference>
8989
<Reference Include="WindowsBase">
9090
<RequiredTargetFramework>3.0</RequiredTargetFramework>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3+
<package id="log4net" version="2.0.0" targetFramework="net45" />
34
<package id="Microsoft.Net.Http" version="2.0.20710.0" targetFramework="net45" />
4-
<package id="Validation" version="2.0.1.12362" targetFramework="net45" />
5+
<package id="Validation" version="2.0.2.13022" targetFramework="net45" />
56
</packages>

src/DotNetOpenAuth.AspNet/DotNetOpenAuth.AspNet.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
<Reference Include="Microsoft.CSharp" />
4242
<Reference Include="System.Data" />
4343
<Reference Include="System.Xml" />
44-
<Reference Include="Validation">
45-
<HintPath>..\packages\Validation.2.0.1.12362\lib\portable-windows8+net40+sl5+windowsphone8\Validation.dll</HintPath>
46-
<Private>True</Private>
44+
<Reference Include="Validation, Version=2.0.0.0, Culture=neutral, PublicKeyToken=2fc06f0d701809a7, processorArchitecture=MSIL">
45+
<SpecificVersion>False</SpecificVersion>
46+
<HintPath>..\packages\Validation.2.0.2.13022\lib\portable-windows8+net40+sl5+windowsphone8\Validation.dll</HintPath>
4747
</Reference>
4848
</ItemGroup>
4949
<ItemGroup>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Microsoft.Net.Http" version="2.0.20710.0" targetFramework="net45" />
4-
<package id="Validation" version="2.0.1.12362" targetFramework="net45" />
4+
<package id="Validation" version="2.0.2.13022" targetFramework="net45" />
55
</packages>

src/DotNetOpenAuth.Core.UI/DotNetOpenAuth.Core.UI.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
</ProjectReference>
3434
</ItemGroup>
3535
<ItemGroup>
36-
<Reference Include="Validation">
37-
<HintPath>..\packages\Validation.2.0.1.12362\lib\portable-windows8+net40+sl5+windowsphone8\Validation.dll</HintPath>
38-
<Private>True</Private>
36+
<Reference Include="Validation, Version=2.0.0.0, Culture=neutral, PublicKeyToken=2fc06f0d701809a7, processorArchitecture=MSIL">
37+
<SpecificVersion>False</SpecificVersion>
38+
<HintPath>..\packages\Validation.2.0.2.13022\lib\portable-windows8+net40+sl5+windowsphone8\Validation.dll</HintPath>
3939
</Reference>
4040
</ItemGroup>
4141
<ItemGroup>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Validation" version="2.0.1.12362" targetFramework="net45" />
3+
<package id="Validation" version="2.0.2.13022" targetFramework="net45" />
44
</packages>

src/DotNetOpenAuth.Core/DotNetOpenAuth.Core.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@
195195
<Private>True</Private>
196196
<HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath>
197197
</Reference>
198-
<Reference Include="Validation">
199-
<HintPath>..\packages\Validation.2.0.1.12362\lib\portable-windows8+net40+sl5+windowsphone8\Validation.dll</HintPath>
200-
<Private>True</Private>
198+
<Reference Include="Validation, Version=2.0.0.0, Culture=neutral, PublicKeyToken=2fc06f0d701809a7, processorArchitecture=MSIL">
199+
<SpecificVersion>False</SpecificVersion>
200+
<HintPath>..\packages\Validation.2.0.2.13022\lib\portable-windows8+net40+sl5+windowsphone8\Validation.dll</HintPath>
201201
</Reference>
202202
</ItemGroup>
203203
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

src/DotNetOpenAuth.Core/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
<package id="Microsoft.AspNet.WebPages" version="2.0.20710.0" targetFramework="net45" />
77
<package id="Microsoft.Net.Http" version="2.0.20710.0" targetFramework="net45" />
88
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
9-
<package id="Validation" version="2.0.1.12362" targetFramework="net45" />
9+
<package id="Validation" version="2.0.2.13022" targetFramework="net45" />
1010
</packages>

0 commit comments

Comments
 (0)