summary refs log tree commit diff
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2017-03-28 11:27:11 -0400
committerGitHub <noreply@github.com>2017-03-28 11:27:11 -0400
commitda9de98e91860e6b7c5582e4d9ed2e908e74bf18 (patch)
tree1413519a5ec04ab4a52afcc601ae00750cb624ac
parentupdate sourcelink (diff)
parentSourceLink 2.1.0-b436 (diff)
downloadBouncyCastle.NET-ed25519-da9de98e91860e6b7c5582e4d9ed2e908e74bf18.tar.xz
Merge pull request #1 from ctaggart/sourcelink
use SourceLink 2.1
-rw-r--r--NuGet.Config7
-rw-r--r--crypto/src/crypto.csproj4
2 files changed, 9 insertions, 2 deletions
diff --git a/NuGet.Config b/NuGet.Config
new file mode 100644
index 000000000..4e1630eaf
--- /dev/null
+++ b/NuGet.Config
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+  <packageSources>
+    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
+    <add key="sourcelink" value="https://ci.appveyor.com/nuget/sourcelink/" />
+  </packageSources>
+</configuration>
\ No newline at end of file
diff --git a/crypto/src/crypto.csproj b/crypto/src/crypto.csproj
index 6eea331be..083bc9463 100644
--- a/crypto/src/crypto.csproj
+++ b/crypto/src/crypto.csproj
@@ -32,8 +32,8 @@
     <None Include="..\..\BouncyCastle.snk" />
     <PackageReference Include="GitVersionTask" Version="4.0.0-beta0011" PrivateAssets="All" />
     <PackageReference Include="MSBuild.Sdk.Extras" Version="1.0.0-rc4-31" PrivateAssets="All" />
-    <PackageReference Include="SourceLink.Create.GitHub" Version="2.0.2" PrivateAssets="All" /> 
-    <DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.0.2" />
+    <PackageReference Include="SourceLink.Create.GitHub" Version="[2.1.0-b436]" PrivateAssets="All" /> 
+    <DotNetCliToolReference Include="dotnet-sourcelink-git" Version="[2.1.0-b436]" />
   </ItemGroup>
   <Import Project="$(MSBuildSDKExtrasTargets)" Condition="Exists('$(MSBuildSDKExtrasTargets)')" />
 </Project>
\ No newline at end of file