Skip to content

Commit f771ed2

Browse files
Update dependencies
1 parent b103767 commit f771ed2

File tree

3 files changed

+73
-184
lines changed

3 files changed

+73
-184
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project ToolsVersion="15.0">
22

33
<PropertyGroup>
4-
<Version Condition=" '$(Version)' == '' ">0.39.0$(VersionSuffix)</Version>
4+
<Version Condition=" '$(Version)' == '' ">0.39.1$(VersionSuffix)</Version>
55
</PropertyGroup>
66

77
<PropertyGroup>

paket.dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ framework: netstandard2.0, netcoreapp2.1, net461
55
nuget Expecto.Diff
66
nuget FSharp.Core >= 4.3.4 lowest_matching: true
77
nuget System.ValueTuple ~> 4.4 lowest_matching: true
8-
nuget FSharp.Compiler.Service ~> 34.1
8+
nuget FSharp.Compiler.Service ~> 35.0
99
nuget Sln ~> 0.3.0
1010
nuget Argu ~> 5.1
1111

0 commit comments

Comments
 (0)