This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
protobuf
Watch
8
Star
0
Fork
You've already forked protobuf
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
6564
Commits
204
Branches
369
Tags
184 MiB
Tree:
78ca77ac87
protobuf
/
global.json
6 lines
47 B
Raw
Normal View
History
Unescape
Escape
Bump target frameworks of C# programs from netcoreapp1.0 to netcoreapp2.1 (#5838) * Bump target frameworks from netcoreapp1.0 to netcoreapp2.2. Move global.json up to root of repo, change SDK ver to 2.2.100 Change .net core sdk in dockerfile for kokoro to ver 2.2.100 * Re-add curl install * Change all exe target to 2.1 * Fix incorrect versions in global.json and Dockerfile * Downgrade version to 2.1 to match exe targets * introduce separate testing Dockerfile for C# * revert changes to the shared Dockerfile * use netcoreapp2.1 for C# conformance tests * use language specific dockerfile for testing C# * Edit compatibility tests script to use parameters instead of file copies * install dotnet SDK on windows before running the tests * update csharp_EXTRA_DIST
6 years ago
{
"sdk"
:
{
"version"
:
"2.1.504"
}
}