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
52139f9f
Commit
52139f9f
authored
9 years ago
by
Jan Tattermusch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make nuget package support CoreCLR
parent
dc633398
master
v3.11.4
v3.11.3
v3.11.2
v3.11.1
v3.11.0
v3.11.0-rc2
v3.11.0-rc1
v3.10.1
v3.10.0
v3.10.0-rc1
v3.9.2
v3.9.1
v3.9.0
v3.9.0-rc1
v3.8.0
v3.8.0-rc1
v3.7.1
v3.7.0
v3.7.0rc2
v3.7.0rc1
v3.7.0-rc.3
v3.7.0-rc.2
v3.6.1.3
v3.6.1.2
v3.6.1.1
v3.6.1
v3.6.0.1
v3.6.0
v3.6.0rc2
v3.6.0rc1
v3.5.2
v3.5.1.1
v3.5.1
v3.5.0.1
v3.5.0
v3.4.1
v3.4.0
v3.4.0rc3
v3.4.0rc2
v3.4.0rc1
v3.3.2
v3.3.1
v3.3.0
v3.3.0rc1
v3.2.1
v3.2.0
v3.2.0rc2
v3.2.0-rc.1
v3.2.0-alpha-1
v3.1.0
v3.1.0-alpha-1
v3.0.2
v3.0.1-javalite
v3.0.0
v3.0.0-javalite
v3.0.0-beta-4
v3.0.0-beta-3.3
v3.0.0-beta-3.2
v3.0.0-beta-3.1
v3.0.0-beta-3
v3.0.0-beta-3-pre-1
v3.0.0-beta-2
conformance-build-tag
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
19 deletions
+39
-19
Google.Protobuf.nuspec
csharp/src/Google.Protobuf/Google.Protobuf.nuspec
+39
-19
No files found.
csharp/src/Google.Protobuf/Google.Protobuf.nuspec
View file @
52139f9f
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>
Google.Protobuf
</id>
<title>
Google Protocol Buffers C#
</title>
<summary>
C# runtime library for Protocol Buffers - Google's data interchange format.
</summary>
<description>
See project site for more info.
</description>
<version>
3.0.0-
alpha4
</version>
<version>
3.0.0-
beta2
</version>
<authors>
Google Inc.
</authors>
<owners>
protobuf-packages
</owners>
<licenseUrl>
https://github.com/google/protobuf/blob/master/LICENSE
</licenseUrl>
...
...
@@ -14,24 +14,43 @@
<releaseNotes>
C# proto3 support
</releaseNotes>
<copyright>
Copyright 2015, Google Inc.
</copyright>
<tags>
Protocol Buffers Binary Serialization Format Google proto proto3
</tags>
<dependencies>
<group
targetFramework=
"dotnet"
>
<dependency
id=
"System.Collections"
version=
"4.0.0"
/>
<dependency
id=
"System.Diagnostics.Debug"
version=
"4.0.0"
/>
<dependency
id=
"System.Globalization"
version=
"4.0.0"
/>
<dependency
id=
"System.IO"
version=
"4.0.0"
/>
<dependency
id=
"System.Linq"
version=
"4.0.0"
/>
<dependency
id=
"System.Linq.Expressions"
version=
"4.0.0"
/>
<dependency
id=
"System.ObjectModel"
version=
"4.0.0"
/>
<dependency
id=
"System.Reflection"
version=
"4.0.0"
/>
<dependency
id=
"System.Runtime"
version=
"4.0.0"
/>
<dependency
id=
"System.Runtime.Extensions"
version=
"4.0.0"
/>
<dependency
id=
"System.Text.Encoding"
version=
"4.0.0"
/>
<dependency
id=
"System.Text.RegularExpressions"
version=
"4.0.0"
/>
</group>
</dependencies>
</metadata>
<files>
<file
src=
"bin/ReleaseSigned/Google.Protobuf.dll"
target=
"lib/portable-net45+netcore45+wpa81+wp8"
/>
<file
src=
"bin/ReleaseSigned/Google.Protobuf.pdb"
target=
"lib/portable-net45+netcore45+wpa81+wp8"
/>
<file
src=
"bin/ReleaseSigned/Google.Protobuf.xml"
target=
"lib/portable-net45+netcore45+wpa81+wp8"
/>
<file
src=
"**\*.cs"
target=
"src"
/>
<file
src=
"..\..\..\cmake\Release\protoc.exe"
target=
"tools"
/>
<file
src=
"..\..\..\src\google\protobuf\any.proto"
target=
"tools\google\protobuf"
/>
<file
src=
"..\..\..\src\google\protobuf\api.proto"
target=
"tools\google\protobuf"
/>
<file
src=
"..\..\..\src\google\protobuf\descriptor.proto"
target=
"tools\google\protobuf"
/>
<file
src=
"..\..\..\src\google\protobuf\duration.proto"
target=
"tools\google\protobuf"
/>
<file
src=
"..\..\..\src\google\protobuf\empty.proto"
target=
"tools\google\protobuf"
/>
<file
src=
"..\..\..\src\google\protobuf\field_mask.proto"
target=
"tools\google\protobuf"
/>
<file
src=
"..\..\..\src\google\protobuf\source_context.proto"
target=
"tools\google\protobuf"
/>
<file
src=
"..\..\..\src\google\protobuf\struct.proto"
target=
"tools\google\protobuf"
/>
<file
src=
"..\..\..\src\google\protobuf\timestamp.proto"
target=
"tools\google\protobuf"
/>
<file
src=
"..\..\..\src\google\protobuf\any.proto"
target=
"tools\google\protobuf"
/>
<file
src=
"..\..\..\src\google\protobuf\type.proto"
target=
"tools\google\protobuf"
/>
<file
src=
"..\..\..\src\google\protobuf\wrappers.proto"
target=
"tools\google\protobuf"
/>
<file
src=
"bin/ReleaseSigned/Google.Protobuf.pdb"
target=
"lib/portable-net45+netcore45+wpa81+wp8"
/>
<file
src=
"bin/ReleaseSigned/Google.Protobuf.xml"
target=
"lib/portable-net45+netcore45+wpa81+wp8"
/>
<file
src=
"bin/ReleaseSigned/Google.Protobuf.dll"
target=
"lib/dotnet"
/>
<file
src=
"bin/ReleaseSigned/Google.Protobuf.pdb"
target=
"lib/dotnet"
/>
<file
src=
"bin/ReleaseSigned/Google.Protobuf.xml"
target=
"lib/dotnet"
/>
<file
src=
"**\*.cs"
target=
"src"
/>
<file
src=
"..\..\..\cmake\Release\protoc.exe"
target=
"tools"
/>
<file
src=
"..\..\..\src\google\protobuf\any.proto"
target=
"tools\google\protobuf"
/>
<file
src=
"..\..\..\src\google\protobuf\api.proto"
target=
"tools\google\protobuf"
/>
<file
src=
"..\..\..\src\google\protobuf\descriptor.proto"
target=
"tools\google\protobuf"
/>
<file
src=
"..\..\..\src\google\protobuf\duration.proto"
target=
"tools\google\protobuf"
/>
<file
src=
"..\..\..\src\google\protobuf\empty.proto"
target=
"tools\google\protobuf"
/>
<file
src=
"..\..\..\src\google\protobuf\field_mask.proto"
target=
"tools\google\protobuf"
/>
<file
src=
"..\..\..\src\google\protobuf\source_context.proto"
target=
"tools\google\protobuf"
/>
<file
src=
"..\..\..\src\google\protobuf\struct.proto"
target=
"tools\google\protobuf"
/>
<file
src=
"..\..\..\src\google\protobuf\timestamp.proto"
target=
"tools\google\protobuf"
/>
<file
src=
"..\..\..\src\google\protobuf\any.proto"
target=
"tools\google\protobuf"
/>
<file
src=
"..\..\..\src\google\protobuf\type.proto"
target=
"tools\google\protobuf"
/>
<file
src=
"..\..\..\src\google\protobuf\wrappers.proto"
target=
"tools\google\protobuf"
/>
</files>
</package>
</package>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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