-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSolarium.nuspec
28 lines (28 loc) · 1.08 KB
/
Solarium.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<package>
<metadata>
<id>Solarium</id>
<version>1.1.3</version>
<authors>Chronojam</authors>
<owners>calliope@chronojam.co.uk</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Solarium GRPC bindings</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2019</copyright>
<tags></tags>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Google.Protobuf" version="3.9.0-rc1" />
<dependency id="Grpc.Core" version="1.22.0" />
<dependency id="Grpc.Core.Api" version="1.22.0" />
</group>
</dependencies>
</metadata>
<files>
<!-- netstandard 2.0, only support v2.1.503-->
<file src="bazel-bin\proto\solarium_csharp_netstandard_v2.1.503.dll" target="lib/netstandard2.0/" />
<!-- netcoreapp 2.1 & 2.2 -->
<!-- <file src="bazel-bin\proto\solarium_csharp_coreapp_v2.2.101.dll" target="lib/netcoreapp2.2/" />
<file src="bazel-bin\proto\solarium_csharp_coreapp_v2.1.503.dll" target="lib/netcoreapp2.1/" /> -->
</files>
</package>