Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
e76d91a9
Commit
e76d91a9
authored
Jan 04, 2017
by
Jon Skeet
Committed by
Jon Skeet
Jan 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add global.json file to pick dotnet core SDK version.
parent
2bddffc9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
Makefile.am
Makefile.am
+1
-0
global.json
csharp/src/global.json
+5
-0
No files found.
Makefile.am
View file @
e76d91a9
...
...
@@ -186,6 +186,7 @@ csharp_EXTRA_DIST= \
csharp/src/Google.Protobuf/WellKnownTypes/WrappersPartial.cs
\
csharp/src/Google.Protobuf/WireFormat.cs
\
csharp/src/Google.Protobuf/project.json
\
csharp/src/global.json
\
csharp/src/packages/repositories.config
java_EXTRA_DIST
=
\
...
...
csharp/src/global.json
0 → 100644
View file @
e76d91a9
{
"sdk"
:
{
"version"
:
"1.0.0-preview2-003131"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment