Skip to content

Commit

Permalink
Switch to Microsoft.SourceLink.GitHub and .NET Core 3.0.101
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Jan 22, 2020
1 parent 2f90964 commit 50613f3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ osx_image: xcode11.3
mono:
- 4.4.2

dotnet: 3.1.101
dotnet: 3.0.101

before_install:
- git fetch --unshallow # Travis always does a shallow clone, but GitVersion needs the full history including branches and tags
Expand Down
2 changes: 1 addition & 1 deletion build.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
CAKE_VERSION=0.36.0
DOTNET_VERSION=3.1.101
DOTNET_VERSION=3.0.101
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"src"
],
"sdk": {
"version": "3.1.101"
"version": "3.0.101"
}
}
6 changes: 3 additions & 3 deletions src/LitJson/LitJSON.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
</PropertyGroup>

<ItemGroup Condition="'$(OS)' == 'Windows_NT'">
<PackageReference Include="SourceLink.Create.GitHub" Version="2.8.1" PrivateAssets="All" />
<DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.8.1" />
<DotNetCliToolReference Include="dotnet-sourcelink" Version="2.8.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.8.3" />
<DotNetCliToolReference Include="dotnet-sourcelink" Version="2.8.3" />
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit 50613f3

Please sign in to comment.