This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
protobuf
Watch
1
Star
0
Fork
0
You've already forked protobuf
Code
Issues
1
Pull Requests
Projects
Releases
Wiki
Activity
922f5024cb
protobuf
/
global.json
7 lines
81 B
JSON
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
2019-03-11 20:03:58 +00:00
{
"sdk"
:
{
Update .NET SDKs to LTS versions
2021-11-09 19:49:53 +00:00
"version"
:
"6.0.100"
,
C# project cleanup
2020-05-27 11:59:29 +00:00
"rollForward"
:
"latestMinor"
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
2019-03-11 20:03:58 +00:00
}
}
Reference in New Issue
Copy Permalink