summary refs log tree commit diff
diff options
context:
space:
mode:
authorCameron Taggart <cameron@tachyus.com>2017-03-26 12:10:08 -0500
committerCameron Taggart <cameron@tachyus.com>2017-03-26 12:10:08 -0500
commite1efaea48f024e28fde84e9a6503d97eb10885dc (patch)
tree6d0471ca7ef6ce8b15567ae5d7e20e4d5f725ddf
parentupdate sourcelink (diff)
downloadBouncyCastle.NET-ed25519-e1efaea48f024e28fde84e9a6503d97eb10885dc.tar.xz
try SourceLink 2.0.2-b434
-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..a45e2e119 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.0.2-b434]" PrivateAssets="All" /> + <DotNetCliToolReference Include="dotnet-sourcelink-git" Version="[2.0.2-b434]" /> </ItemGroup> <Import Project="$(MSBuildSDKExtrasTargets)" Condition="Exists('$(MSBuildSDKExtrasTargets)')" /> </Project> \ No newline at end of file