summaryrefslogtreecommitdiff
path: root/csharp/src
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-09-20 09:08:19 +0200
committerJose <jose@zeroc.com>2019-09-20 09:09:54 +0200
commit2dd38e63923a0c726bc1bf6ec9a37caba1a50467 (patch)
tree5de7c135ebd51ecbb1768fc1c52c8a25421f6052 /csharp/src
parentFixed Java warnings reported by Eclipse, fixes #541 (diff)
downloadice-2dd38e63923a0c726bc1bf6ec9a37caba1a50467.tar.bz2
ice-2dd38e63923a0c726bc1bf6ec9a37caba1a50467.tar.xz
ice-2dd38e63923a0c726bc1bf6ec9a37caba1a50467.zip
Enable SourceLink with .NET Core builds
Diffstat (limited to 'csharp/src')
-rw-r--r--csharp/src/Glacier2/msbuild/netstandard2.0/glacier2.csproj3
-rw-r--r--csharp/src/Ice/msbuild/netstandard2.0/ice.csproj3
-rw-r--r--csharp/src/IceBox/msbuild/icebox/netstandard2.0/icebox.csproj3
-rw-r--r--csharp/src/IceBox/msbuild/iceboxlib/netstandard2.0/iceboxlib.csproj1
-rw-r--r--csharp/src/IceDiscovery/msbuild/netstandard2.0/icediscovery.csproj1
-rw-r--r--csharp/src/IceGrid/msbuild/netstandard2.0/icegrid.csproj1
-rw-r--r--csharp/src/IceLocatorDiscovery/msbuild/netstandard2.0/icelocatordiscovery.csproj1
-rw-r--r--csharp/src/IceSSL/msbuild/netstandard2.0/icessl.csproj1
-rw-r--r--csharp/src/IceStorm/msbuild/netstandard2.0/icestorm.csproj1
9 files changed, 13 insertions, 2 deletions
diff --git a/csharp/src/Glacier2/msbuild/netstandard2.0/glacier2.csproj b/csharp/src/Glacier2/msbuild/netstandard2.0/glacier2.csproj
index 956c0824b2d..5d12e8a0a7e 100644
--- a/csharp/src/Glacier2/msbuild/netstandard2.0/glacier2.csproj
+++ b/csharp/src/Glacier2/msbuild/netstandard2.0/glacier2.csproj
@@ -12,7 +12,8 @@
<Compile Include="../../*.cs" />
</ItemGroup>
<ItemGroup>
- <PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.4" />
+ <PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.4" />
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../../Ice/msbuild/netstandard2.0/ice.csproj" />
diff --git a/csharp/src/Ice/msbuild/netstandard2.0/ice.csproj b/csharp/src/Ice/msbuild/netstandard2.0/ice.csproj
index 130c3ded6c7..dd2cc1a14f1 100644
--- a/csharp/src/Ice/msbuild/netstandard2.0/ice.csproj
+++ b/csharp/src/Ice/msbuild/netstandard2.0/ice.csproj
@@ -12,7 +12,8 @@
<Compile Include="../../*.cs" />
</ItemGroup>
<ItemGroup>
- <PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.4" />
+ <PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.4" />
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All"/>
</ItemGroup>
<Import Project="$(MSBuildThisFileDirectory)../../../../msbuild/ice.sign.targets"/>
</Project>
diff --git a/csharp/src/IceBox/msbuild/icebox/netstandard2.0/icebox.csproj b/csharp/src/IceBox/msbuild/icebox/netstandard2.0/icebox.csproj
index ec8ebc6eaf7..a255cd1b645 100644
--- a/csharp/src/IceBox/msbuild/icebox/netstandard2.0/icebox.csproj
+++ b/csharp/src/IceBox/msbuild/icebox/netstandard2.0/icebox.csproj
@@ -18,5 +18,8 @@
<ProjectReference Include="../../../../IceSSL/msbuild/netstandard2.0/icessl.csproj" />
<ProjectReference Include="../../iceboxlib/netstandard2.0/iceboxlib.csproj" />
</ItemGroup>
+ <ItemGroup>
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All"/>
+ </ItemGroup>
<Import Project="$(MSBuildThisFileDirectory)../../../../../msbuild/ice.sign.targets"/>
</Project>
diff --git a/csharp/src/IceBox/msbuild/iceboxlib/netstandard2.0/iceboxlib.csproj b/csharp/src/IceBox/msbuild/iceboxlib/netstandard2.0/iceboxlib.csproj
index 9d7ca55cc8a..b2d0231f657 100644
--- a/csharp/src/IceBox/msbuild/iceboxlib/netstandard2.0/iceboxlib.csproj
+++ b/csharp/src/IceBox/msbuild/iceboxlib/netstandard2.0/iceboxlib.csproj
@@ -13,6 +13,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.4" />
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../../../Ice/msbuild/netstandard2.0/ice.csproj" />
diff --git a/csharp/src/IceDiscovery/msbuild/netstandard2.0/icediscovery.csproj b/csharp/src/IceDiscovery/msbuild/netstandard2.0/icediscovery.csproj
index a9f7b90798a..80f0c13e97b 100644
--- a/csharp/src/IceDiscovery/msbuild/netstandard2.0/icediscovery.csproj
+++ b/csharp/src/IceDiscovery/msbuild/netstandard2.0/icediscovery.csproj
@@ -13,6 +13,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.4" />
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../../Ice/msbuild/netstandard2.0/ice.csproj" />
diff --git a/csharp/src/IceGrid/msbuild/netstandard2.0/icegrid.csproj b/csharp/src/IceGrid/msbuild/netstandard2.0/icegrid.csproj
index 108777a31c6..4445e3c5691 100644
--- a/csharp/src/IceGrid/msbuild/netstandard2.0/icegrid.csproj
+++ b/csharp/src/IceGrid/msbuild/netstandard2.0/icegrid.csproj
@@ -13,6 +13,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.4" />
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../../Ice/msbuild/netstandard2.0/ice.csproj" />
diff --git a/csharp/src/IceLocatorDiscovery/msbuild/netstandard2.0/icelocatordiscovery.csproj b/csharp/src/IceLocatorDiscovery/msbuild/netstandard2.0/icelocatordiscovery.csproj
index 76fbb4be01f..962497c86d4 100644
--- a/csharp/src/IceLocatorDiscovery/msbuild/netstandard2.0/icelocatordiscovery.csproj
+++ b/csharp/src/IceLocatorDiscovery/msbuild/netstandard2.0/icelocatordiscovery.csproj
@@ -13,6 +13,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.4" />
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../../Ice/msbuild/netstandard2.0/ice.csproj" />
diff --git a/csharp/src/IceSSL/msbuild/netstandard2.0/icessl.csproj b/csharp/src/IceSSL/msbuild/netstandard2.0/icessl.csproj
index a84f2e40691..4b9e1507d9a 100644
--- a/csharp/src/IceSSL/msbuild/netstandard2.0/icessl.csproj
+++ b/csharp/src/IceSSL/msbuild/netstandard2.0/icessl.csproj
@@ -13,6 +13,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.4" />
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../../Ice/msbuild/netstandard2.0/ice.csproj" />
diff --git a/csharp/src/IceStorm/msbuild/netstandard2.0/icestorm.csproj b/csharp/src/IceStorm/msbuild/netstandard2.0/icestorm.csproj
index 3a935298343..da2697ca01c 100644
--- a/csharp/src/IceStorm/msbuild/netstandard2.0/icestorm.csproj
+++ b/csharp/src/IceStorm/msbuild/netstandard2.0/icestorm.csproj
@@ -13,6 +13,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.4" />
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../../Ice/msbuild/netstandard2.0/ice.csproj" />