Skip to content

Commit

Permalink
Updating dotnet dependencies and protofiles
Browse files Browse the repository at this point in the history
  • Loading branch information
amcguier committed May 11, 2022
1 parent cb85c9f commit f19e1ec
Show file tree
Hide file tree
Showing 8 changed files with 186 additions and 163 deletions.
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"isRoot": true,
"tools": {
"paket": {
"version": "6.2.1",
"version": "7.1.5",
"commands": [
"paket"
]
},
"fake-cli": {
"version": "5.20.4",
"version": "5.22.0",
"commands": [
"fake"
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET Core SDK $
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 6.0.x
- name: Restore tools
run: dotnet tool restore
- name: Fake Build Script
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup .NET Core SDK $
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 6.0.x
- name: Restore tools
run: dotnet tool restore
- name: Fake Build Script
Expand Down
2 changes: 1 addition & 1 deletion Protos/grpc-gateway
Submodule grpc-gateway updated 164 files
2 changes: 1 addition & 1 deletion Protos/protoc-gen-validate
309 changes: 165 additions & 144 deletions build.fsx.lock

Large diffs are not rendered by default.

26 changes: 14 additions & 12 deletions paket.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
RESTRICTION: == netstandard2.0
NUGET
remote: https://api.nuget.org/v3/index.json
Google.Api.CommonProtos (2.4)
Google.Api.CommonProtos (2.5)
Google.Protobuf (>= 3.18 < 4.0)
Google.Protobuf (3.19.1)
Google.Protobuf (3.20.1)
System.Memory (>= 4.5.3)
System.Runtime.CompilerServices.Unsafe (>= 4.5.2)
Grpc.Core.Api (2.41.1)
Grpc.Core.Api (2.45)
System.Memory (>= 4.5.3)
Grpc.Net.Client (2.40)
Grpc.Net.Common (>= 2.40)
Grpc.Net.Client (2.45)
Grpc.Net.Common (>= 2.45)
Microsoft.Extensions.Logging.Abstractions (>= 3.0.3)
System.Diagnostics.DiagnosticSource (>= 4.5.1)
Grpc.Net.Common (2.40)
Grpc.Core.Api (>= 2.40)
Grpc.Tools (2.41.1)
Microsoft.Extensions.Logging.Abstractions (5.0)
Grpc.Net.Common (2.45)
Grpc.Core.Api (>= 2.45)
Grpc.Tools (2.45)
Microsoft.Extensions.Logging.Abstractions (6.0.1)
System.Buffers (>= 4.5.1)
System.Memory (>= 4.5.4)
System.Buffers (4.5.1)
System.Diagnostics.DiagnosticSource (5.0.1)
System.Diagnostics.DiagnosticSource (6.0)
System.Memory (>= 4.5.4)
System.Runtime.CompilerServices.Unsafe (>= 5.0)
System.Runtime.CompilerServices.Unsafe (>= 6.0)
System.Memory (4.5.4)
System.Buffers (>= 4.5.1)
System.Numerics.Vectors (>= 4.4)
System.Runtime.CompilerServices.Unsafe (>= 4.5.3)
System.Numerics.Vectors (4.5)
System.Runtime.CompilerServices.Unsafe (5.0)
System.Runtime.CompilerServices.Unsafe (6.0)

0 comments on commit f19e1ec

Please sign in to comment.