Skip to content

Commit 86488b3

Browse files
committed
fix build
1 parent 24c9dcb commit 86488b3

File tree

25 files changed

+34
-32
lines changed

25 files changed

+34
-32
lines changed

samples/MVC Classic/MVC Classic.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<AppDesignerFolder>Properties</AppDesignerFolder>
1616
<RootNamespace>MVC_Classic</RootNamespace>
1717
<AssemblyName>MVC Classic</AssemblyName>
18-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
18+
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
1919
<MvcBuildViews>false</MvcBuildViews>
2020
<UseIISExpress>true</UseIISExpress>
2121
<IISExpressSSLPort />
@@ -69,7 +69,7 @@
6969
<HintPath>..\..\packages\Microsoft.Owin.Security.Authorization.Mvc.1.1.0.1\lib\net452\Microsoft.Owin.Security.Authorization.Mvc.dll</HintPath>
7070
</Reference>
7171
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
72-
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
72+
<HintPath>..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
7373
<Private>True</Private>
7474
</Reference>
7575
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">

samples/MVC Classic/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<package id="Microsoft.Owin.Security.Authorization" version="1.1.0.1" targetFramework="net452" />
1313
<package id="Microsoft.Owin.Security.Authorization.Mvc" version="1.1.0.1" targetFramework="net452" />
1414
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net452" />
15-
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net452" />
15+
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net462" />
1616
<package id="Owin" version="1.0" targetFramework="net452" />
1717
<package id="WebGrease" version="1.6.0" targetFramework="net452" />
1818
</packages>

samples/MVC OWIN/MVC OWIN.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<AppDesignerFolder>Properties</AppDesignerFolder>
1616
<RootNamespace>MVC_OWIN</RootNamespace>
1717
<AssemblyName>MVC OWIN</AssemblyName>
18-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
18+
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
1919
<UseIISExpress>true</UseIISExpress>
2020
<IISExpressSSLPort />
2121
<IISExpressAnonymousAuthentication />

samples/WebApi Autofac/WebApi Autofac.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<AppDesignerFolder>Properties</AppDesignerFolder>
1616
<RootNamespace>WebApi_Autofac</RootNamespace>
1717
<AssemblyName>WebApi Autofac</AssemblyName>
18-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
18+
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
1919
<UseIISExpress>true</UseIISExpress>
2020
<IISExpressSSLPort />
2121
<IISExpressAnonymousAuthentication />
@@ -84,7 +84,7 @@
8484
<HintPath>..\..\packages\Microsoft.Owin.Security.Authorization.WebApi.1.1.0.1\lib\net452\Microsoft.Owin.Security.Authorization.WebApi.dll</HintPath>
8585
</Reference>
8686
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
87-
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
87+
<HintPath>..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
8888
<Private>True</Private>
8989
</Reference>
9090
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">

samples/WebApi Autofac/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
<package id="Microsoft.Owin.Host.SystemWeb" version="3.0.1" targetFramework="net452" />
1515
<package id="Microsoft.Owin.Security.Authorization" version="1.1.0.1" targetFramework="net452" />
1616
<package id="Microsoft.Owin.Security.Authorization.WebApi" version="1.1.0.1" targetFramework="net452" />
17-
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net452" />
17+
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net462" />
1818
<package id="Owin" version="1.0" targetFramework="net452" />
1919
</packages>

samples/WebApi Classic/WebApi Classic.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<AppDesignerFolder>Properties</AppDesignerFolder>
1616
<RootNamespace>WebApi_Classic</RootNamespace>
1717
<AssemblyName>WebApi Classic</AssemblyName>
18-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
18+
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
1919
<UseIISExpress>true</UseIISExpress>
2020
<IISExpressSSLPort />
2121
<IISExpressAnonymousAuthentication />
@@ -64,7 +64,7 @@
6464
<HintPath>..\..\packages\Microsoft.Owin.Security.Authorization.WebApi.1.1.0.1\lib\net452\Microsoft.Owin.Security.Authorization.WebApi.dll</HintPath>
6565
</Reference>
6666
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
67-
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
67+
<HintPath>..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
6868
<Private>True</Private>
6969
</Reference>
7070
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">

samples/WebApi Classic/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
<package id="Microsoft.Owin.Host.SystemWeb" version="3.0.1" targetFramework="net452" />
1212
<package id="Microsoft.Owin.Security.Authorization" version="1.1.0.1" targetFramework="net452" />
1313
<package id="Microsoft.Owin.Security.Authorization.WebApi" version="1.1.0.1" targetFramework="net452" />
14-
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net452" />
14+
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net462" />
1515
<package id="Owin" version="1.0" targetFramework="net452" />
1616
</packages>

samples/WebApi Custom Handler/WebApi Custom Handler.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<AppDesignerFolder>Properties</AppDesignerFolder>
1616
<RootNamespace>WebApi_Custom_Handler</RootNamespace>
1717
<AssemblyName>WebApi Custom Handler</AssemblyName>
18-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
18+
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
1919
<UseIISExpress>true</UseIISExpress>
2020
<IISExpressSSLPort />
2121
<IISExpressAnonymousAuthentication />
@@ -68,7 +68,7 @@
6868
<HintPath>..\..\packages\Microsoft.Owin.Security.Authorization.WebApi.1.1.0.1\lib\net452\Microsoft.Owin.Security.Authorization.WebApi.dll</HintPath>
6969
</Reference>
7070
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
71-
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
71+
<HintPath>..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
7272
<Private>True</Private>
7373
</Reference>
7474
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">

samples/WebApi Custom Handler/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<package id="Microsoft.Owin.Host.SystemWeb" version="3.0.1" targetFramework="net452" />
1111
<package id="Microsoft.Owin.Security.Authorization" version="1.1.0.1" targetFramework="net452" />
1212
<package id="Microsoft.Owin.Security.Authorization.WebApi" version="1.1.0.1" targetFramework="net452" />
13-
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net452" />
13+
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net462" />
1414
<package id="Owin" version="1.0" targetFramework="net452" />
1515
</packages>

samples/WebApi OWIN/WebApi OWIN.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<AppDesignerFolder>Properties</AppDesignerFolder>
1414
<RootNamespace>WebApi_OWIN</RootNamespace>
1515
<AssemblyName>WebApi OWIN</AssemblyName>
16-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
16+
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
1717
<UseIISExpress>true</UseIISExpress>
1818
<IISExpressSSLPort />
1919
<IISExpressAnonymousAuthentication />
@@ -64,7 +64,7 @@
6464
<HintPath>..\..\packages\Microsoft.Owin.Security.Authorization.WebApi.1.1.0.1\lib\net452\Microsoft.Owin.Security.Authorization.WebApi.dll</HintPath>
6565
</Reference>
6666
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
67-
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
67+
<HintPath>..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
6868
<Private>True</Private>
6969
</Reference>
7070
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">

0 commit comments

Comments
 (0)