Skip to content

Commit 6230c77

Browse files
committed
[infra] bump dependencies v2.0.2
1 parent a598ab9 commit 6230c77

File tree

10 files changed

+58
-29
lines changed

10 files changed

+58
-29
lines changed

.semver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
:major: 2
33
:minor: 0
4-
:patch: 1
4+
:patch: 2
55
:special: ''
66
:metadata: ''

examples/TopshelfService/App.config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@
1010
<assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
1111
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="4.4.0.0" />
1212
</dependentAssembly>
13+
<dependentAssembly>
14+
<Paket>True</Paket>
15+
<assemblyIdentity name="Topshelf" publicKeyToken="b800c4cfcdeea87b" culture="neutral" />
16+
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="3.3.154.0" />
17+
</dependentAssembly>
1318
</assemblyBinding></runtime></configuration>

paket.dependencies

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ group Tests
2020
nuget FSharp.Core ~> 4 redirects: force
2121
nuget System.Reflection.Metadata 1.4.1
2222
nuget WebSocketSharp
23-
nuget FsCheck 2.6.2
24-
nuget Expecto 2.1.1
23+
nuget FsCheck
24+
nuget Expecto
2525
nuget Expecto.FsCheck
2626
nuget Expecto.BenchmarkDotNet
2727
nuget Http.fs

paket.lock

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
FRAMEWORK: NET46
22
NUGET
33
remote: https://www.nuget.org/api/v2
4-
Argu (3.7)
54
DotLiquid (2.0.64)
6-
Expecto (3.2)
7-
Argu (>= 3.2)
8-
FSharp.Core (>= 3.1.2.5)
9-
Mono.Cecil (>= 0.9.6.4)
105
FSharp.Core (3.1.2.5)
116
Microsoft.AspNet.Razor (3.2.3)
12-
Mono.Cecil (0.9.6.4)
137
openssl.redist (1.0.1.25)
148
RazorEngine (3.9.3)
159
Microsoft.AspNet.Razor (>= 3.0)
@@ -259,8 +253,8 @@ NUGET
259253
System.Linq (4.3)
260254
System.Linq.Expressions (4.3)
261255
System.Reflection (4.3)
262-
System.Reflection.Metadata (1.4.2)
263-
System.Collections.Immutable (>= 1.3.1)
256+
System.Reflection.Metadata (1.4.1)
257+
System.Collections.Immutable (>= 1.3)
264258
System.Reflection.Primitives (4.3)
265259
System.Resources.ResourceManager (4.3)
266260
System.Runtime (4.3)

src/Experimental/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.1-dotnetcli",
2+
"version": "2.0.2-dotnetcli",
33

44
"buildOptions": {
55
"compilerName": "fsc",

src/Suave.DotLiquid/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.1-dotnetcli",
2+
"version": "2.0.2-dotnetcli",
33

44
"buildOptions": {
55
"compilerName": "fsc",

src/Suave.Testing/Suave.Testing.fsproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -126,29 +126,29 @@
126126
</When>
127127
</Choose>
128128
<Choose>
129-
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And $(TargetFrameworkVersion) == 'v4.6.1'">
129+
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And $(TargetFrameworkVersion) == 'v4.6'">
130130
<ItemGroup>
131131
<Reference Include="Mono.Cecil.Mdb">
132-
<HintPath>..\..\packages\Mono.Cecil\lib\net45\Mono.Cecil.Mdb.dll</HintPath>
132+
<HintPath>..\..\packages\tests\Mono.Cecil\lib\net45\Mono.Cecil.Mdb.dll</HintPath>
133133
<Private>True</Private>
134134
<Paket>True</Paket>
135135
</Reference>
136136
<Reference Include="Mono.Cecil.Pdb">
137-
<HintPath>..\..\packages\Mono.Cecil\lib\net45\Mono.Cecil.Pdb.dll</HintPath>
137+
<HintPath>..\..\packages\tests\Mono.Cecil\lib\net45\Mono.Cecil.Pdb.dll</HintPath>
138138
<Private>True</Private>
139139
<Paket>True</Paket>
140140
</Reference>
141141
<Reference Include="Mono.Cecil.Rocks">
142-
<HintPath>..\..\packages\Mono.Cecil\lib\net45\Mono.Cecil.Rocks.dll</HintPath>
142+
<HintPath>..\..\packages\tests\Mono.Cecil\lib\net45\Mono.Cecil.Rocks.dll</HintPath>
143143
<Private>True</Private>
144144
<Paket>True</Paket>
145145
</Reference>
146146
<Reference Include="Mono.Cecil">
147-
<HintPath>..\..\packages\Mono.Cecil\lib\net45\Mono.Cecil.dll</HintPath>
147+
<HintPath>..\..\packages\tests\Mono.Cecil\lib\net45\Mono.Cecil.dll</HintPath>
148148
<Private>True</Private>
149149
<Paket>True</Paket>
150150
</Reference>
151151
</ItemGroup>
152152
</When>
153153
</Choose>
154-
</Project>
154+
</Project>

src/Suave.Tests/App.config

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,40 @@
66
</runtime>
77

88
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
9+
<dependentAssembly>
10+
<Paket>True</Paket>
11+
<assemblyIdentity name="BenchmarkDotNet" publicKeyToken="aa0ca2f9092cefc4" culture="neutral" />
12+
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="0.10.1.0" />
13+
</dependentAssembly>
14+
<dependentAssembly>
15+
<Paket>True</Paket>
16+
<assemblyIdentity name="BenchmarkDotNet.Core" publicKeyToken="aa0ca2f9092cefc4" culture="neutral" />
17+
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="0.10.1.0" />
18+
</dependentAssembly>
919
<dependentAssembly>
1020
<Paket>True</Paket>
1121
<assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
1222
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="4.4.0.0" />
1323
</dependentAssembly>
24+
<dependentAssembly>
25+
<Paket>True</Paket>
26+
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
27+
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="1.2.1.0" />
28+
</dependentAssembly>
29+
<dependentAssembly>
30+
<Paket>True</Paket>
31+
<assemblyIdentity name="System.Reflection.Metadata" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
32+
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="1.4.1.0" />
33+
</dependentAssembly>
34+
<dependentAssembly>
35+
<Paket>True</Paket>
36+
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
37+
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="4.1.0.0" />
38+
</dependentAssembly>
39+
<dependentAssembly>
40+
<Paket>True</Paket>
41+
<assemblyIdentity name="System.Xml.ReaderWriter" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
42+
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="4.1.0.0" />
43+
</dependentAssembly>
1444
</assemblyBinding></runtime>
1545
</configuration>

src/Suave.Tests/Suave.Tests.fsproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -275,7 +275,7 @@
275275
</When>
276276
</Choose>
277277
<Choose>
278-
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And $(TargetFrameworkVersion) == 'v4.6.1'">
278+
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And $(TargetFrameworkVersion) == 'v4.6'">
279279
<ItemGroup>
280280
<Reference Include="Expecto.FsCheck">
281281
<HintPath>..\..\packages\tests\Expecto.FsCheck\lib\net40\Expecto.FsCheck.dll</HintPath>
@@ -399,7 +399,7 @@
399399
</When>
400400
</Choose>
401401
<Choose>
402-
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And $(TargetFrameworkVersion) == 'v4.6.1'">
402+
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And $(TargetFrameworkVersion) == 'v4.6'">
403403
<ItemGroup>
404404
<Reference Include="System.AppContext">
405405
<HintPath>..\..\packages\tests\System.AppContext\lib\net46\System.AppContext.dll</HintPath>
@@ -499,8 +499,8 @@
499499
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And $(TargetFrameworkVersion) == 'v4.6'">
500500
<ItemGroup>
501501
<Reference Include="System.Security.Cryptography.Algorithms">
502-
<HintPath>..\..\packages\tests\System.Security.Cryptography.Algorithms\ref\net46\System.Security.Cryptography.Algorithms.dll</HintPath>
503-
<Private>False</Private>
502+
<HintPath>..\..\packages\tests\System.Security.Cryptography.Algorithms\lib\net46\System.Security.Cryptography.Algorithms.dll</HintPath>
503+
<Private>True</Private>
504504
<Paket>True</Paket>
505505
</Reference>
506506
</ItemGroup>
@@ -532,8 +532,8 @@
532532
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And $(TargetFrameworkVersion) == 'v4.6'">
533533
<ItemGroup>
534534
<Reference Include="System.Security.Cryptography.X509Certificates">
535-
<HintPath>..\..\packages\tests\System.Security.Cryptography.X509Certificates\ref\net46\System.Security.Cryptography.X509Certificates.dll</HintPath>
536-
<Private>False</Private>
535+
<HintPath>..\..\packages\tests\System.Security.Cryptography.X509Certificates\lib\net46\System.Security.Cryptography.X509Certificates.dll</HintPath>
536+
<Private>True</Private>
537537
<Paket>True</Paket>
538538
</Reference>
539539
</ItemGroup>
@@ -636,4 +636,4 @@
636636
</ItemGroup>
637637
</When>
638638
</Choose>
639-
</Project>
639+
</Project>

src/Suave/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.1-dotnetcli",
2+
"version": "2.0.2-dotnetcli",
33

44
"buildOptions": {
55
"compilerName": "fsc",

0 commit comments

Comments
 (0)