Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageVersion Include="Swashbuckle.AspNetCore.SwaggerGen" Version="9.0.6" />
<!-- Sample App -->
<PackageVersion Include="Swashbuckle.AspNetCore" Version="9.0.6" />
<PackageVersion Include="FSharp.SystemTextJson" Version="1.3.13" />
<PackageVersion Include="FSharp.SystemTextJson" Version="1.4.36" />
<!-- Analyzers -->
<PackageVersion Include="FSharp.Analyzers.Build" Version="0.4.0" />
<PackageVersion Include="G-Research.FSharp.Analyzers" Version="0.18.0" />
Expand Down
9 changes: 5 additions & 4 deletions sample-project/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"FSharp.SystemTextJson": {
"type": "Direct",
"requested": "[1.3.13, )",
"resolved": "1.3.13",
"contentHash": "znp8odpdkVGKVX0AvbhiXdmeMi0KJ+A4AyAQWSkfAEAe4Z4clRE+rVhrLnAGrFD1VEIUX2lsQ4o84ywpWZUSGw==",
"requested": "[1.4.36, )",
"resolved": "1.4.36",
"contentHash": "1xLk0SBF1nedD74B77rcArjD2d+DeZwbNI7BVCAyKwIBERo1VoX8Mf4AtX0OV2L3ZeM/XS1b6BuhXCyoh0KBnw==",
"dependencies": {
"FSharp.Core": "4.7.0",
"System.Text.Json": "6.0.0"
"System.Text.Json": "6.0.10"
}
},
"G-Research.FSharp.Analyzers": {
Expand Down Expand Up @@ -99,6 +99,7 @@
"giraffe.openapi": {
"type": "Project",
"dependencies": {
"FSharp.SystemTextJson": "[1.4.36, )",
"Giraffe": "[8.0.0-alpha-003, )",
"Microsoft.AspNetCore.OpenApi": "[9.0.0, )",
"Swashbuckle.AspNetCore.SwaggerGen": "[9.0.6, )"
Expand Down
1 change: 1 addition & 0 deletions src/Giraffe.OpenApi/Giraffe.OpenApi.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FSharp.SystemTextJson" VersionOverride="1.4.36" />
<PackageReference Include="Giraffe" />
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi"/>
Expand Down
20 changes: 10 additions & 10 deletions src/Giraffe.OpenApi/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
"resolved": "0.4.0",
"contentHash": "cItxKjhwOSJ9n1w2GuW0qFXRYkkBN8UYcK31+dVQfqfX8T1ImUgVBtXtfykjhFdtaJ4aQNnCdHMHZrbAVB2bjg=="
},
"FSharp.SystemTextJson": {
"type": "Direct",
"requested": "[1.4.36, )",
"resolved": "1.4.36",
"contentHash": "1xLk0SBF1nedD74B77rcArjD2d+DeZwbNI7BVCAyKwIBERo1VoX8Mf4AtX0OV2L3ZeM/XS1b6BuhXCyoh0KBnw==",
"dependencies": {
"FSharp.Core": "4.7.0",
"System.Text.Json": "6.0.10"
}
},
"G-Research.FSharp.Analyzers": {
"type": "Direct",
"requested": "[0.18.0, )",
Expand Down Expand Up @@ -107,16 +117,6 @@
"requested": "[9.0.100, )",
"resolved": "6.0.0",
"contentHash": "fbv1UwJ2LXVcFCt+GGDPu0sIYA5C6gdDvAupDj3iLQF3clRkua/6J33f+FiGQa8P1tEa+zmz3wrjoTnXZ1UiYg=="
},
"FSharp.SystemTextJson": {
"type": "CentralTransitive",
"requested": "[1.3.13, )",
"resolved": "1.3.13",
"contentHash": "znp8odpdkVGKVX0AvbhiXdmeMi0KJ+A4AyAQWSkfAEAe4Z4clRE+rVhrLnAGrFD1VEIUX2lsQ4o84ywpWZUSGw==",
"dependencies": {
"FSharp.Core": "4.7.0",
"System.Text.Json": "6.0.0"
}
}
}
}
Expand Down