summary refs log tree commit diff
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2017-03-31 07:01:50 -0400
committerGitHub <noreply@github.com>2017-03-31 07:01:50 -0400
commit5e8bc941996d79451d025b22c4fd9604abff7dcb (patch)
treea6803a8b5b1bff9a0a5316cf9c8cfe6f20d2b130
parentMerge pull request #1 from ctaggart/sourcelink (diff)
parentSourceLink 2.1.0 just published (diff)
downloadBouncyCastle.NET-ed25519-5e8bc941996d79451d025b22c4fd9604abff7dcb.tar.xz
Merge pull request #2 from ctaggart/SourceLink.2.1.0
SourceLink 2.1.0 just published
-rw-r--r--NuGet.Config7
-rw-r--r--crypto/src/crypto.csproj4
2 files changed, 2 insertions, 9 deletions
diff --git a/NuGet.Config b/NuGet.Config
deleted file mode 100644

index 4e1630eaf..000000000 --- a/NuGet.Config +++ /dev/null
@@ -1,7 +0,0 @@ -<?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 083bc9463..32d530e6e 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.1.0-b436]" PrivateAssets="All" /> - <DotNetCliToolReference Include="dotnet-sourcelink-git" Version="[2.1.0-b436]" /> + <PackageReference Include="SourceLink.Create.GitHub" Version="2.1.0" PrivateAssets="All" /> + <DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.1.0" /> </ItemGroup> <Import Project="$(MSBuildSDKExtrasTargets)" Condition="Exists('$(MSBuildSDKExtrasTargets)')" /> </Project> \ No newline at end of file