diff options
author | Cameron Taggart <cameron@tachyus.com> | 2017-03-30 22:13:58 -0500 |
---|---|---|
committer | Cameron Taggart <cameron@tachyus.com> | 2017-03-30 22:13:58 -0500 |
commit | fb3173c366e58f676e15b0b32ae49e48ba0255ad (patch) | |
tree | a6803a8b5b1bff9a0a5316cf9c8cfe6f20d2b130 | |
parent | Merge pull request #1 from ctaggart/sourcelink (diff) | |
download | BouncyCastle.NET-ed25519-fb3173c366e58f676e15b0b32ae49e48ba0255ad.tar.xz |
SourceLink 2.1.0 just published
-rw-r--r-- | NuGet.Config | 7 | ||||
-rw-r--r-- | crypto/src/crypto.csproj | 4 |
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 |